Slashdot Mirror


The Handheld Calculator Turns 40

Ian Lamont writes "The handheld calculator turns 40 years old this year, and the Smithsonian Institution's National Museum of American History has officially added to its collection examples of the first two programmable calculators, the TI-58 and TI-59. The museum already has the original 1967 'Cal-Tech' prototype, which weighs three pounds. At a ceremony at the Smithsonian yesterday, Jerry Merryman, one of the members of the TI team which developed the calculator, said that the project was started without a set budget and was something that 'we did in our spare time.' Antique calculators have a devoted following; news of a contest celebrating the 35th anniversary of the HP-35 slide rule calculator brought hundreds of fans out of the woodwork to reminisce about the pros and cons of various 70s' era calculators. There are a lot of Web resources devoted to these devices, including the Old Calculators Web Museum, where you can see pictures of everything from the Bohn Contex Model 10 Mechanical Calculator ('apparently the design of the machine caught the attention of the Soviets') to TI's first scientific calculator, the SR-20 ('keyboards were prone to bounce even when new')."

26 of 158 comments (clear)

  1. Light by LBt1st · · Score: 5, Funny

    40 years and I still can't find one with a backlight. I can't be the only one who codes in a dimly lit cave.

    1. Re:Light by Reality+Master+101 · · Score: 2, Interesting

      40 years and I still can't find one with a backlight. I can't be the only one who codes in a dimly lit cave.

      Ha ha, I never thought about it before, but you're right. I've never seen a calculator with a back light. But in the age of the web, it is possible to find such a beast. But it is surprising that it's not more common.

      --
      Sometimes it's best to just let stupid people be stupid.
    2. Re:Light by Reality+Master+101 · · Score: 2, Informative

      Oops, never mind. The boneheads on that web site messed up their description... it's for a digital watch.

      --
      Sometimes it's best to just let stupid people be stupid.
    3. Re:Light by ddrichardson · · Score: 2, Funny

      The early sinclair ones used bright red LEDs - not only could you use it in the dark you could confuse late night wanders looking for a certain type of "entertainment" if you used it near a window.

      --
      A thistle is a fat salad for an ass's mouth...
  2. I'm sorry...I just can't refrain by beadfulthings · · Score: 4, Funny

    In the early Seventies there was a calculator advertising jingle that was so stupid it has stayed with me for all these years: You can't go wrong with Rockwell, They're really such a treat. They've got BIG GREEN NUMBERS, And little rubber feet.

    --
    "Here's what's happening. You're starting to drive like your Dad..." - Red Green
  3. Slashdot summaries are the worst by hurfy · · Score: 2, Informative

    Was gonna say i thought my TI-55 was the first (it just wasn't useful as one) but the article ACTUALLY says: the Smithsonian expanded its collection to include two of the first programmable calculators, the TI-58 and TI-59.

    Two of the first != the first two

    I bet someone did better on math SAT than verbal....

    I still use both my TI-55 and TI-30. Had to hack the TI-55 to use a regular battery after the second nicad died. Recently bought one on ebay to try and restore mine but the battery pack wasn't rebuildable :(

    1. Re:Slashdot summaries are the worst by onkelonkel · · Score: 3, Funny

      Infidel. in Hell![enter]Burn[enter].

      (Still have my TI-59.)

      --
      None of them can see the clouds; The polished wings don't care.
  4. The halcyon days of the first programmable ones... by Dr.+Manhattan · · Score: 2, Interesting
    I remember a test (late 1980s) where you could use a calculator. The first (halfway affordable) programmable calculators had come out, and I had one. I'd put together a program to generate determinants of 3x3 matrices, and one of the questions was: "Calculate the determinant of this matrix." I just plugged in the numbers, wrote down the answer, and moved on. Even at the time, I was thinking, "They're either not going to allow calculators much longer, or else change the questions."

    You could squeeze cheat sheets into those things, too, though the memory was a bit limited...

    --
    PHEM - party like it's 1997-2003!
  5. Re:Talking to my Parents by scottrocket · · Score: 2, Funny

    And they played music on your AM radio - that's multitasking for you!

  6. Re:I can hold an abacus by veganboyjosh · · Score: 3, Interesting

    When my family and I were leaving Japan for good (we'd lived there on a military base) in 1990, we were at the airport, trading in all of our Yen for Dollars on the way out. The currency exchange was this little kiosk about the size of one of those old drive-thru film processing booths. Inside sat an old man and a bunch of money and counting machines.

    We gave him all our Yen, change, etc... he poured the change into one hole, the bills stacked and sorted into some other machine, and out came a paper receipt, like an atm receipt. he counted the dollars, to make sure it matched the receipt.

    Before he handed over the money, though, he took out his soroban (Japanese abacus, slightly different bead layout, but same idea) and checked the math of the computer on it. Then he handed us our money.

  7. Two of TI's First, They Mean. by TaleSpinner · · Score: 5, Informative

    The first programmable hand-held calculator was Hewlett Packard's HP-65. The SR-52 came a year later. HP then brought out the HP-67, and TI followed a year later with the TI-59. HP then came out with the HP-41 handheld programmable with slots for adding interfaces including HP-IL allowing the calc to handle all kinds of control and data-collections chores in labs. TI followed suit with the TI-88 the following year. I mean the year after that. No, it was the next year. The year after? As a matter of fact, TI never did come out with competition for the HP-41.

    But there is no doubt that the first programmable handheld was the HP-65. If they don't have that in their collection then they ain't got the first.

    1. Re:Two of TI's First, They Mean. by Constantine+XVI · · Score: 2, Informative

      If you weren't aware, HP does still make calculators. They sort of slipped up on the keyboards a while back, but their new ones are much better. I believe their big ones are the 50g (which I have), and the 35s (very little relation to the original HP-35, but has a keyboard very similar to your 41). Naturally, they're both RPN.

      --
      "I think an etch-a-sketch with an ethernet port would beat IE7 in web standards compliance."
    2. Re:Two of TI's First, They Mean. by TaleSpinner · · Score: 3, Informative

      RPN was the only reliable way to be sure both you and the calculator agreed on the order of the computation. For a long time you could not walk up to an algebraic notation calc and expect to be able to use it to produce known-good results. Many of them were only "semi-algebraic" where you would enter 2+2= to get 4 but 30 SIN to get sin(30) - which is RPN. It was a long time before you could do "SIN(30)". Calcs also differed in the number of pending operations they would support, and because of implied priorities these did not match up with the "levels of parens" number. Only with RPN could you know exactly how to structure a problem and feed it in, how to deal with intermediate results, and how to get a reliable result that could be replicated on the same or other RPN models. TI machines weren't even consistent within their own calc line, never mind anyone else's.

      RPN also required fewer keystrokes, and the advantage mounted with increasing problem complexity. Also, stack machines were more amenable to programming because the state of the calc could be known exactly, whereas with a TI the state was encoded in the pending ops stack, the paren stack, and then the program area. Jumping into such a mess was an adventure, to say the least.

  8. Re:What about the SR-52 by superpulpsicle · · Score: 2, Interesting

    I don't think the museum is complete until they mention the TI-8X series. It dominated the school sectors and did fractions! And the fraction results didn't come out to decimals, which makes it museum-worthy.

  9. Re:And in honour of its birthday by Funkcikle · · Score: 3, Funny

    55318008 is better.

  10. Re:7734 by OECD · · Score: 3, Funny

    5318008

    --
    One man's -1 Flamebait is another man's +5 Funny.
  11. Re:Is TI still in business? by Constantine+XVI · · Score: 2, Informative

    TI sorta dominates the high school graphing calculator business. Their current flagship (the TI-84+) hasn't changed drastically from the 81, but their next in line (the Nspire) is completely from scratch (but I'll keep my RPN thank-you-very-much)

    --
    "I think an etch-a-sketch with an ethernet port would beat IE7 in web standards compliance."
  12. Re:toys by Constantine+XVI · · Score: 3, Informative

    The HP50g, TI89, and TI-Nspire CAS all have CAS systems (though the basic form factor is mostly the same as their 48g, 84+ and Nspire kin)

    PS: I reccomend the 50g myself. It's definitley a bit on the advanced end (and has RPN as an option, which is what attracted me to HPs in the first place), but shouldn't be a problem for you judging by your homepage URL

    --
    "I think an etch-a-sketch with an ethernet port would beat IE7 in web standards compliance."
  13. Curta - handheld calculator from 1947 by Cliff+Stoll · · Score: 5, Interesting

    Curt Herzstark designed the Curta handheld calculator while he was a prisoner in the Buchenwald concentration camp. Upon release in 1945, he started a company to manufacture these mechanical handheld calculators.

    Herzstark recognized the importance of user interface ... he designed it to be handheld. The main cylinder fits within the hand, and the input sliders were made to be set by fingers. In a foreshadowing of computer architecture, he used complimentary arithmetic to do both subtraction and addition.

    Although crank-driven, a Curta is surprisingly fast at the basic four functions. This is because you can rotate the output register to do automatic multiplies by powers of ten.

    Made in Lichtenstein, the Curtas were superbly machined, with a feel comparable to a high quality Nikon F camera.

    His peppermill calculators were sold from 1947 until 1972; today, they're mostly collectors items. But I use one to run my Klein Bottle business.

    1. Re:Curta - handheld calculator from 1947 by ReKleSS · · Score: 2, Interesting

      Interesting timing - a few hours ago I came by this, and read your article. Interesting stuff.

      --
      md5sum -c reality.md5
      reality: FAILED
      md5sum: WARNING: 1 of 1 computed checksum did NOT match
  14. Re:I can hold an abacus by russellh · · Score: 2, Informative

    Before he handed over the money, though, he took out his soroban (Japanese abacus, slightly different bead layout, but same idea) and checked the math of the computer on it. Then he handed us our money.
    that's interesting. Gotta wonder what specific incidents, if any, were behind that. I travelled around Asia in the late 80s (while living in Indonesia) and in many, many places vendors used an abacus to calculate retail sale totals.
    --
    must... stay... awake...
  15. This is the device by RogerWilco · · Score: 2, Informative

    As none of the links in the article actually seem to link to a description/picture of the device, here is one for your enjoyment:

    http://www.vintagecalculators.com/html/texas_insturments_ti_58.html

    --
    RogerWilco the Adventurous Janitor
  16. FIRST programmable? by kocsonya · · Score: 2, Informative

    > ... officially added to its collection examples of the first two
    > programmable calculators, the TI-58 and TI-59.

    Hm. The HP-65 came out in '74, the TI-58 and TI-57 in '77.

    I had a TI-57 but I also had a programmable calculator one before that, a NatSemi Scientific-PR, which was a '75 machine, AFAIK.

    The TI-58 and 59 are *not* the first programmable calculators by a long shot.

  17. Re:Talking to my Parents by networkBoy · · Score: 3, Funny

    My dad was the first in his office to get an RPN HP calculator (aeronautical engineer). Showed it off to everyone, real proud of it, etc.

    Week later he was back to using a triple slide rule... I had taken apart his precious, at the age of three.
    A month of talking with apps engineers at HP and they sent him a bag of spare parts along with an exploded diagram (for free) and he was able to re-assemble the thing. Still works, and he still has it. I am still not allowed to touch it (nearly 30 years later).

    -nB

    --
    whois gawk date unzip strip find touch finger mount join nice man top fsck grep eject more yes exit umount sleep dump
  18. This brings back memories.. by the_rajah · · Score: 3, Interesting

    I was at T.I. as a calculator design Engineer from 1972 until late 1975 before moving over to the corporate research lab to work on magnetic bubble memories. I worked on several different scientific and business models and was the project engineer for the rare TI-150, the only handheld model to use a plasma (neon) display. I still have one of the prototypes here at my desk in good working condition. I did parts of the electrical design of the magnetic card readers for the SR-52 and SR-60 as well as parts of the main board design for the latter. All that and lots of work on other models, too. Fun projects, good people to work with and fond memories. If any of my old co-workers from that time are reading this, you can get in touch via the web site my nickname links to.

    --


    "Do the Right Thing. It will gratify some people and astound the rest." - Mark Twain
  19. Re:Decent new RPN calculator? by oronet+commander · · Score: 2, Informative

    Hewlet-Packard keeps selling RPN calculators, such as HP-33s or HP-35s...