Need help with RPL Listing for "SOLVER FOR ANY VARIABLE"
|
07-09-2019, 01:37 PM
Post: #8
|
|||
|
|||
RE: Need help with RPL Listing for "SOLVER FOR ANY VARIABLE"
(07-09-2019 01:06 AM)Namir Wrote: Can you plese update the HP48GX (and also the HP-50G) listing to use the maximum number of iterations of 55????? Your question above indicated 55 for M, but the 71B code used 50. Since my focus is matching the 71B code as much as possible, I used 50. Rather than maintaining two separate versions, I've made one version which is compatible with the 48GX..50g. That required changing the input routine so that the prompt formatting would be consistent for each of those platforms. I also included radix marks on constants so that approximate (real) numbers would be forced on 49-or-later platforms (again for consistency). Finally, I changed the ordering of the statements that use PUT in the indefinite loop so that they now follow the same pattern as the others (Line 1: operation, Line 2: STO/PUT). That required an additional command to be added for the PUTs (ROT), but I believe the consistency aids readability more than the cost of a couple extra commands. Here's what I've got so far: Code: %%HP: T(3)A(R)F(.); |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)