Post Reply 
LAST on HP20S
07-08-2016, 02:49 PM
Post: #10
RE: LAST on HP20S
(07-08-2016 09:33 AM)jbhp55 Wrote:  One extra remark about LAST: it does not always give the result of the last completed calculation after you start a new one, as described by you.

1
+
1
= -> 2
2
+
2
= -> 4
LAST -> 2
3
+
LAST (2, not 4)
= -> 5

This is because using LAST changes the new value of LAST as you noted earlier.

In your example above, if you had not accessed LAST after getting the result of 4, you would have the expected result:

1
+
1
= -> 2
2
+
2
= -> 4
3
+
LAST (4)
= -> 7

So if you only use LAST to access the "LAST" result, it will behave as expected, but you must keep in mind the using LAST changes the "new" value of LAST.

I agree, go with the 32SII, for me a far better and easier to understand machine. The algebraic Pioneers intrigued me so I played with them a lot to try to understand this system. Then went back to RPN, where I had think a lot less. Programming with the algebraic system was very tedious, though Gene says it's because I didn't use my TI machines enough....

--Bob Prosperi
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
LAST on HP20S - jbhp55 - 07-07-2016, 12:59 PM
RE: LAST on HP20S - rprosperi - 07-07-2016, 01:34 PM
RE: LAST on HP20S - jbhp55 - 07-07-2016, 02:54 PM
RE: LAST on HP20S - rprosperi - 07-07-2016, 05:00 PM
RE: LAST on HP20S - jbhp55 - 07-07-2016, 09:05 PM
RE: LAST on HP20S - Dave Frederickson - 07-07-2016, 10:55 PM
RE: LAST on HP20S - rprosperi - 07-07-2016, 11:23 PM
RE: LAST on HP20S - jbhp55 - 07-08-2016, 09:33 AM
RE: LAST on HP20S - rprosperi - 07-08-2016 02:49 PM
RE: LAST on HP20S - jbhp55 - 07-08-2016, 10:14 AM
RE: LAST on HP20S - jbhp55 - 07-08-2016, 03:54 PM
RE: LAST on HP20S - rprosperi - 07-08-2016, 05:47 PM
RE: LAST on HP20S - jbhp55 - 07-08-2016, 07:18 PM
RE: LAST on HP20S - Dave Frederickson - 07-08-2016, 07:20 PM



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