Omnimaga

Calculator Community => Other Calc-Related Projects and Ideas => TI-Nspire => Topic started by: Reo on April 11, 2012, 02:40:11 am

Title: RPNCalc
Post by: Reo on April 11, 2012, 02:40:11 am
I've yearned for an RPN calculator on the nspire so I can train myself in using it, so I created one in LUA.
In the default mode, it has 16 registers and has access to most common operations, and it also saves properly.
You can read more about what RPN is on Wikipedia. There's also a bit more about the app, as well as sample expressions in the readme.
If you want, you can copy and paste the script into other problems from both the calculator and the student software.

(http://i.imgur.com/TzYd8.png)(http://i.imgur.com/Za4Ym.png)
(http://i.imgur.com/EyJz9.png)(http://i.imgur.com/w7opN.png)

I'm pretty sure this is compatible with all nspires, including clickpads. If not, let me know.
Title: Re: RPNCalc
Post by: DJ Omnimaga on April 11, 2012, 02:48:19 am
This sounds nice. I wonder if it wouldn't be better to have all 16 boxes in one page, though? After all, the screen is a decent size so it shouldn't be too small. Or maybe allow the option to do so, like in the top-right screenshot, but full screen?

I probably won't use it much except to mess around, though, as I am not familiar with RPN.
Title: Re: RPNCalc
Post by: cyanophycean314 on April 11, 2012, 02:53:12 am
RPN is pretty interesting... Nice program  :)
Title: Re: RPNCalc
Post by: Yeong on April 11, 2012, 03:32:31 am
Sorry to ask, but what's RPN?
Title: Re: RPNCalc
Post by: someone on April 11, 2012, 05:28:58 am
Reverse Polish notation (http://en.wikipedia.org/wiki/Reverse_Polish_notation)