Post Reply 
New guy and programming problem
08-28-2017, 03:43 AM
Post: #17
RE: New guy and programming problem
If I had to do this often I'd write it in a program that the solver could use

Code:

LBL "RPAR"
MVAR "R1"
MVAR "R2"
MVAL "RP"
RCL "R1"
1/X
RCL "R2"
1/X
+
1/X
RCL "RP"
-
.END.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: New guy and programming problem - ndzied1 - 08-28-2017 03:43 AM
RE: New guy and programming problem - sasa - 09-01-2018, 03:18 PM
RE: New guy and programming problem - sasa - 09-01-2018, 05:33 PM



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