Post Reply 
new way to make quadratic equations easy
07-31-2021, 07:03 AM
Post: #5
RE: new way to make quadratic equations easy
Here is an HP41/42 Implementation using only the stack. The stack starts with C in register Y and B in register X: The two roots will be in registers X and Y.

Code:

LBL A
STO Z
2
/
X^2
-
CHS
SQRT 
STO Z
X<>Y
2
/
CHS
STO T
X<>Y
-
X<>Y
RCL T
+
RTN
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: new way to make quadratic equations easy - Namir - 07-31-2021 07:03 AM



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