Results 1 to 10 of 10

Thread: Ti89 or HP 49G?

  1. #1

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    Ti89 or HP 49G?

    Which one do you prefer? a HP 49G or a Ti89 calculator? why?

    and dont tell me you choose either one becuase of their price
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  2. #2
    Hyperactive Member
    Join Date
    Mar 2002
    Location
    ON, CAN
    Posts
    265
    hey,

    i have the ti89 and i love it, excellent graphing and menus ( ease of use) great for calculus

    ps. don't take the cover off, i made that mistake, damn buttons went flying everywhere.. took me ages to figure out where that buttons what after.. hehe

    regan
    For excellent Winsock example check here WINSOCK

  3. #3

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    Originally posted by MOHH
    hey,

    i have the ti89 and i love it, excellent graphing and menus ( ease of use) great for calculus

    ps. don't take the cover off, i made that mistake, damn buttons went flying everywhere.. took me ages to figure out where that buttons what after.. hehe

    regan
    hehe, my brother has a ti89 and I've worked with it a little bit.... just wondering if anyone has used a HP and also a Ti. I wanna know if I should buy a Ti or a HP?
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  4. #4
    Fanatic Member sbasak's Avatar
    Join Date
    Aug 2001
    Location
    Globe Trotter
    Posts
    524
    I used HP48G+ and found very good for engineering level maths.

    But I never used TI.
    Life is a one way journey, not a destination. Travel it with a smile and never regret anything.
    Yesterday is history, tomorrow is a mystery, today is gift - that's why we call it present.

  5. #5
    Hyperactive Member
    Join Date
    Sep 1999
    Posts
    305

    I have both

    As an owner of both, I can easily say that the TI89 is WAY better than the HP 49G. They say the HP is more powerful, but I have never seen it do anything my TI couldn't do. Further, the TI is faster at doing things, there are more programs and games for it, it has a bigger display, and it's way easier to learn and understand. Reverse Polish Notation is cool sometimes, but not worth it. Go with the TI.

    Oh, and HP stopped making calculators, so forget about anything new coming out for HP calculators.

    All signs point to TI.

  6. #6
    Frenzied Member cyborg's Avatar
    Join Date
    May 2000
    Location
    Sweden
    Posts
    1,755
    i've got Ti89 and i love it!
    Check out the FAQ and do a search before you post.
    My tutorials: Anti-Alias Pixels, Accurate Game Loop, Resource File

  7. #7

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    Re: I have both

    Originally posted by Bob Baddeley
    Oh, and HP stopped making calculators, so forget about anything new coming out for HP calculators.

    didnt know that!

    thanks for the info... I got an 89 now. I dont love it, but it loves me
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  8. #8
    Frenzied Member
    Join Date
    Jul 1999
    Location
    Huntingdon Valley, PA 19006
    Posts
    1,151
    I have an HP4GX and love it. I have not used the latest TI calculators, having decided to go with HP a long time ago due to a preference for the stack architecture.

    The current TI calculators might be faster since my HP is several years old now. While the TI might have more games written for it, I would be surprised if it has any mathematical functions not available on the HP.

    I prefer stack architecture in both computers and hand calculators. I am not sure that anybody makes computers with a stack architecture any more.

    The stack architecture is far easier to use if you are not working with formulae written down on paper. When you try to do calculations from formulae in your head, you can easily get confused entering left & right parentheses. With a stack calculator, if you start off doing some calculations in the wrong sequence, you can recover by leaving the current values on the stack doing a few operations, and then using the values kept on the stack. If you mess up with algebraic notation, you have to start over again.

    You do not have to understand reverse Polish to use a Stack calculator. You only have to understand reverse Polish if you are implementing a compiler.

    The programming language provided by the HP is incredibly powerful.

    As an example of a computation which shows off stack architecture, suppose you wanted to evaluate a cubic polynomial for one value of x, without using the built in polynomial evaluation function.

    P(x) = ax3 + bx2 + cx + d

    On the HP, you would do the following.

    Key in the value of x and hit the enter key three times. I never bother to count for this type of calculation. I hit the enter key a lot of times. Then do the following.

    Key in the value of a following by *key
    Key in value of b following by +key & *Key
    Key in value of c followed by +key & *key
    Key in value of d followed by +key
    Value for P(x) is on the stack.

    Aside from entering the numeric values, there are only 9 key strokes required. I do not think that an algebraic architecture calculator can do better.

    The above computation evauates the following algebraic notation. .

    [(ax + b)x + c]*x + d

    If I do not write out the formula for a polynomial, I am never sure how many left parens to key in first when using an algebraic calculator. With the stack calculator, I just hit the enter key a lot without bother to count. If I did not use the enter key enough times, I can recover when I see that I need an extra value of x in the stack, without losing the calculations done so far. If you miscount the number of leading parens required, you have to start over when using an algebraic calculator.

    If I cannot replace my HP when it is no longer functional, I will reluctantly go with a TI. If I discover that the TI is much faster, I might get one to run some fairly complex programs written for my HP, but will stick with the HP for hand calculations. Calculator speed does not mean anything for hand driven calculations, just as processor speed has little effect on how fast you can write a letter or a story using a Word processor.
    Live long & prosper.

    The Dinosaur from prehistoric era prior to computers.

    Eschew obfuscation!
    If a billion people believe a foolish idea, it is still a foolish idea!
    VB.net 2010 Express
    64Bit & 32Bit Windows 7 & Windows XP. I run 4 operating systems on a single PC.

  9. #9
    So Unbanned DiGiTaIErRoR's Avatar
    Join Date
    Apr 1999
    Location
    /dev/null
    Posts
    4,111

    Thumbs up

    Get a ti-92 plus. It makes an 89 look like a 83+.

  10. #10
    New Member
    Join Date
    May 2002
    Location
    USA, MI, West Bloomfield Hills
    Posts
    5
    TI-89......hmmmmm, what is that??.......an airplane??....lol

    :-D

    I didn't get it......at last you got a TI or not?.....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width