Post Reply 
RPN to Algebraic and viceversa code
06-21-2023, 01:40 AM
Post: #3
RE: RPN to Algebraic and viceversa code
Yes, I agree with you about RPN being much better than Algebraic, but as I am new to the calculator, sometimes I need to enter data of the form "1/(1+5i)+1/(2+3i)" in the linear system solver, and I need to do it now already for exams, so while I get used to it and understand how to add those data in RPN mode to the linear solver, I add them algebraically, but outside the solver I manage with RPN completely, so this command helps me to avoid wasting time entering the configuration to change the mode before entering the solver.

And thank you very much for telling me which flag it was, I modified the code above, so it looked like this:

Code:
<< IF -95 FS? 0 == THEN
-95 SF ELSE -95 CF END
>>

and it works perfectly!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: RPN to Algebraic and viceversa code - DarkKnight - 06-21-2023 01:40 AM



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