Post Reply 
Finally discovered something a TI-30 can do that an RPN calculator can't
05-28-2020, 05:27 PM
Post: #1
Finally discovered something a TI-30 can do that an RPN calculator can't
From Radio Shack's "Understanding Calculator Math" (1978). Smile

https://i.imgur.com/xn7Nc99.jpg

It's a rather enjoyable light collection of applied math. This is from the puzzles and games chapter.
Visit this user's website Find all posts by this user
Quote this message in a reply
05-28-2020, 11:14 PM
Post: #2
RE: Finally discovered something a TI-30 can do that an RPN calculator can't
So many years in love with RP[N|L] and I finally discover I missed the game that was hidden in every stupid desktop infix calculator!
Anyway, the idea is pretty brilliant.
Find all posts by this user
Quote this message in a reply
05-29-2020, 04:42 AM
Post: #3
RE: Finally discovered something a TI-30 can do that an RPN calculator can't
Very clever! Of course this game will no longer work with most modern scientific (or graphing) calculators that show you what you have entered so far.
Visit this user's website Find all posts by this user
Quote this message in a reply
05-29-2020, 10:18 AM
Post: #4
RE: Finally discovered something a TI-30 can do that an RPN calculator can't
Yes.
Even the standard iPhone calc app cannot be used, it highlights the selected key.
Find all posts by this user
Quote this message in a reply
05-29-2020, 08:28 PM
Post: #5
RE: Finally discovered something a TI-30 can do that an RPN calculator can't
(05-29-2020 04:42 AM)Steve Simpkin Wrote:  Very clever! Of course this game will no longer work with most modern scientific (or graphing) calculators that show you what you have entered so far.

Yeah, it's a very clever game for this specific subset of old machines. Of course, I haven't tried playing it, so I don't know how deep the game actually is. (i.e. can it be trivialized like Tic-Tac-Toe?) The rules might need a few tweaks to give it any longevity.
Visit this user's website Find all posts by this user
Quote this message in a reply
06-08-2020, 01:36 AM
Post: #6
RE: Finally discovered something a TI-30 can do that an RPN calculator can't
Thanks Dave!

A very good reason to clean my old TI-30 and play this game!

Cheers

JL
Find all posts by this user
Quote this message in a reply
06-08-2020, 09:28 PM
Post: #7
RE: Finally discovered something a TI-30 can do that an RPN calculator can't
Unless the RPN calculator can be programmed to emulate a TI-30, as I programmed an HP-67 to be an AOS calculator back in 1977.

So many signals, so little bandwidth!
Find all posts by this user
Quote this message in a reply
06-08-2020, 09:54 PM
Post: #8
RE: Finally discovered something a TI-30 can do that an RPN calculator can't
(06-08-2020 09:28 PM)Jim Horn Wrote:  Unless the RPN calculator can be programmed to emulate a TI-30, as I programmed an HP-67 to be an AOS calculator back in 1977.
.

[attachment=8560] YOU DID WHAT??! Smile
Visit this user's website Find all posts by this user
Quote this message in a reply
06-08-2020, 10:09 PM (This post was last modified: 06-08-2020 10:09 PM by toml_12953.)
Post: #9
RE: Finally discovered something a TI-30 can do that an RPN calculator can't
(06-08-2020 09:28 PM)Jim Horn Wrote:  Unless the RPN calculator can be programmed to emulate a TI-30, as I programmed an HP-67 to be an AOS calculator back in 1977.

No no no! You went the wrong way! Big Grin

Tom L
Cui bono?
Find all posts by this user
Quote this message in a reply
06-09-2020, 10:58 AM
Post: #10
RE: Finally discovered something a TI-30 can do that an RPN calculator can't
Jim's AOS program for the HP-67 has been modified to run on the HP-41C and is present in the 67FUN rom for the HP-41CL and emulators.

The manual for this rom and a listing of all programs, including Jim's very nice AOS program, can be found here:

