View Single Post
Old 02-27-2005, 10:53 PM   #39 (permalink)
a-j
Tilted
 
Quote:
Originally Posted by vinaur
Jesus Christ that's confusing. So how do you do like more complicated functions, like (((5+3)/8+5/3)/2)^2? Can you somehow type it all in at the same time, or do you have to do them one step at a time?
I have a HP48GX, replaced my TI81 and have used it since my junior year in high school until now. I've used it for anything up to calc 4, and a bunch of CSci/Math courses for programming. The only complaint I have is that it is kind of slow on graphing and menu refresh.

Though it can get a little difficult to program in RPN, something like you suggest above is relatively simple if you are used to RPN: 5 <enter> 3 + 8 / 5 <enter> 3 / + 2 / 2 ^ (15 keystrokes compared to 19), plus you can see the results at each intermediate step, so you "know" if something is wrong right away. The stack based features are also nice -- it is easy to duplicate an answer for use in mutliple calculations, swap values, keep a running list of answers, etc.

It really isn't that hard, but it is fun to see other people try to use your calculator.
a-j is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76