Slashdot Mirror


The Future of RPN Calculators

Noksagt writes "HP's recent release of the 33s won't be the last RPN calculator. Former HPers at Hydrix are hyping an impressive Linux-based PDA/calculator, named Qonos. They have a survey up regarding features, etc. More information can be found at comp.sys.hp48 or The Museum of HP Calculators. A new open hardware project called OpenRPN has also begun. Their mission is to produce horizontal and vertical format scientific RPN calcs and later a graphing calc."

79 of 301 comments (clear)

  1. Re:TI Rocks by 0x0d0a · · Score: 4, Insightful

    HP calculators might be more competitive today if Carly hadn't decided that it would be a really good idea to dump the HP calculator engineering team to "save money".

  2. The future of RPN calculators... by JessLeah · · Score: 4, Insightful

    ...is to be a teeny-tiny niche market, like Linux handhelds (compare and contrast: Number of Zauruses sold vs. number of iPaqs sold).

    The Masses don't understand RPN, don't understand why anyone would want to use a "backwards" syntax, and aren't interested in listening to us nerds when we explain the very real benefits of grokking stack-based systems.

    1. Re:The future of RPN calculators... by capt.Hij · · Score: 5, Insightful

      You are probaly right which is a shame. When I was just a lad everybody used hp calculators with rpn. In our calculus class I do not remember anyone having a problem with the chain rule. The idea of a composite function was almost inate partly because of the way you enter equations into an rpn calculator.

      I teach calculus to students who use the TI, and so many more students just do not get the chain rule. It is amazing. Moreover, it is damn near impossible to try to connect the idea to the way they think about functions and the way they key them into the calculator. The tools we use really can constrain the way we think, and rpn calculators really make you back up and rethink what a function is.

    2. Re:The future of RPN calculators... by dillon_rinker · · Score: 3, Insightful

      The chain rule??? Why would anyone have a problem with the chain rule? And what does RPN have to do with it? It's an intuitively obvious rule to anyone who has completed sixth grade:

      dx/dy = dx/dt * dt/dy

      Since you teach calculus, I'll point out that this is a serious question - what's not to understand?

    3. Re:The future of RPN calculators... by SamBeckett · · Score: 2, Informative

      WTF that isnt the chain rule.

      d/dx f(g(x)) = f'(g(x)) * g'(x)

    4. Re:The future of RPN calculators... by Jerf · · Score: 4, Insightful

      It's an intuitively obvious rule to anyone who has completed sixth grade:

      LOL.

      Spoken like somebody who has only taken the advanced math classes.

      I mean that mostly in a good way, but you have obviously not examined the "normal" student in detail. A lot of people (scarily, possibly even the majority) graduate high school without really being able to add 17/28 + 87/98. Of those who can, few of them can explain it correctly. Of those who can, most of them lose it quickly.

      I wish it was an "intuitively obvious rule to anyone who has completed sixth grade".

    5. Re:The future of RPN calculators... by John+Whitley · · Score: 3, Insightful

      ...is to be a teeny-tiny niche market, like Linux handhelds

      The market probably won't be huge, but that has nothing to do with it's RPN-ness or Linux-ness. That has to do with relatively small numbers of folks who need a powerful math appliance.

      On the other hand, this has the potential to be the iPod of the Mathematically Inclined. If the software and industrial design are done well, it has serious hope to be a hit on college campuses, as well as with a variety of technical professionals.

    6. Re:The future of RPN calculators... by |/|/||| · · Score: 2, Insightful
      Exactly. And figuring out how to express an equation as a set of nested functions is like figuring out how to punch it into an RPN calculator.

      --
      [javac] 100 errors
    7. Re:The future of RPN calculators... by Tablizer · · Score: 4, Insightful

      The Masses don't understand RPN, don't understand why anyone would want to use a "backwards" syntax, and aren't interested in listening to us nerds when we explain the very real benefits of grokking stack-based systems.

      The benefits are quantitative in that it is less keystrokes to evaluate a given expression. Don't sell it in terms of "grokking", because that gets into personal psychology which cannot be easily measured. Instead, count keystrokes. "You can finish more of your exam in the given time-space" for example.

    8. Re:The future of RPN calculators... by exp(pi*sqrt(163)) · · Score: 4, Informative

      That is the chain rule. Sheesh! Doesn't anyone know any mathematics these days. There's more than one type of notation for writing derivatives: f'(g(x))g'(x) is the same thing as df/dg dg/dx.

      --
      Doesn't it make you feel good to know that our freedoms are protected by politicans, lawyers and journalists.
    9. Re:The future of RPN calculators... by dillon_rinker · · Score: 2, Informative

      Go sue your calculus teacher for malpractice. Seriously. I wrote THE EXACT SAME THING you wrote, but I used differential notation. You clearly haven't been taught differential notation. You likely wasted time memorizing formulas that should be instantly grokked (and are, with differential notation). I'd bet my next paycheck that you can't explain the purpose of the "dx" in an indefinite integral (and no, it's not to show that "x" is the independent variable in the expression being integrated).

      Out of curiousity, did you use calculators in your calculus class?

    10. Re:The future of RPN calculators... by pclminion · · Score: 5, Informative
      First, what he posted is the Chain Rule, written in Leibniz notation.

      Second, you've committed the atrocious sin of mixing Leibniz notation with Newton prime notation. What a horrific mess you've created.

      The proper way to write it would be:

      h(x) = f(g(x))
      h'(x) = f'(g(x))*g'(x)

      I think this should help explain why the Leibniz notation is so popular, because in the Newtonian notation, a prime can only bind to a name, not an arbitrary algebraic expression. Hence you are required to introduce the additional function h(x) just to allow the notation to work.

      Anyway, you're hardly qualified to school us in calculus.

    11. Re:The future of RPN calculators... by shobadobs · · Score: 3, Insightful

      The real benefit to RPN is not the number of keystrokes or the speed at which it can be used (although it is superior for those reasons). The real advantage is that evaluating expressions with RPN makes it feel like you are evaluating the expression, whereas using "algebraic" mode is more like typing in the expression and getting an answer. RPN feels more natural, because you evaluate the expression as you would with mental math.

      Interestingly, I have noticed that after having adopted RPN and used it for two years, my mental math ability has dramatically increased. It is as if RPN use forged new connections in my brain. For instance, once, during a competition, I got a simple problem: f(x) = x^2 + 5, g(x) = x/2 - 3. Evaluate g(f(5)). It took one second to evaluate that and hit the buzzer. The reason i was able to do it so quickly is that internally, I thought of the functions as RPN routines - X SQUARED 5 PLUS 2 DIVIDE 3 MINUS.

      I didn't realize it until I just wrote this now, but my mental image of functions has dramatically changed because of RPN (I was just fine with them before, though).

    12. Re:The future of RPN calculators... by dillon_rinker · · Score: 3, Insightful

      Second, you've committed the atrocious sin of mixing Leibniz notation with Newton prime notation

      (whine)
      But DAD! This is how ALL the cool calculus textbook writers are doing it these days!
      (/whine)

      Leibniz notation is introduced in all the calc textbooks I've read with the STUPID idea that even though it LOOKS like a fraction, you can't TREAT treat it like a fraction. I suppose this is done to preserve rigor, but it is a STUPID pedagogical technique. End rant.

      The functional notation f'(x) is useful, as is the differential notation dy/dx. Mixing them gives you the worst of both worlds.

      Just to pick a nit - IIRC, Newton used a dot notation, which this screen is too limited to display. Here's an attempt at explanation. If x were a function, then x with a dot over it would be the first derivative, and x with two dots over it(like an umlaut) would be the second derivative. I don't recall where the 'prime' notation came from.

      Anyway, you're hardly qualified to school us in calculus.
      Now, don't be hard on the boy, just because his teacher is everything we've come to expect from the public education system...

    13. Re:The future of RPN calculators... by exp(pi*sqrt(163)) · · Score: 2, Interesting
      It's pretty common English usage to use tautologies to stress a point. In this case someone was under the misguided impression that two things were different. It's common in such a situation to apply stress when you correct the original speaker so as to draw attention to that part of your sentence that is most significant. In this case, same exact, performs this function quite well.

      These kinds of subtleties can be quite hard for non-native English speakers to discern but you'll figure it out eventually.

      --
      Doesn't it make you feel good to know that our freedoms are protected by politicans, lawyers and journalists.
    14. Re:The future of RPN calculators... by Anonymous Coward · · Score: 2, Informative

      Just to pick a nit - IIRC, Newton used a dot notation, which this screen is too limited to display. Here's an attempt at explanation. If x were a function, then x with a dot over it would be the first derivative, and x with two dots over it(like an umlaut) would be the second derivative. I don't recall where the 'prime' notation came from.

      It's not uncommon to use prime for spatial derivatives and reserve the dot for derivatives with respect to time.

    15. Re:The future of RPN calculators... by Bush+Pig · · Score: 2, Informative

      Caunt isn't too bad. My copy originally belonged to my grandfather, then my mother. Its style is a bit archaic, though, as it was published early last century.

      --
      What a long, strange trip it's been.
    16. Re:The future of RPN calculators... by kabocox · · Score: 3, Funny

      A lot of people (scarily, possibly even the majority) graduate high school without really being able to add 17/28 + 87/98

      It's 1.4948979591836734693877551020408.

  3. Qonos???? by AKAImBatman · · Score: 4, Funny

    Q'onos? Isn't that like the Klingon homeworld or something?

    1. Re:Qonos???? by nytes · · Score: 4, Informative

      Hoo-boy. I'm labeling myself as uber-geek.

      The reason the 'r' comes and goes is because the 'Q', in Klingon, is sort of like an over done 'k' in English. It's pronounced toward the back of the mouth. The net effect is vaguely like a "kr" sound in English.

      So "Kronos" is sort of a phonemic transcription of what "Qo'noS" would sound like.

      --
      -- I have monkeys in my pants.
  4. Re:My survey response by DonServo · · Score: 4, Interesting

    Inconvenient? I can perform complex calculations MUCH faster using RPN than I can with an algebraic calculator. No worries about misplaced parantheses!

  5. I still have an RPN calculator by Marxist+Hacker+42 · · Score: 2, Interesting

    I installed The DIV Calculator for PocketPC on my Windows CE device because I missed my old HP32s.

    --
    SJW: a person who perceives an injustice, and while correcting it, commits a greater injustice.
  6. maxima by John+Meacham · · Score: 5, Informative

    maxima.sf.net is a truely awesome symbolic algebra program, it is derived from one of the first ever 'modern' computer algebra systems and was recently made open source.

    If it could be put into a calculator, that would rock.

    --
    http://notanumber.net/
  7. Re:My survey response by Short+Circuit · · Score: 3, Interesting

    Spoken like someone who's never used it.

    I was addicted after using it for, oh, a month. It took some getting used to, though. Unfortunately, I didn't realize I liked it until the calculator (HP 48g+) was stolen. I pity the poor sap here on campus who buys it from whoever stole it, but isn't able to use it.

  8. Bad title by Decaff · · Score: 5, Funny

    Surely it should be

    RPN Calculators Future of the

    1. Re:Bad title by Chester+K · · Score: 4, Funny

      Surely it should be RPN Calculators Future of the

      Well, more accurately it should be "Calcuators RPN Future the of", but if I were to point that out I'd be basically admitting how much of a geek I am.

      --

      NO CARRIER
  9. Zaurus Support? by tji · · Score: 2, Interesting

    I see from the information about the "Qonos" Linux based calc that it uses an XScale (ARM) processor - like the Zaurus's do.

    If it's using the same OS, on very similar hardware, the Zaurus would be a good development/prototype platform. And, it would give us Zaurus owners a good calculator option.

  10. Re:My survey response by .com+b4+.storm · · Score: 4, Insightful

    Seriously, why are we worried about the "future" of inconvenient input formats?

    How is RPN inconvenient? Sure, it requires a change of thinking initially, but the gains are traditionally a lot more than the initial effort required. Even just in my limited use of RPN in a college environment, I have seen the benefits as far as speed and yes, convenience.

    In one of my recent math classes, the instructor spent 20 minutes helping people to enter a semi-complex formula with parenthetical notation. With RPN, I didn't have to deal with messy parenthesis, I just got the work done. As an added bonus, I got to spend those 20 minutes practicing my written Chinese. :)

    --
    "Wow, you're like some kind of superhero able to ward off happiness and success at every turn."
    -- Ryan Stiles
  11. Linux based RPN calculator ... by YetAnotherName · · Score: 5, Funny
    Sort of like putting a Saturn V on a pair of inline skates? This device certainly blurs the line between PDA, notebook, and calculator. Although programming wise, linking it to /usr/bin/dc ought to be a no-brainer. Waiting for your caculator to boot-up might get a bit annoying after awhile.

    Other obligatory comments:
    • But, does it run Linux?
    • Imagine a Beowulf cluster of those!
    • In Soviet Russia, Polish notation reverses you!
    • I am Polish, you insensitve clod!
  12. More details and pictures by Warlock48 · · Score: 5, Informative

    There's more details and pictures on hpcalc.

    Quote:

    Operating system:
    eCos, running in 512KB SRAM and providing one month of battery life
    Linux, running in 64MB of SDRAM and providing considerably more than a day of battery life

    Other software:
    Emulation of both the HP 49G and the TI-89
    Advanced math software: Gnuplot, Giac/Xcas (supposedly better than Maple), MathsExplorer
    PDA software: calendar, tasks, notes, time management
    Datalogging capabilities

    Processor:
    Intel PXA 263 XScale processor, running at 400 MHz
    32MB of on-chip flash memory
    32-bit data bus

    Display:
    Grayscale 3" 320x240
    Full support already exists for a color screen to be offered at a later date

    Other hardware:
    Mono speaker and microphone
    Stereo audio input and ouput ports
    Keyboard with tactile feedback designed for fast, accurate data entry
    Compact Flash Type II slot
    SDIO slot
    IrDA port
    USB client and host ports, supporting external keyboards, webcams, and other devices

    Optional sled:
    Vernier probe compatible
    8 analog I/O channels
    16 digital/sonic I/O channels
    Extra high-capacity lithium ion battery
    DB-9 serial port

    Price:
    Over US$350

  13. Natural it isn't by 14erCleaner · · Score: 4, Insightful
    RPN obvious isn't. Backwards to people it seems. (Star Wars I've watched times many, true.)

    On the other hand, RPN does inspire near-religious devotion in some, especially those who used the early HP calculators back in the 70's. My engineer dad would have killed for one of those back in '74 or so, but they were too expensive at the time.

    --
    Have you read my blog lately?
    1. Re:Natural it isn't by pdbogen · · Score: 2, Interesting

      Hell, I first used it in the mid-nineties, and I'm near-religious. Infix is so slow when you're doing simple (complex) arithmatic... You mean I have to use parentheses? WTF?

  14. Integration in PDA/Calculator by beatleadam · · Score: 5, Insightful

    From the OpenRPN Project Website
    Here is a short list of some planned features:
    *Philips LMC210x ARM7 CPU
    *Flashable ROM
    *MMC/SD expansion card support
    *20 digit accuracy
    *USB connectivity
    *Several forms of I/O
    *3"x5" PCB for internal expansions/modules
    *Hi-Resolution LCDs
    *All aluminum watertight body
    *Molded-through keytops (customized sets will come standard)
    *High-durability anodized finish
    *Customizable keyboard overlays
    *Positive tactile keys
    *Reverse RPL compatability
    *A nice thick manual

    This sounds just like the PDA I would Love to have which is of course the point here.

    My single question is one of integration in that I do not want to carry a full-featured Calculator and a PDA I just want the PDA itself yet with this awesome calculator function integrated. Where does the line exist anymore between PDAs and Calculators especially Linux powered devices?

    --
    I have a theory that the truth is never told during the nine-to-five hours. -- Hunter S. Thompson
    1. Re:Integration in PDA/Calculator by Anonymous Coward · · Score: 3, Informative

      Except OpenRPN isn't trying to be a PDA. It has the hardware to do so (except that the first model will be a small horizontal format, a'la the HP Voyager (11c,12c,15c,16c) series. 1 or 2 lines makes for a difficult PDA. The open nature will likely let people put PDA features on it, but that isn't the goal of the project (though it is the goal of the quonos, which was also mentioned).

  15. Re:My survey response by localhost00 · · Score: 2, Insightful
    inconvenient input formats?

    RPN is NOT inconvenient if you get used to it.

    I actually prefer RPN.

    --

    Calling atheism and agnosticism a religion is like calling bald a hair color.

  16. "Linux-based calculator" by leshert · · Score: 4, Funny
    Linux-based calculator


    Is it just me, or does that have the same ring as "fuel/air explosive-based cigarette lighter"?

  17. No one ever forgot to return my RPN calculator by Anonymous Coward · · Score: 5, Funny

    As a high school student, I loved my HP "Reverse Polish Notation" calculator. Whenever someone would ask to borrow it, I would say, "Sure, you just have to remember that if you want to add 4+2 you have to enter '4', 'Enter', '2', 'Plus'."

    This scared everyone away, and they went on to borrow someone else's calculator. I didn't have any trouble with people "forgetting" to return the calculator, I still have it to this day. Thanks, HP!

  18. For HP to sell more RPN calculators by I+kan+Spl · · Score: 4, Insightful

    they need to fix those buttons. I mean, the old style buttons on the 32SII and the 48GX rocked. Why, or why did they ever have to change to those evil plastic buttons? Was this a cost-saving thing, or just a tatic to make sure the calcuators died out?

    --
    My UID is prime and so is this number: 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0.
  19. Re:My survey response by nkh · · Score: 5, Funny

    I've got a hp48gx and always suffer from this kind of situation:
    - hey, can you lend me your calculator?
    - no, you won't know how to use it.
    - yes I will.
    - ok, if you really want.
    - [1] [+]: + Error: Too Few Arguments hey it's not working!
    - I told you...

  20. My $2E-2 by eaolson · · Score: 5, Insightful
    I'm a scientist, and I use my HP 32S daily. I probably couldn't function without it. It's RPN, doesn't graph anything, and has fairly limited memory and programming abilities. But I like it. I have to say that I hate the idea of this calculator/PDA thing.

    I don't want my calculator to be my PDA. I have a PDA for that. They're different devices with different interfaces and should be used for different things. I put an RPN calculator on my Palm and, although I can use it, it's awkward and clunky. I use it only when I have no other choice.

    I don't want a graphing calculator. I like my one line of text. If I need to graph anything, then I'm probably doing it for a complicated reason, and I'll fire up Matlab or Origin at my desktop. My calculator is for, just that, calculating.

    The website brags that this thing has a whole month of battery life in it's low-power mode. Big fricking deal. I bought my HP in about 1990. I have replaced the batteries in it exactly ONCE. There's nothing more useless than a calculator that you've picked up and realized you forgot to plug it in last night to recharge it, and it's dead.

    I don't want a fold-out keyboard that's probably fairly fragile and won't last too long. I want something sturdy that will stand up to significant, continuous use for years to come.

    Why can't someone just build a good calculator that does what it's supposed to, and not some calculator / PDA / laptop / Borg monstrosity?

    1. Re:My $2E-2 by Noehre · · Score: 2, Interesting

      Amen, I used a 32S all through middle school and into high school before it gave up and died on me. It was subsequently replaced by a 48GX which I believe I lost recently (I can't find it).

      If they made a 32S with 4 visible lines of stack, I could die and go to calculator heaven. Best calculator ever

    2. Re:My $2E-2 by dwhitman · · Score: 3, Insightful
      Another scientist chipping in, and I couldn't agree more. I've been using a HP15C for about 20 years now and live in terror of the day it dies, because I can't replace it. I had and loved a HP32 that died; but I like the form factor of the 15C better.

      I don't want my calculator to do mediocre graphing or mediocre symbolic logic or mediocre numerical analysis or mediocre monte carlo simulation, yadda yadda yadda - for anything complicated, I'm going to use my workstation with a big display and high end software. I don't even need programability in a calculator, although it's useful (I wrote a nonlinear regression package for an HP41C that deconvoluted NMR spectra for my thesis - today I'd just do it on my workstation).

      I want an RPN calculator with good buttons, enough of them to expose all the functions I need without plowing through nested menues, but not so many that I need to go hunting to find things. I want a good solid-segment LCD or LED display for high contrast and wide viewing angle; I don't need or want alphabetic characters or graphics. One display line is plenty, but make the segments big - my eyes aren't as good as they used to be. I want a small form factor so it'll fit in my pocket, and essentially infinite battery life so I don't have to worry about whether it's charged.

      I want the HP-15C to go back into production. I'd buy three or four immediately and scatter them about so there's always one in reach.

    3. Re:My $2E-2 by starseeker · · Score: 2, Insightful

      "Why can't someone just build a good calculator that does what it's supposed to, and not some calculator / PDA / laptop / Borg monstrosity?"

      Because stable and reliable doesn't convey "status" like the "latest IN gadget", and thus marketers don't know what to do with it.

      When's the last time you saw an ad for anything that featured detailed description of the actual merits of the product, as opposed to pretty people having fun/doing work/both? I've never heard a commercial for a car say, for example, talk about the technical details of the car and the manufacturing process. It's always a picture of the vehicle doing things no ordinary sane driver would ever do, and then a price and a lot of fine print. Or an annoying used car salesman shouting to get your attention.

      Marketing drives EVERYTHING. And there's nothing exciting about basic, solid and reliable. Plus, if you buy a basic, solid, reliable product the company doesn't see any more of your money for ten years. Hence, the trend is away from long term products, however wasteful that might be.

      Maybe I'm stuck in cynical mode, but quality sure doesn't seem to be the driving force nowadays.

      --
      "I object to doing things that computers can do." -- Olin Shivers, lispers.org
  21. ??? - More Detail, please. by students · · Score: 4, Interesting

    I am going to start calculus next year as a softmore. Can you explain this in more detail, with out actually using calculus? I want to know because I would like to buy a new calculator this summer, and I want to share this with my calculus teacher. I've tried RPN on my TI-83 plus (with RMN III and CABAMAP applications), and found it to be minorly surperior.

    1. Re:??? - More Detail, please. by |/|/||| · · Score: 2, Informative
      I think the parent's point is that the chain rule works by breaking an equation up into a set of simple, nested functions: 2x-3 becomes f(g(x)), where f(x)=x-3 and g(x)=2x.

      If you wanted to punch the same equation into a RPN calculator, you would need to break it up the same way. This is a pretty trivial example, but if you've used RPN (I haven't used it much at all) then I think you'll see what the parent meant.

      P.S. - Real sophomores know how to spell it. ;)

      --
      [javac] 100 errors
    2. Re: ??? - More Detail, please. by gidds · · Score: 4, Insightful
      I don't think this is anything you have to worry about, really. As someone with an honours degree in mathematics, I can't really see the connection between RPN and the chain rule, either :)

      I wouldn't worry too much about a flash calculator, either. The important things in mathematics go on in your head, and on paper. The basic arithmetic functions are jolly useful, and the trig functions (ideally including hyperbolic ones) can be quite handy, but if you can't work out the graph of a function yourself, then a calculator isn't really going to help you.

      What I found helpful when learning calculus was to think of it in mechanical terms where possible. Functions and graphs can be a bit abstract, but calculus is really about rates of change, and I found that thinking in terms of speeds and accelerations tended to give me a good mental picture of what was going on, at least to start with.

      --

      Ceterum censeo subscriptionem esse delendam.

    3. Re:??? - More Detail, please. by shobadobs · · Score: 5, Interesting

      I would suggest getting the HP-49G+. (I am a 49G user.) RPN might only be "minorly better," but the real question comes down to the operating system's user interfaces. The 49G's is simply far better. In RPN mode, the user can use all the calculator's features without having to jump through dialogue boxes all the time. For example, say I wanted to graph a sine curve. Instead of having to go to the "Y=" menu and such, with which we're all familiar, I merely need to type X [SIN] EQ [STO] [PLOT] [F4] [F5] [F6]. (and I can press F4 F5 F6 in very quick succession) It is really nice to use.

      After having used a TI-89, then an HP-49G, when I try going back to the TI-89 for some purpose (maybe a game, or a program i once made), I really start to notice how annoying and slow the 89's UI is.

      The HP is also much more customizable. The ability to remap the keyboard is quick, easy, and built in. There are 128 system flags for changing user settings, accessible via the MODES menu. The HP has no limit to the depth of the directory tree. Its menus are better -- they are at the bottom of the screen, somewhat like the TI-85 and Ti-86's menus, rather than having to type Shift MATH 4 4 every time you need to use a specific function.

      One of the neatest things is programming. Its programming language, Reverse Polish Lisp, is simple yet powerful. Plus, it has a built-in compiler for System Reverse Polish Lisp, and ASM.

      Plus, text-editing on the HP 49G/G+ is much, much easier. When in ALPHA mode, one can type both letters and numbers because the number pad has no letters on it.

      I used it for BC Calculus this year, and it easily served my needs.

    4. Re:??? - More Detail, please. by DrPascal · · Score: 2, Interesting

      Certainly not trying to argue here, but I think your example is just one of habit more than efficiency.

      [Y=][CLEAR][SIN][X][GRAPH]

      Isn't this five keys, vs eight? I can't talk about the other things you mentioned (which might be better), but the graphing example wasn't helping your case much.

      --
      DrPascal: Not the language, the mathematician.
    5. Re:??? - More Detail, please. by Anonymous Coward · · Score: 2, Interesting

      I am going to start calculus next year as a softmore.

      In college? You should've started it as a Freshman. Calculus is extraordinarily important. The ideal situation is for a person to have an Engineer father and a Physicist mother (or Physicist father and Engineer mother) and learn theoretical and applied Calculus at around age 4. Most of us didn't have that, so we make up for lost time.

      I would like to buy a new calculator this summer

      Buy a TI-89. They were $150 when I bought mine four (or so) years ago, and yours will cost $150. The TI-89 is a good deal faster than all but one or two models of HP calculators, and the function interface is powerful and intuitive. You can perform indefinite integrals to a great degree using symbolics, and just evaluate definite integrals. The TI-89 also allows you to select previous function entries. If you screw up one parenthesis entering a huge calculation (which will all be one one line), just select the long calculation out of history and correct your mistake. With the HP, you'll get to reenter the whole thing, and you end up not being able to see what you entered.

      Ideally, you shouldn't use a calculator at all. Learning math is like learning to do anything else--expect to screw stuff up until you get the hang of it. Using a calculator will extend the screwing-stuff-up period. It's having such a negative effect that colleges are starting to ban calculators in the math department (which doesn't mean you shouldn't buy the TI-89 anyway). Learning the material is the first priority, but that doesn't mean getting a decent grade _isn't_ important. Nobody wants to spend the next couple of semesters worrying if their C in calculus will lose them a scholarship. Grades are a source of stress that you can completely eliminate by working hard.

      The chain rule deals with functions. A function is a computation on a variable. If I define f(x) to be "2x + 3", then f(3) -> 9, and f(4) -> 11, etc. I don't always have to use a variable as the input. I could use another function: define g(x) = 3x. Then I come up with fun mixtures like f(g(3)), and so on.

      Calculus has a concept called the ``derivative.'' The derivative of a function is another function that tells you the slope of the first function at that location (note how this is extremely compressed). When I say f(x) = 2x+3, you should think of that on a graph, with x running along the independent axis and the f(x) along the dependent axis. That particular function is a line with a y-intercept of 3 and a slope of 2. The derivative of the function is 2.

      The chain rule gives you a way to calculate the derivative of a complex function. Define z(x) = f(g(x)) from above. You calculate the derivative of z(x) by using the chain rule. In this case, d(z(x))/dx = d(f)(g(x))/dx * d(g(x))/dx. The thing to note here is how cool it'd be to have a LaTeX interpretter so that this text stuff didn't look so much like ass.

    6. Re:??? - More Detail, please. by TastyWords · · Score: 4, Interesting

      Big hint: even if calculators are permitted, do your best to see if you can do it long-hand. If you punch everything in, you aren't actually doing the work and you aren't actually learning the process, no matter what someone says ("The only way you can punch the right keys is if you understand what you're doing.") longhand provides better comprehension of the problem. Besides, if you get an answer you don't trust, it's easier to look through what you've done and trace your work. Punch it into a calculator and you may or may not have gotten it right - if nothing else, use it for verification if you are so inclined. But be careful - I had a prof in Advanced Calc and DiffEq who loved to give problems whose answer would be "2" or "3.7" - something which would instill doubt in most minds - "How can it have such a simple result?"

      There is a real-world situation for this: to learn to walk a tight-rope, bring it down until it's 6" off the floor. Most people have no problems practicing that way. But it's the same rope. The only difference is in your mind.

      The only "real math" classes I took in college were Calc III, Advanced Calc, and DiffEq. I hated real math that much. Having studied under Hofstadter and Erdos while in high school made me realize I needed to be open & free in my thinking - abstract algebra, group theory, and Galois' work made me realize how much more suited I was for "pure math". It's so open and you can create anything you want to with your imagination.
      I just wish the regular high school classes taught students something other than "real math" algebra and calculus so students could see a difference and which is better suited for them.

    7. Re:??? - More Detail, please. by students · · Score: 2, Interesting

      Wow, you brag as much as I do. I take the practical mathematics classes you are complaining about, and I still know that abstract work is more suited to me. But I have Stephen Hawking and Andrew Wiles to thank, not my teachers.

  22. Re:TI Rocks by ronsonal · · Score: 2, Informative

    *cough*matlab*cough* erm, mathematica? maple?

  23. Re:My survey response by Tumbleweed · · Score: 5, Funny

    No worries about spelling, either. :)

    The modern calculator should be able to handle easy RGB triplet to hex conversion, as well as IP xxx.xxx.xxx.xxx 'Bruce' format (I can't remember what that format is called, so I just refer to it as Bruce to save confusion) to 32-bit format.

    Oh yeah, and a built-in function for calculating the air speed velocity of laden and unladen African and European swallows, based on various factors such as wind speed, elevation (density of air, ya know), age & weight of birds and any burden they may be carrying. Granted, even with that, it won't be all THAT accurate, but it's better than clacking two coconuts together

    Oh, it should also have built-in 802.11g WiFi & IEEE1394.b. :)

    And If I can use it to control the TV remotely, that'd be great, thanks.

    I still prefer the physical format of my trusty HP11C, but then again, I don't need graphing ability in my calculator. Graphing's for nerds.

  24. Shameless Plug by kwiqsilver · · Score: 2, Interesting

    For those who love RPN, check out this RPN calculator for GTK (now GTKmm2.2 compliant):
    ghsiloP
    I discovered last night that the stack doesn't scroll when you add lots of values, but I'll fix that soon.

    1. Re:Shameless Plug by pdbogen · · Score: 2, Informative

      Not to douse your fire, but I've been using grpn for a while, and it works quite well.

    2. Re:Shameless Plug by Fourier · · Score: 2, Informative

      Graphics are for the weak. Allow me to respond with my own shameless plug for Orpie; it runs in the console, the way God intended.

  25. Guess by cpt_rhetoric · · Score: 2, Funny

    that means one more 1st year engineering student hazing ritual down the tubes. First the slide rule and now RPN calculators. What's next?!?

  26. Re:12 C replacement by k_yarina · · Score: 3, Informative

    Real geeks want an HP 16C replacement. My 16C's still going, and on only it's 3rd or so set of batteries since 1982. http://www.hpmuseum.org/hp16.htm

  27. Re:My survey response by ChuckleBug · · Score: 5, Insightful

    People just freak out over RPN for no reason. I taught several college friends, none of whom were math wizards, about the joys of RPN and every one of them became hooked. RPN just seems backwards because everything is fed to us in a linear, "algebraic" way. But the fact is, RPN is actually much more intuitive once you get past the initial "wall." With RPN, you do calculations the way you would with a pencil and paper - or in your head: Break the problem into chunks so you get intermediate values, then operate on those intermediate values, and so on until you're done.

    Just starting at the left and working your way to the right, all the while keeping track of parentheses is NOT intuitive. It's just familiar.

  28. Re:This is very good for the student by JonathanBoyd · · Score: 4, Informative
    Right now most math and science students are given or required to own a graphic calculator.

    Here in the UK, they're forbidden in exams (up to and including university level) and frowned upon as a distraction and hindrance to being able to visual graphs yourself.

  29. Obvious answer. by raehl · · Score: 2, Insightful

    Because that calculator has already been built, and you already own it.

    Thus, building it again isn't likely to be profitable.

  30. Re:My survey response by khuber · · Score: 3, Interesting
    There's a huge problem with regular RPN and complex equations - you can't go back and edit an expression you just evaluated like you can with algebraic.

    Having to reenter a large formula just to change a constant is a pain with RPN. Once you get into that Mathematica/Maple working mode where you edit expressions I think algebraic wins.

    I have an HP48SX and HP48GX which I like but never use -- I use a great command line program called "calc" in Linux. If I don't have calc I use bc. Both have readline support (assuming GNU bc).

  31. this needs linux? by pedantic+bore · · Score: 4, Insightful
    I think it's a bit weird that people are building linux-based calculators. Doesn't that seem like a bit of overkill? The memory required to boot linux is at least 1,000 times the memory of my trusty old HP.

    Everyone in the Slashdot community seems so worried about the Microsoft monoculture, and yet here we are pushing linux into every possible niche. It can't be optimal to have the same OS running on both our calculators and our supercomputers.

    --
    Am I part of the core demographic for Swedish Fish?
    1. Re:this needs linux? by n3k5 · · Score: 2, Interesting
      Everyone in the Slashdot community seems so worried about the Microsoft monoculture, and yet here we are pushing linux into every possible niche. It can't be optimal to have the same OS running on both our calculators and our supercomputers.
      I surely wouldn't buy an expensive calculator that runs out of batteries much faster than my PDA, but I'm glad that people are doing research in that area and maybe improve the system so it becomes easier on the hardware and cheaper; just as I think it's a good thing for Linux to be adapted fpor supercomputers, even though I won't ever have one. Imagine everyone would regard Linux as being strictly 'for PCs only' and then some company makes a Windows (CE) based calculator, and Microsoft says, "See? You can't use Linux for that!" I'd rather not grant them that satisfaction ;-)
      --
      but what do i know, i'm just a model.
  32. RPN is cool for more than engineering by TykeClone · · Score: 2, Interesting
    I've got an old HP28S and work for a bank

    During "Y2K", we had to do lots of testing of interest accruals, and it was a lifesaver.

    LONG LIVE RPN.

    --
    A fine is a tax you pay for doing wrong and a tax is a fine you pay for doing all right.
  33. Re:What's wrong with just being a calculator? by exp(pi*sqrt(163)) · · Score: 2, Interesting

    It's a calculator if you just need to press one button to find the cos of a value.

    --
    Doesn't it make you feel good to know that our freedoms are protected by politicans, lawyers and journalists.
  34. Re:Very great and all... by Roydd+McWilson · · Score: 2, Informative

    For the keyboard.

    --
    THE NERD IS THE COMPUTER.
  35. They Call Me ... Bruce! by Tumbleweed · · Score: 2, Funny

    Dotted quad, thaaaaat's what I was trying to remember.

    Another good feature of the calc would be to enter either an RGB triplet or a hex colour code and have it find the nearest web-safe palette colours (on either side). That'd be just dandy.

    And built-in unit conversions wouldn't hurt. Volkswagens to other volumetric measurements, football fields to meters, and whatnot. And hogsheads, don't forget the hogsheads! And 'stones,' so we can figure out how much Bridget Jones weighs in the upcoming sequel.

    And hands, so we can figure out how tall horses are. And what with the petrol crisis in the U.S., dollars per gallon to pounds per liter (or Euros per litre), just for comparison. I'm told those in Europe would be pretty happy to be able to get gas for 'only' US$2.35/gallon. Yikes.

    Anyway.

  36. The past RPN of by wombatmobile · · Score: 3, Informative

    Reverse Polish notation was invented by an Australian in response to Polish notation, which was invented (gasp!) by a Pole.

    The whole story here is

  37. oh my gosh by shobadobs · · Score: 2, Funny

    adjectives prepositions and rules RPN follow not should why?

    What is really scary is that I read that sentence without noticing anything wrong with it. I guess that's what happens to RPN users...

    1. Re:oh my gosh by KnightStalker · · Score: 2, Funny

      Only thing wrong with using RPN on English is that lists would be annoying. To be more complete I'd have to say "adjectives adverbs prepositions conjunctions interjections and and and and" or else use a vector :-)

      --
      * And remember, it's spelled N-e-t-s-c-a-p-e, but it's pronounced "Mozilla."
  38. There are a bunch of others by bsd4me · · Score: 2, Informative

    There are a bunch of others. My favorite is PARI-GP.

    --

    (S(SKK)(SKK))(S(SKK)(SKK))

  39. Re:My survey response by am+2k · · Score: 3, Informative
    Having to reenter a large formula just to change a constant is a pain with RPN.

    That's why you should use variables on the HP48 for that kind of thing...

    In school in electrical engineering, I had a huge set of formulas and constants stored in a directory on my HP48GX, all I had to do was to change a constant, then push the right formular onto the stack, press ->NUM once, and had my numeric result (even complex numbers) there, which would have taken at least two sheets of paper by hand.

  40. People can learn RPN easily by AceyMan · · Score: 2, Interesting

    My wife (then live-in, who is *not* a mathy) adapted easily to RPN for everyday math (checkbook, etc).

    When I explained to her, "Hey, its the only kind of calculator I have", she sat with me for 5 minutes and picked it right up. It is not hard *if* people will just open their brain for a moment.

    Didn't our moms teach us to try new things?

    -> proud 15C, 12C, and 32SII owner

    --
    -- Experience is a wonderful thing. It enables you to recognize a mistake when you make it again.
  41. The past and future of RPN by Nybble's+Byte · · Score: 3, Interesting

    I've been using HP calculators ever since buying an HP-35 in 1973. I wandered off the path a couple of times but not for long, because RPN just makes total sense.

    The tremendous success of the HP-12C in business is proof enough. And ask any HP-41 user how he likes his machine. The thing is a tool that helps you get a job done in as few steps as possible.

    I use a 48GX or 49g+ every day. I much prefer the 48GX keyboard and the location of the Enter key (although I'm slowly getting used to that), but everything else about the 49g+ is better: much faster, much better and slightly larger display, and lots more 'stuff'.

    Unlike some people I don't mind the 48/49 implementation of RPN (actually RPL) compared with the old style 4-level stack, but a lot of old timers refuse to use the RPL machines that started with the 28. At the same time I still like the 41/42 a lot. There's surely a place for machines like the 32S II. It remains to be seen how the 33S with its odd looking keyboard does in the marketplace.

    I'm one of a very few who have an HP PDA based on Linux that never made it to production. Display contrast isn't very good, but otherwise it's decent but not feature laden because the project got killed and people lost their jobs. For this reason it's heartening that someone's talking about doing an HP handheld running Linux, and I'll support their efforts any way I can. It's about time for the user community to pitch in - this reminds me of the PPC 44 project talked about what, 20 years ago?

  42. The future of RPN calculators...Mass miss. by Anonymous Coward · · Score: 2, Insightful
    "The Masses don't understand RPN, don't understand why anyone would want to use a "backwards" syntax, and aren't interested in listening to us nerds when we explain the very real benefits of grokking stack-based systems. "

    And YET the "masses" use RPN all the time and don't realize it.

    When the masses do a math problem.
    123
    426
    +
    ---
    549
    In other words we're presented with the numbers FIRST, then told what to do with them (ADD).

    When the masses do math in their head, it's the same way. Intermmediates (mental scratch memory) is for carries.

    We think RPN is dead because most people don't actually conciously THINK about what they do when they do math. This becomes even more obvious when doing a more complicated problem. Try doing the quadratic formula for example.

    Bet we do that RPN with the precedence rules already memorized (remember your teacher going through those?).

    So NO it's not a geek thing. It's just that geeks are more obvious about certain aspects that the masses may not be conciously aware of.

    ---
    "Sorry, but according to [the] tests [we turn on and off], you are trying to post from an open HTTP proxy."
  43. My first introduction to RPN came during the ACT by cosmicg · · Score: 3, Funny

    My junior year of high school, I was rushing off to take the ACTs (like the SATs) and either I couldn't find my calculator, or it wasn't allowed. I ransacked the house, and came up with two calculators: a little four-function calculator my mom used for balancing the checkbook, and my dad's HP (I think it was an 11c). Of course I took the HP, and I was well into the test before I realized that it was "broken." Luckily the math was easy enough that I didn't really need it, but I was sweating when I first tried to use it (45 * 32 Enter)

    --
    Cache Rules Everything Around Me
  44. Re:12 C replacement by Eric+Smith · · Score: 2, Interesting
    Why recommend the older when the newer is much faster with more memory?
    And more bugs, too. For instance, when the program is longer than 260 lines, many GTO instructions that should be valid give an error 4. So the extra program memory isn't all that useful, unless you're writing mostly straight-line code. See the November/December 2003 issue of Datafile (the HPCC club magazine) for a list of more HP 12C Platinum bugs, most of which admittedly not as serious as the GTO problem.

    Hewlett-Packard used to put a huge amount of effort into making sure that there were no obvious bugs. And when a nasty bug did slip through, they usually would provide ROM upgrades on request. But Hewlett-Packard no longer exists; it's been replaced by the new HP, which has abandoned the "HP Way" for what is apparently the Compaq Way. There's no word of any ROM upgrade for the HP 12C Platinum.

    The existence of serious bugs in something as simple as the GTO instruction makes me rather skeptical of the accuracy of the financial calculations. Some of the financial calculations such as solving for interest rates are actually quite challenging to do accurately, and Hewlett-Packard spent a lot of time on numerical analysis to make sure that they did a good job of it. I rather doubt that the new HP has done nearly as much homework on the mathematical algorithms the HP 12C Platinum.

    The original HP-12C also has a better keyboard. Hewlett-Packard invested more effort into making the calculators ergonomic. When you buy a $100 calculator, you should be able to get reliable keys with good tactile feedback and double-shot injection molding so that the legends don't wear off. But HP doesn't care about this. What they've forgotten is that by cutting corners and making the products as cheap as possible (but not any more inexpensive), they are not only failing to cultivate new customer loyalty, but are losing the loyalty of their existing customer base.

    I have yet to meet someone that actually needs a faster 12C, or one with more memory. But I don't doubt that there are a few people somewhere that do. For everyone else, I strongly recommend the HP-12C over the HP 12C Platinum.

  45. The future of RPN is in the past by cdw3423 · · Score: 4, Insightful

    The HP 15C may well be the ideal pocket calculator for today, when more complex calculations are done on a desktop computer. Bring Back The HP 15C