Need help with RPL Listing for "SOLVER FOR ANY VARIABLE"
|
07-08-2019, 06:26 PM
Post: #3
|
|||
|
|||
RE: Need help with RPL Listing for "SOLVER FOR ANY VARIABLE"
Namir, if you're simply wanting an RPL version of the same program logic that you're using in the other supplied programs, then the following may provide a starting point.
This is meant to mimic your 71B structure/flow as closely as possible, and uses the same variable names that you specified in that version. As Claudio has mentioned, the built-in solver would be better to use, but I'm guessing you simply want to have an RPL equivalent to the other programs. That's what I've attempted to do here. Code: \<< No attribution needed, you (and everyone else) should feel free to make improvements or modify however you like. My goal in this case was to replicate the same logic flow as the other programs as opposed to focusing on code size, speed, or special RPL features. I used an algebraic for F in this case to make the coding a closer match to the 71B version. If logic flow parity wasn't your intended target for this, please ignore and move on. Hope this helps! - David |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)