|
by Guido Socher (homepage) About the author: My first RPN calculator was a HP15c and it was love at first sight. |
RPN calculators for LinuxAbstract:
RPN stands for Reverse Polish Notation. Reverse Polish Notation was developed in 1920 by Jan Lukasiewicz as a way to write a mathematical expression without using parentheses and brackets.
It takes a few minutes to learn RPN but you will soon see that
this entry method is superior to the algbraic format.
|
3 enter 1 + (immediately you see the result of this operation: 4) x^2 (immediately you see the result of this operation: 16) 1+ (immediately you see the result of this operation: 17) 4* (final result: 68)So to enter this formula you needed 9 key strokes and you could see all the intermediate results. It is basically how you would evaluate a formula when you evaluate it without calculator in your brain. In other words the calculator is much more "natural". It works the same way that your "brain works".
Name: | rpnjcalc |
Homepage: | http://main.linuxfocus.org/~guido/javascript/rpnjcalcallver.html |
License: | GPL |
Name: | hp-35 |
Homepage: | Unknown, taken from www.hpmuseum.org. Download here:hp-35.zip |
License: | GPL |
Name: | dc (desk calculator) |
Homepage: | Part of every unix system. Under Linux the package name for dc is called bc |
License: | normally the same as your Unix system |
Name: | vc (vector calculator) |
Homepage: | http://vc-calc.sourceforge.net/ |
License: | GPL |
Name: | x48 |
Homepage: | ftp://www.sunsite.unc.edu/pub/linux/system/emulators/ |
Details about the x48: | "x48 details page", installation, documentation, rom images (see also the links at the end of this article for more rom images) |
License: | GPL, but you need a HP ROM image |
prog (enter programming mode) label myprg ENTER * rtn immed (end of programming mode)Now you can use "run myprg" to execute x^2.
Name: | hp67 |
Manual: | The hp67 man-page in html format |
Homepage: | http://www.ibiblio.org/pub/Linux/apps/math/calc/ |
License: | GPL |
Name: | kalc |
Manual: | kalc.pdf 230K |
Homepage: | http://sourceforge.net/projects/kalc/ |
License: | GPL |
Name: | dcalc |
Homepage: | http://www.ibiblio.org/pub/Linux/apps/math/calc/ |
License: | GPL |
Name: | rpncalc |
Homepage: | http://www.gnu.org/directory/science/math/rpncalc.html |
License: | GPL |
Name: | gdcalc |
Homepage: | http://bhepple.freeshell.org/dcalc/unix/ |
License: | GPL |
Name: | grpn |
Homepage: | http://lashwhip.com/grpn.html |
License: | GPL |
Name: | galculator |
Homepage: | http://galculator.sourceforge.net/ |
License: | GPL |
Name: | calcoo |
Homepage: | http://calcoo.sourceforge.net |
License: | GPL |
Name: | kalk |
Homepage: | http://www.klawitter.de/palm/kalk.html |
License: | GPL |
Name: | GCalc |
Homepage: | http://humblestar.net/GCalc/ |
License: | GPL |
Webpages maintained by the LinuxFocus Editor team
© Guido Socher "some rights reserved" see linuxfocus.org/license/ http://www.LinuxFocus.org |
Translation information:
|
2005-01-14, generated by lfparser_pdf version 2.51