Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Businesses HP Math Hardware

Hewlett Packard's Cult Calculator Turns 30 318

Hugh Pickens writes "The Wall Street Journal reports that Hewlett Packard's HP-12C financial calculator has remained outwardly unchanged since its introduction in 1981. 'Once you learned it on the 12C, there was no need to change,' says David Carter, chief investment officer of New York wealth-management firm Lenox Advisors, who has owned his 12C for 22 years and still keeps it on his desk. 'It's not like the math was changing.' The 12C, which costs $70 on HP's website, is HP's best-selling calculator of all time, though the company won't reveal how many units it has sold over the years. The 12C still uses an unconventional mathematical notation called 'Reverse Polish Notation,' which eschews parentheses and equal signs in an effort to run long calculations more efficiently."
This discussion has been archived. No new comments can be posted.

Hewlett Packard's Cult Calculator Turns 30

Comments Filter:
  • you would think (Score:5, Informative)

    by jbolden ( 176878 ) on Thursday May 05, 2011 @05:55PM (#36041758) Homepage

    You would think given that calculators still sell pretty well and this one is doing good for 30 full years that HP would maybe consider that they made a mistake in essentially killing off this line. Wouldn't it be wonderful it HP put out hand device for engineers as far advanced a the HPs were then?

    Anyway the scientific version of the 12c is the 15c: http://www.hpmuseum.org/hp15.htm [hpmuseum.org]
    And my love was the 28S. http://www.hpmuseum.org/hp28c.htm [hpmuseum.org]

  • Re:Unconventional? (Score:2, Informative)

    by Anonymous Coward on Thursday May 05, 2011 @06:16PM (#36041966)

    I thought those RPN folks were crazy until I had to write my own stack-based RPN calculator for a school assignment. There is nothing more awesome than being able to compute a quadratic formula without using grouping symbols.

  • by Sponge Bath ( 413667 ) on Thursday May 05, 2011 @06:29PM (#36042108)
    The 15C is the scientific version of the 12C. Same case, same button layout, same display. I cherish my 15C, but usually use my HP50g.
  • Re:Unconventional? (Score:3, Informative)

    by rubycodez ( 864176 ) on Thursday May 05, 2011 @06:40PM (#36042252)
    I would imagine FORTH coders and compiler writers would like it too
  • by dtmos ( 447842 ) * on Thursday May 05, 2011 @07:36PM (#36042730)

    The "C" suffix stood for "continuous memory", meaning that programs and data did not disappear when the calculator was shut off. Like what every calculator does today. Before then, however ...

    My first HP was the HP-25, a glorious invention when it came out in 1975. It had 49 programming steps, and the program had to be re-entered from the keyboard, line-by-line, every time the calculator was turned off. My first real programming success came when a high school math teacher, trying to show how hard it was to determine whether a given number was prime or composite, asked my class to determine whether the number 300,000,007 was prime or not. (Thirty-five years later, I have not forgotten that number, and don't think I ever will.)

    I was able to program a test for primality into the HP-25. It was brute-force, of course -- checked for an integer result when the argument was divided by two, and then every odd number from three up to the square root of the argument -- but it worked, and I was able to show that 300,000,007 was prime. The teacher was impressed, both with the calculator and with the fact that such a large number that she picked out of the air at random turned out to be prime. (I don't think she new or cared about programming.)

    I love that calculator. The HP-25C came out the following year, and the HP-25 became an orphan, but I still have it -- along with an HP-48G+ purchased about 12 years ago. (Finding a new calculator with RPN turned out to be harder than I thought.)

  • by careysub ( 976506 ) on Thursday May 05, 2011 @07:39PM (#36042760)

    As someone who posted up-thread about still using his 30 year old HP scientific calculator, and who also has Mathematica installed on his small portable computer (a 13 inch TimelineX), I can address this. Each tool has its own area of ideal application. I can crunch through some rapid calculations with my little calculator much more easily than I can boot my laptop. load Mathematica, and enter the same series of numbers and operations in it, even if I havemy laptop with me. Pressing the sin button on my HP is faster than typing Sin[ ] on a keyboard.

  • by Flector ( 1702640 ) on Thursday May 05, 2011 @07:57PM (#36042938)
    The 9 key on the HP 12-C, Platinum edition is not reliable after being pressed a few thousand times. This has been reported by many finance types, and makes the platinum unusable.
  • Re:Unconventional? (Score:4, Informative)

    by cold fjord ( 826450 ) on Thursday May 05, 2011 @10:37PM (#36043954)

    And in Unixland, an RPN calculator is often only as far away as a shell prompt: dc [unix.com]

    Very handy.

The key elements in human thinking are not numbers but labels of fuzzy sets. -- L. Zadeh

Working...