Posts: 25
Threads: 12
Joined: Nov 2008
Have you confirmed that you are in RPN mode?
12345 to delete
Posts: 4,027
Threads: 172
Joined: Aug 2005
Hi, Howlett;
would that be possible to digitize (scan) the program listings and at least one example so I could test it? I tried the MoHPC DVD and did not succeed finding this book there. I also look at the 'HP37E & HP38E/C Real Estate Applications', volumes I and II, and did not find an equivalent example.
If you agree with, please send the images to:
lcvieira (at) quantica (dot) com (dot) br
The (at) and (dot) are @ and . respectively, just a way to avoid scam.
Thanks.
Luiz (Brazil)
Posts: 93
Threads: 2
Joined: Jul 2005
That prog needs 4 extra lines to run on the newest HP12c platinum.
You need RDN after each of:
the FV at line 20, the n at line 22, and the i at line 24.
The PMT at line 25 needs repeating.
The reason is that this prog calculates "p" at line 17 and multiplies it by PMT at line 26 (here PMT is -1/sn).
On the old 12C this "p" is preserved in the Y register while FV and n are updated. The new 12cp does not disable stack lift after values are entered in financial registers, so we need the RDNs above. Or, the program could be re-written in other ways of course.
Hope this helps.
Cheers,
Tony