Post Reply 
41 voltage divider calculation
02-13-2017, 07:17 AM (This post was last modified: 02-13-2017 07:20 AM by Ángel Martin.)
Post: #2
RE: 41 voltage divider calculation
Neat example, thanks for sharing it. It actually should be added to the recently published Equation Library - using SOLVE, and therefore not directly comparable with your program. (see here)

Under that framework the routine to use is below - 17 steps in all but not as fast.

Code:
01  LBL "UDIV"
02  FS? 06
03  GTO 00
04  STO IND 00
05  RCL 01
06  RCL 01
07  RCL 02
08  +
09  /
10  RCL 03
11  *
12  RCL 04
13  -
14  RTN
15  LBL 00
16  "R1 R2 U1 U2"
17  END

Cheers,
'AM

"To live or die by your own sword one must first learn to wield it aptly."
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
41 voltage divider calculation - damaltor - 02-09-2017, 02:49 PM
RE: 41 voltage divider calculation - Ángel Martin - 02-13-2017 07:17 AM



User(s) browsing this thread: 1 Guest(s)