67FUN rom manual.
Find all posts by this user
Quote this message in a reply
06-09-2020, 11:26 PM
Post: #11
RE: Finally discovered something a TI-30 can do that an RPN calculator can't
OK, I confess. The reason for the AOS '67 program was two fold. First, the algorithm to parse and execute a general infix notation was part of a programming course I took in 1972 (!) and I wanted to see if it was possible to squeeze that into the HP-67's 224 steps. Also, in those days the level of energy shown by proponents of HP's RPN versus TI's AOS was almost comical. So having the HP-67 be able to do both (which the TI machines at the time could not do) was something of a lark.

Of course, on the actual 10 program instructions per second speed of the HP-67, using this program was an exercise in massive patience as there was a serious delay in everything it did. Today's simulators and even the HP-41's greater speed help a lot in that regard!

So, the program wasn't written as a serious tool for practical use as an infix notation calculator. But it does illustrate some of the tricks we all had to use back then to wring every bit of performance we could out of the limited resources we had back then.

Regarding speed - the fastest factoring program ever written for the HP-67 took about 165 minutes to test 9999999967, the largest integer prime it could handle. My HP 50g verifies that it is prime in under 1 second, a roughly 10000 times improvement. And the HP Prime is reportedly much faster still. "Good old days" my foot!

So many signals, so little bandwidth!
Find all posts by this user
Quote this message in a reply
06-14-2020, 02:47 PM
Post: #12
RE: Finally discovered something a TI-30 can do that an RPN calculator can't
This game can be played on a four-function calculator (without the power function), the chain operating system instead of AOS changes the dynamics of the game.
Visit this user's website Find all posts by this user
Quote this message in a reply
06-14-2020, 02:59 PM
Post: #13
RE: Finally discovered something a TI-30 can do that an RPN calculator can't
I plan to write a game to do this on the HP 41 that mimics the AOS. I don't think it will be too difficult.
Find all posts by this user
Quote this message in a reply
06-14-2020, 03:39 PM
Post: #14
RE: Finally discovered something a TI-30 can do that an RPN calculator can't
(06-14-2020 02:59 PM)Gene Wrote:  I plan to write a game to do this on the HP 41 that mimics the AOS. I don't think it will be too difficult.

Yeah, should take about 5 minutes to write, and that's budgeting time for finding the 41 and possibly changing its batteries first.

LBL "GOTCHA"
SF 27
STOP
LBL A
STOP
+
RTN
LBL B
STOP
-
RTN

That's like half of the program right there. Smile Player 1 enters a number, presses A-F to select an operation, player 2 enters a number and presses R/S.
Visit this user's website Find all posts by this user
Quote this message in a reply
06-14-2020, 06:33 PM
Post: #15
RE: Finally discovered something a TI-30 can do that an RPN calculator can't
Ah but player 2 can't simply enter a # and press R/S because they have to choose an operation to be performed next if they don't lose.

But a variation like that... could make it a one player game where the HP41 plays against you too.
Find all posts by this user
Quote this message in a reply
06-14-2020, 11:06 PM
Post: #16
RE: Finally discovered something a TI-30 can do that an RPN calculator can't
(06-09-2020 11:26 PM)Jim Horn Wrote:  Regarding speed - the fastest factoring program ever written for the HP-67 took about 165 minutes to test 9999999967, the largest integer prime it could handle. My HP 50g verifies that it is prime in under 1 second, a roughly 10000 times improvement. And the HP Prime is reportedly much faster still. "Good old days" my foot!

They were the good old days. We had to wait hours to get time on a mini or days to submit a punched card deck for the mainframe. When the HP 65 came along, you could get the answer in a few minutes. It was a huge deal for us engineers back then. Of course you can't compare those old machines to the computers (including smartphones) of today but in the context of their time, they were such a boon that kids today (anyone under 40) can't even imagine what it was like.

Tom L
Cui bono?
Find all posts by this user
Quote this message in a reply
06-16-2020, 12:11 AM
Post: #17
RE: Finally discovered something a TI-30 can do that an RPN calculator can't
Oh, absolutely! They were *very* good old days, at the time. The level of excitement we had with these new devices was terrific. But that's still true for those who dive into today's advances as well. Hey, I even get paid to do so designing state of the art avionics and such.

The details may change but the basics are forever. Hooray for everyone here!

So many signals, so little bandwidth!
Find all posts by this user
Quote this message in a reply
Post Reply 




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