Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Handhelds Hardware

Texas Instruments Announces New Calculator 235

S. Kinney writes "TI recently announced the development of a new calculator, known as the Voyage 200, to replace the TI-92+. The software changes are rather minor, as the device is designed to be compatible with the 92, though the addition of a clock makes the Voyage more functional for some, and the case of the device enjoys a new design. Perhaps the most useful upgrade to the 92+ is the addition of more memory, for a sum of 2.7 MB of storage. No word on release date, but it'll be interesting to see how this comes out. It may be one more step towards releasing a modern-day Avigo, their failed PDA from a few years back. "
This discussion has been archived. No new comments can be posted.

Texas Instruments Announces New Calculator

Comments Filter:
  • by Xenopax ( 238094 ) <[xenopax] [at] [cesmail.net]> on Wednesday January 09, 2002 @10:02AM (#2809049) Journal
    I would have never gotten through my long lectures without my handy tetris playing calculator.
  • It does look a bit odd, you have to admit.

    I'm probably still sad over HP's decision to disband their calculator division. Still, in comparison, the TI calculators don't look as classy as (say) the HP-28C or its ilk - at least to my eyes.

    A USB connection does seem like a nice feature.

    Not being a TI user, I can't speak for their functionality. Do they have a RPN mode? What are the keys like? Are they easy to code for?

  • Does it do RPN? (Score:2, Insightful)

    by edremy ( 36408 )
    Without RPN, it's just a toy. Worse, it's a toy given to college students who never learn how to do anything more complex than 2+3. A complicated chemistry problem involving 3 whole steps is way beyond them. Sadly, I speak from experience...

    I mourn for the HP calculator division. My 11C still works great after 20 years- I keep it in my flight bag for weight and balance calcs. My 28S died last year after 14 hard years of use through college, grad school, postdoc and 2 jobs. I suspect I'll still be using my 49G years after the last of these are sitting in landfills.

    Eric

    • Re:Does it do RPN? (Score:3, Informative)

      by Digitalia ( 127982 )
      While many students treat their TI calculators as toys, they are also valid tools for many others. Also, take a look at the software archives at ticalc.org. I believe an RPN input program was actually released to allow for you RPN-fans to use it.
    • I have to concur... until TI releases a calculator that does RPN, I'm sticking with my HP 48G. Sure, it's slower, doesn't have alot of memory, but I've found that I can do long sets of equations faster than on a TI. I used to use TI's until I got my HP. Now I cring whenever I have to use infix on a calculator.
  • resolution (Score:2, Insightful)

    must have, more pixels.

    zooming and zooming and zooming to cheat when finding the intersections of lines on paraboli is much too time consuming.

    double or triple the resolution, maybe you'll only have to zoom once.
    • If you ask nicely the TI-92+ will tell you where two lines intersect.

      If I were still in school, I'd have to have one. I got a 92, and then the + module when it came out.

      The TI-89/92 series are very powerful (sorry no native RPN, but you can always download a program) calculators if you take the time to learn to use them.
    • Who needs a calculator to find intersections? They aren't that hard...

      I bought a TI-89 about 3 years ago for my high school calculus class. I could never use it, but I had it. I couldn't use it in my college calc classes...or my electrodynamics class...I finally pulled it out about a week ago to do some simple calculations I could have done with my trusty TI-30X, only because I didn't have a pen and paper handy. I've used my slide rule more in the last 3 years than I have my 89! And that slide rule was just a gag gift for my graduation...

      I think having to actually do the problems and think about them is much better in the long run. You'll remember more of it than just punching buttons.
      • Re:resolution (Score:5, Interesting)

        by dillon_rinker ( 17944 ) on Wednesday January 09, 2002 @12:19PM (#2809789) Homepage
        Ok, wise guy. =) Provide me with numerical coordinates for the intersection(s) of the following two equations. You can't use any mechanical aid to calculation (no slide rules OR electronic calculators). You can reference tables in books, provided you also prove that particular entry you use is correct.

        y = -0.437(x^3) - 1.42(x^2) + 4.84(x) - 12
        y = 13.9 sin(8.16x) + 2.4

        Note that a calculator geek will provide an answer with the appropriate number of significant digits in about five minutes. I imagine you will find this impossible given the restraints above. If not, then I want to shake your hand.

        Traditional (ie non-calculator) textbooks and teaching techniques generally pick "nice" numbers for problems. They do this because it is unrealistic to expect the student to produce correct answers in a reasonable period of time, and to do that for all the odd problems on the page, and to do that in one evening, along with all your other homework. However, this is completely unrealistic; NO problems encountered outside the classroom have "nice" numbers unless they are specially constructed.

        However, with calculators, you can solve "real-world" problems, using realistic (multi-digit, non-integral) numbers. This is useful both for practical reasons (students aren't shocked when they encounter REAL problems) and for motivational ones (no more students asking "When will we have to factor x^2-9 in the real world?")
        • Re:resolution (Score:2, Informative)

          by Anonymous Coward
          I've computed one of the intersection points. I'll give you the method to use since typing in all the work is a bit much for a little Slashdot box like this without access to decent math symbols :) You can use this method to compute the other 6 intersection points. Throughout I'm assuming that we're using radians for our degree measures.

          First, we can deduce pretty quickly that all of the valid solutions lie in x [-2pi,2pi]. Draw a graph and simply plot the two lines. The cubic formula tells us that the first equation has 1 real and 2 complex roots so there aren't any intercepts other than the one near -6. If you're very good at drawing graphs you can already determine that there are 7 intersections of the two curves although the positive solutions may require steady hands.

          Since we want intersections, set the ys equal to each other and simplify until we have a polynomial on one side and a trigonometric on the other.

          (-0.437x^3-1.42x^2+4.84x-14.4)/13.9=sin(8.16x)

          Next we use the continued fraction expansion for sin to give us the approximation

          sin(t)=t/(1+t^2/(6-t^2+(6t^2/(20-t^2+20t^2/(42-t ^2 +...)))))

          In our case do t=8.16x as a substition and we can truncate the expansion at a convenient point because it's good enough for the range -pi to pi which is essentially the range we're interested in from above.

          Now, cross multiply until we have equality between two big honking polynomial expressions. Move one side over and we've got a polynomial in x equal to 0. Is this starting to look more solvable? :)

          Take the first derivative and do a few iterations of Newton's method. You'll probably want to keep the graphs from the beginning around for your initial guesses. I did the leftmost solution since that one should have the least accuracy due to our approximation of sin. I got (-6.131,5.66) although you can of course carry these calculations out to any desired accuracies.
  • My geek 'nards just expanded 20%, and my 92+ is already starting to look like something an Amish farmer would be permitted to own.

    Damn them, DAMN them for pre-announcing this!
  • connector cable ? (Score:3, Informative)

    by kigrwik ( 462930 ) on Wednesday January 09, 2002 @10:14AM (#2809092)
    It seems they changed the connectors. That's good, but I hope the plug sticks a bit better.

    I can't remember how many times my 2 players, 2 calculators chess games crashed because the cable had moved a tiny bit.
  • It could be done, with a USB hub and a master job server on a PC...

    Imagine this: inverting a 10x10 matrix in *five* seconds !!!!!
  • by Guppy06 ( 410832 ) on Wednesday January 09, 2002 @10:17AM (#2809104)
    I'm sorry, I don't care what the rest of you say about HP and reverse Polish notation, the TI-92+ is a thing of shear beauty, and I for one am glad that they're making a sequel. My TI-92+ was worth the money alone in both the cost of a book of integration tables as well as the time and effort of flipping through it.

    Symbollic integration is a beautiful thing and it came in damned handy in my Partial Differential Equations class. Thank you, TI, for making LaPlace transforms easier to handle.

    And before you all jump on my back, I'm not saying I can't do the integrals myself (I did them just fine on all the tests, thank you very much), but it kept the homework from consuming months of my life.

    So bad-mouth TI's stuff all you want, I'm still probably going to get this bad boy as soon as it comes out (still have quantum mechanics classes ahead of me).
    • AMEN! I bought a TI92 back in 96 while in college and I loved it! The only thing I didn't like is that it couldn't do base conversions but that was a fairly minor issue. You should have seen the geeks ooh and ahh when I walked into class and said "Behold, the mighty TI-92."
    • > I did them just fine on all the tests, thank you very much

      This is a bit off-topic, but go with me on this. Why is it that Americans have the tendency so say "thank you very much" when they really mean "contrary to what you may think"? For instance, the above phrase could be alternatively worded as "I did them just fine on all the tests, contrary to what you may think".

      What's the etymology to this beast?
    • Not to hold anything against the 92+ (and I believe the 89 does it as well), but HP calculators can do symbolic integration too. Therefore, you're not deciding between RPN and symbolic integration, you're really only deciding between RPN and algebraic data entry.

      The benefits of RPN are somewhat similar to the benefits of Dvorak - you can do many things with one or two fewer keystrokes, or more efficiently, and you can lend your calculator to someone for a test with the full knowledge that they'll be screwed (like having an unfamiliar typist use Dvorak..."Hey, your calculator/keyboard is broken!"). In addition, now that I'm used to it, RPN seems easier and more logical than algebraic entry. I'm not really sure why, it just does :)
  • Personally, I had always hoped that TI would make another calculator that would be better than my TI89, yet be in the standard shape of the TI89, without the QWERTY keyboard. Having the QWERTY, and thus the horizontal layout, prevents the calculator from being used on many college placement exams, and college exams themselves.

    When I saw this story I was quite hopeful, until I clicked on the link. Oh well, maybe they will make a new one, better than this one, with the non-QWERTY layout, soon. I'm waiting, TI!
    • Having the QWERTY, and thus the horizontal layout, prevents the calculator from being used on many college placement exams, and college exams themselves.

      Watch a Dvorak Simplified Keyboard hack appear on ticalc.org.

  • Small and powerful (Score:4, Interesting)

    by Shaheen ( 313 ) on Wednesday January 09, 2002 @10:21AM (#2809127) Homepage
    I had a TI-92 once. It was stolen a week or two afterward (this was in high school). I switched to an HP-48G the next week. There's something to be said for small and powerful rather than big and conspicuous. Too bad HP is out of the game now.
    • by ameoba ( 173803 ) on Wednesday January 09, 2002 @10:29AM (#2809153)
      TI-92 is the -wrong- calculator for HS. Not only is there the theft bit you mentioned (Hey, it looks like it should play video games... NAB IT!) but it also automates nearly all the math you'd ever do in HS (algebra, trig & HS calculus are trivial on it, geometry is still good). Anything but proofs can be done by the TI, in such a way that it'll be acceptable to the average overworked, undermotivated HS teacher. Not to mention that it's QWERTY keyboard prevents it from being used on the SATs and other standardized tests.

      Of course, when I got mine my freshman year of college, it sure made doing homework while learning to drink a lot more bearable.
      • So get a TI-89. Looks like the rest of the boring TI series, no QWERTY keyboard, so it can be used on the SATs (I think that is the main reason TI made it). But still has the fuctions and can run the programs of the 92.

        Maybe if I had an 89 in HS, I might have gone past Geometry (Algebra II was before that, had part I in middle school). Those same overworked, undermotivated teachers made me hate math so much. If I had the ability to automate away the 2 hours of homework each night, I might have stuck around to see what Trig and Calc held for me. As it was, I didn't get those until college.
      • while learning to drink a lot more bearable

        What does this bearable stuff taste like? Where can I get some?
    • Slide Rule (Score:3, Interesting)

      by wiredog ( 43288 )
      Seriously, that's what we were taught in freshman year of high school. I didn't use a calculator in HS, or College either. I, personally, don't think calculators should be used in high school math classes.
      • Not true. Basic scientific calcs should be acceptable in HS. By that time, you should be able to do basic arithmetic on your own, and that allows you to avoid basic arithmetical errors.

        Solvers, and higher functions, no. And there should be NO calculators in elementary or Jr. High.
        • You also shouldn't be able to use graphing calculators in calculus. The reason we make you graph equations *isn't* to get homework with pretty little pictures... its to drill you on doing first and derivitives, find maxima/minima/inflection points, etc.
      • I didn't use a calculator in HS, or College either. I, personally, don't think calculators should be used in high school math classes.


        So just because you didn't use one, you think that they can't be of any use?


        It should be prohibited to use a device which undermines what is being taught at the time -- therefore, calculators shouldn't be used in elementary school, when you're being taught arithmetic. (Except in special circumstances, of course -- teaching them to know how to use a calculator is a decent idea.) That's common sense. However, as my HS math teacher put it, he trusted that if we had made it all the way to calculus, that we already knew how to add, subtract, do long division, manipulate algebraic expressions, and so forth. If we didn't, denying us calculators wouldn't do anything -- we wouldn't be able to do the math either way. And allowing calculators makes it possible to do a much wider variety of problems, and to concentrate on the concepts being taught, rather than worrying about low-level things that are secondary to the topic at hand.


        Do you also claim that high-level programming languages should be abolished, because it's not necessary to use anything more advanced than assembly? It's really the same idea.

        • My hs calc instructor would disagree with you. He was convinced that I couldn't add, subtract or divide. On one problem he noticed that I had something like 24/4=9 and at a later step fixed the problem. Thats when he figured out I didn't do decimal. He also taught the Fortran class and knew octal as well as I knew hex. After that he would only deduct a bit if I slipped into base 16. At the start of the next school year, he gave us a quiz to see how much trig we rememberd. There were questions involving taylor series and such and calculating things like. After a summer of building a fast floating point trig library for the 6809, I knew the stuff quite well but I did all the work in hex floating point and then converted to decimal. I got 99 points out of 100 since he deducted a point for doing it hex and not octal or deciaml. Its the higest any one had ever scroed on that test. Too bad the rest of my scores weren't as good.

          My first semester Calc in college, the instructors rules were simple. If you write the software your self you can use it. I got an HP-28C and procedded to write the software. Since professor Freed [hall.org] was a good programmer, he insisted I explain how things worked. Then he changed the rules, you had to build the hardware too. Got as far as booting the 32016 cpu but never got the second board built that would fit in a handheld case.

          Does anyone know of a supplier of side rules? I want one. You would think "think geek" would have one. click here to search their site for one [thinkgeek.com]. maybe they will get the hint.
  • this thing has more keys than my keyboard! (i use a happy hacker [pfuca.com] keyboard)
    • Why would you want to use that thing? It reminds me of the keyboard on very small laptops, where you have to press a special shift key to do ANYTHING other than type letters/numbers . . .
  • Voyage(TM) 200 Personal Learning Tool

    I realize there comes a point where you can't just call something like this a calculator, but Personal Learning Tool? Who thinks these names up? Is like a bad Japanese translation of the real name or something?
  • by Anonymous Coward on Wednesday January 09, 2002 @10:32AM (#2809163)
    TI recently announced the development of a new calculator, known as the Voyage 200, to replace the TI-92+. The software changes are rather minor, [...] though the addition of a clock makes the Voyage more functional for some.

    Guess TI learned from Homer:
    "People are afraid of new things. You should have just taken an existing product and put a clock in it or something."

    -- Homer Simpson, on the revolutionary baby translator of which he is presented with a prototype, which makes Maggie's baby-talk intelligible.
    ( Immediate source [snpp.com])

    (Note that shameless, off-topic karma-whoring is done in AC mode! Recommend adoption of practice.)
  • by mttlg ( 174815 ) on Wednesday January 09, 2002 @10:33AM (#2809164) Homepage Journal
    Ok, I admit that I'm a bit out of touch with advances in calculator technology. What I'm curious about is what advantages these new gizmos have over earlier graphing calculators - what do people actually do with them? In high school, graphing calculators were mandatory for calculus, so of course we did all kinds of neat things just because we had the calculators, but in college I really only used my TI-85 for repetitive calculations. Now that I deal with words more than numbers, I don't use it at all. This new calculator seems to be marketed for educational use, so what wonderful things are younger kids doing with these things in school (other than playing games and cheating on exams)? And yes, this is a serious question. I honestly want to know what role these newer calculators play in education (not enough to hunt down the answers myself of course, just out of curiosity).
    • Well, the major advantage of the 89/92 line over the older series is that it can do advanced Algebra and Calculus functions. Mine does derivatives, integrals(definite *and* indefinite -- very nice), series, limits, and so forth. Also, the newer ones have the capability to handle calculations involving infinity, and will also give exact answers: for example, lim x-> infinity of (1 + 1/n)^n comes out as e, which is more useful than the decimal form. The interface on the 89/92 is also improved, with a menu system supplementing the traditional pushbuttons. I wouldn't be without my 89 when doing "real" math(higher level calc, physics), but I think it's a bit overkill for the high school level.
    • This new calculator seems to be marketed for educational use, so what wonderful things are younger kids doing with these things in school

      Unfortunately, this is one of the things that hurt a student's math career. I really don't see the place for calculators in high school math classes. Physics? Chemistry? Sure, but not math. High school math classes should be aimed at teaching the material, and making sure the students have a very intimate knowledge of how and why things work out as they do. If the students use calculators, vital intermediary steps are removed from the process, and most of the students will miss quite a bit from those steps.

      That being said, yes, I used my 89 in high school. Not for repetative calculations, not for cheating, but I used it to teach myself. If I couldn't possibly understand why a certian derivative came out to be what my answer was on homework some night, I would punch it in, set the variable to an arbitrary number, and check the output value. It helped me verify that what I was doing was correct. After one or two verifications, I would not use the calculator again during that lesson.

      However, I regret that I used it at all. I don't have a particularly good sense about numbers. I am fairly well apt at most mathematics, but admit that I can't do basic division in my head. I had my Chemistry teacher teach me how to do long division last year - MY SENIOR YEAR. He was amazed that I couldn't do it, as I was 4th in my class, and never complained about a math exam. It's all because I used my calculator earlier in life, and I lost my number sense.

      So, the moral of the story is: do not use the calculator when you are still learning the very basics. It will rob you of something that you can never get back: the prima facia experience of the methods and solutions. After the material is learned, sure, use the calculator to simplify your life in your job, etc... I sure plan on it!
      • As you indicate, arithmetical calculators can be damaging if misused. I have seen students use calculators to multiply by zero and by one. I have seen students retry these operations several times, thinking they pushed the wrong buttons when the result is either their original number or zero. The end product, of course, is stupid people.

        HOWEVER, the topic at hand is GRAPHING calculators. These, when used properly, are a joy to behold. Graphing 20 equations of the form y=mx+b is a good night's homework assignment, and you expect no intuition to develop from it except among the sharp students. However, with a graphing calculator to display the lines and mark the axes, you can have students graph 20 lines during class, and they can realize for themselves what m and b mean - the former describes the steepness of the line, the latter the 'height' of the line above the origin. You can do teach this concept without preceding it with the usual weeks of training in formal algebraic concepts. You can spend a single day on the slope-intercept form of linear equations and expect that students will retain more for longer than they would if you spent a week on it without graphing calculators.

        Think of any form of graphing that you've ever done...without a calculator, it is a laborious and inaccurate task of plotting points and connecting the dots badly. With a graphing calculator, it is a matter of entering MANY equations and developing understanding of how varying parameters varies the graph, and creating a deep understanding of the relationship between the graph and the equation. Compare that with merely knowing that an equation with a squared term will probably be a parabola.

        I could go on and on, but I'll simply restate my point: graphing calculators are powerful tools for developing intuitions about the relationship between equations and graphs. Without them, you simply can't do this. With them, you can still teach how to graph on graph paper, but having done so, you can move on to skipping the pointless (pun) manual labor and studying the equations and graphs themselves.

        I had my Chemistry teacher teach me how to do long division last year - MY SENIOR YEAR. He was amazed that I couldn't do itBegin rant...Long division is an algorithm, one of many that can be used to divide multi-digit numbers. It's a poor teacher who expresses surprise at a students' ignorance. Ignorance of an algorithm does not equate to poor "number sense", as I use the phrase, but that's a topic for another day. Anyway, it's a poor teacher who expresses surprise at a student's ignorance. They are either making themselves feel superior, or they are so inexperienced with human nature that they have no understanding of the concept of forgetfulness. The fact that someone was supposed to stand up in front of you and explain an algorithm to you eight years ago has ZERO correlation with whether or not you remember that algorithm now. End rant...
      • Unfortunately, this is one of the things that hurt a student's math career. I really don't see the place for calculators in high school math classes. Physics? Chemistry? Sure, but not math. High school math classes should be aimed at teaching the material, and making sure the students have a very intimate knowledge of how and why things work out as they do. If the students use calculators, vital intermediary steps are removed from the process, and most of the students will miss quite a bit from those steps.

        The problem here isn't that calculators are used, it's how they are used. If the curriculum isn't designed to account for the strengths and weaknesses of the type of calculators being used (basic, scientific, and graphing, and yes, it does matter which type is selected for a course and all students must use the same type), then what you describe will take place. This has been the common result as calculators have been used more widely in schools in recent years, simply because there is a severe shortage of real teachers out there. Calculators have been used as a crutch to help poor students deal with poor teachers, allowing the educational system to claim improvement while the situation worsens. Beyond the quality of education issue, many teachers simply don't know how to properly integrate calculators into their curriculum, but find that they must due to the widespread social acceptance. I was shocked when the SAT II Math 1c and 2c tests came out, having taken the regular Math 1 test the year before and finding it to be reasonable (and not requiring a calculator at all). I took the Math 2c test the first year it was offered, ending up below the 90th percentile with a perfect score. That's right, over 10% of the people who took it got everything right. The exam was obviously not properly designed for calculators.

        However, this does not mean that calculators can't be used properly in a high school setting. A course at that level that makes use of calculators but does not teach the use of the calculators is doing it wrong. A course that was taught successfully without calculators and adopts the use of calculators without a change in curriculum is doing it wrong. Calculator use must be limited to fundamentals that have already been learned - nothing beyond the basics should be needed before calculus for general use. The strengths and weaknesses of the calculator must also be taught - quick computation vs. time and effort spent on entering in numbers instead of solving the problem. Calculators allow people to make mistakes faster, so checking the results to make sure they make sense (which requires understanding the operations) must be emphasized. And of course, an occasional "no calculators" quiz or exam is good, as are equations that simplify quickly without a calculator but take forever with one. You can't just drop calculators into education and pretend they aren't there.

        However, I regret that I used it at all. I don't have a particularly good sense about numbers. I am fairly well apt at most mathematics, but admit that I can't do basic division in my head. I had my Chemistry teacher teach me how to do long division last year - MY SENIOR YEAR. He was amazed that I couldn't do it, as I was 4th in my class, and never complained about a math exam. It's all because I used my calculator earlier in life, and I lost my number sense.

        You seem very quick to blame the calculator. I would seriously question this unless you were a math whiz before using calculators - did you even learn long division before being corrupted by the evil calculator? Quite simply, not everyone understands math as well as everyone else. Some people can think in terms of even the most abstract concepts, some just can't work with basic numbers, some fall into both categories at the same time. Sometimes people just take a while to latch onto certain concepts - I'm still figuring out better ways of visualizing things and performing basic operations that I had trouble with in school. If your education was really impaired due to the use of calculators, I would place the blame on the school system and your parents for not teaching you properly (and yes, parents need to be involved in education, and I'm not just saying this because my father was a math teacher).

        So, the moral of the story is: do not use the calculator when you are still learning the very basics. It will rob you of something that you can never get back: the prima facia experience of the methods and solutions.

        One of my first toys was an ordinary pocket calculator. Later on, I got my first scientific calculator before I knew what most of the functions did. When I got a graphing calculator, I learned a lot about programming and algorithms that I never understood before (never having used a computer for programming despite growing up with at least one in the house at all times), while playing games during classes or just being creative (I had so much fun with my Space Invaders "game" that was just two alternating pictures - it took some people quite a while to realize that it was a trick). Having these tools never robbed me of anything. If anything, calculators allowed me to explore things before understanding them, helping me along and giving me insight that I may not have had the patience to discover otherwise (like the relationship between 9 and repeating decimals). I used calculators to supplement education and not replace it. Maybe I'm just an anomaly, but this is proof that calculators don't have to be harmful.

      • It seems to me that this was more likely the product of not knowing how to do long division in the first place, not starting to use a calculator in high school. You should be learning long division by fourth and fifth grade, and by the time you reach high school it should be completely second nature, after thousands of repetitions. I question whether you knew it well enough in the first place.


        That said, as someone else pointed out, long division is just an algorithm, and not a particularly important one at that. I'd bet that not one high schooler in a thousand could begin to explain why it works; they just know that it does. Doing division by hand is generally time consuming and error-prone, and so you might as well use a calculator. It's a handy thing to know, and good for those in elementary school to learn, but I'd hardly call someone a mathmatical failure if they don't know how to do it.

  • Using a calculator in school absolutly destroys the students abilities to *think*.

    It's a good shortcut when you acctually know the math, but getting a calculator that will integrate (2x+1)/(1+x^2) (ok, that's easy, but you get the point) for you doesn't exactly encourage thinking. The problem with the superficial learning that you get from using calculators (especially symbolhandling) is that you can't really solve any problems. As soon as you go outside the boundaries of the calculator you're lost.

    An analogy is that calculators is a bit like using windows: sure it's easy and nice, but you never gain understanding. While doing it by hand is more like unices: it's hard in the beginning, but all that is rewarded when you *understand* how it all fits together.

    I have a ti-89, but i use it as little as possible. In my university no calculators are allowed during exams, and if you're stupid enough to use them in class you don't have much chance of passing the exam (simply because you wont understand)

    While calculators are obviously good, lets keep 'em out of school!

    • In my university you couldn't use calculators for exams in any course that tought strong math theory (i.e. all the calc classes, etc...) but you could use it for applied classes like stats and things like that...

      i think calculators with complex functionality like these do server a prupose...if i'm doing a physics problem that involves integrals, why should i not be allowed to use a calculator that makes the mathematics part easier...i've already taken calc...i know how to do it...i'm still thinking on the physics problem, i'm just using the calculator to simplify the actual math involved....
    • Agreed. There is too much emphasis on teaching how to do something on the calculator. Once you are in college, and you understand the concepts and how to perform the mathematical calculations then it's ok to use a calculator to save you from doing an hour long calculation, however, that's as good as magic if you don't know how it worked!

      Troy
    • Computers extend our ability to handle tasks. I never used one of these TI's, but my trusty HP and a student copy of Mathematica took me far. I really have a hard time understanding why being able to integrate complex expressions is a useful skill when a computer/calulator can do it just as well (better).

      I can calulate a square root by hand and do repetative arithmatic - but I don't. Same thing with calculus. The important part of a tool like these is to change the focus of the class. Don't spend three semesters learning the mechanics of calculus, spend more time _understanding_ what the math means and how to apply it to interesting problems (finding volumes, interest, control systems, etc.).

      I agree it is the understanding that is important, but the calculator only handles the mechanics - it frees us to concentrate on the understanding.

      pth
    • In my university no calculators are allowed during exams, and if you're stupid enough to use them in class you don't have much chance of passing the exam (simply because you wont understand)

      What university is that shortsighted? True, I can see forbidding a calculator when you're actually testing a student's ability to calculate. When a student is first learning about integrals and matrices and such, they'll appreciate the material more if they get a glimpse under the hood. But it doesn't take that many examples to get there, either.

      And when you start dealing with actual math applications instead of the math itself -- as plenty of classes do -- complex or repetitive calculations just get in the way of abstract *thought*. When I'm solving a fluid dynamics problem in a physics class, I'll demonstrate *more* learning by choosing the correct expression to evaluate and letting my calculator handle the integration and unit conversions. And I'll be able to solve more problems in less time, increasing my curriculum exposure.

      While calculators are obviously good, lets keep 'em out of school!

      Nice contradiction.
      • While calculators are obviously good, lets keep 'em out of school! Nice contradiction. But once you understand math, there's no reason why you shouldn't use calculators: they're quicker and don't make as many mistakes. Just don't use 'em for learning.

        -henrik

    • I have a ti-89, but i use it as little as possible. In my university no calculators are allowed during exams, and if you're stupid enough to use them in class you don't have much chance of passing the exam (simply because you wont understand)

      At my university, the calculus classes were optimized for calculators, and you were lost if you didn't use one, because the answers weren't round. Not that it made it any easier, you still had to show every step of solving the problem; you just used the calculator for the sake of time. In fact, the professor had a TI-85 with an overhead projector attachment so he could show how integrations looked when plotted, slope fields of differential equations, etc. He would even let us transfer the programs on his calculator via a link cable (or give handouts with programs to type in if you had a TI-81 or whatever.) He said he knows all the tricks of graphing calculators, and that people often stored "crib" in the form of text files or bitmap images on them, but he didn't worry about that, because the problems were written so that if you had taken the time to learn the material rather than entering crib on your calculator, it would take less time to do the problem because you know how to do it than it would take to scroll through a text file of crib to find the right solution and not finishing the exam when time ran out.
  • With the demise of HP's calc division, and the continual and unparalleled suckage of TI's calculators, has anyone else thought about doing an open hardware/open source calculator design?
    It'd be possible to make kits for them, even to the point of doing injection molded plastic, if you were making a few hundred or a few thousand. Circuit boards would be dirt cheap in those quantities. Just use some low power processor with decent floating point and integer performance, and make it readily expandable/hackable.

    Anyone?
    • Whatever. TI's calcs don't suck. I love my TI-89 and all the wondorous goodies it has to offer. I wrote some programs for it in one of my "accounting for engineers" classes which allowed me to run circles around everyone else in the class. Basically the program extended the solver functionality to calculate the results to all the easy and tedious equations in any order and combination. I'll bet the HP-48ers who were lamelessly pounding away at the keyboard were quite envious. Oh well what does finishing the final an hour before anyone else in the class prove? Can you write a program like that on your beloved RPN calc? Nope. RPN is cool, but calcs should do alot more these days. 'Nuff said.

      JOhn
    • Here is a question that has stuck in my mind on this subject...

      Wouldn't the cheapest, lowest model of a Palm Pilot work for this? Can it not be used as a complex calculator like the others? Yes, I know it would need software to do this, but thats not all that complex and someone probably already has it. Ok, granted it might not be as quick to use the stylus to enter numbers as using a keypad but Im sure it wouldnt matter in the end. Or is it a problem in schools and not allowing the use of PDA's in the classroom?
  • perhapse somebody could explain why these still exits? Why isn't there software for the palm that does this? At the $120 bucks I had to pay for my TI-89 a couple years ago, I could almost buy a palm pilot. If you need nasty portable power for math in industry, wouldn't you use mathmatica on a laptop anyway?
    • Why not a Palm? I really prefer a Calculator because the keyboard is made for exactly that cause. A touchscreen like on a Palm wouldn't do for me. Then I'd be faster calculating in my head.

      A laptop on the other hand is much larger in size and needs a long time for booting, so you cant use it for quick calculations. Also it is quite a lot more expensive and if you just need it for calculations this additional expence is not neccessary. In addition to this the power supply of a laptop is much worse than on a calculator. My TI-92+ can live on its battteries for 4-5 months. On a laptop I would have to recharge every few hours.
  • all this increased functionality is great....but everyone knows what they're really used for in high school and college...

    cheating...

    simple as that...

    i'll admit it...i (more then once) stored formulas, equations, etc, in the memory of my Ti-85 (in high school) and my Ti-92 (in college)...

    they should forget all these high-tech upgrades that most people will never use, and slap some more memory in there, so the calculator can store some more "data"
  • Whilst I was in school, I was fortunate enough to be given an HP48g... This calc was, and is, far superior to any TI calc I have ever come accross... not only was I using it for The Calculus, Diff EQ, Lin Alg... but of course the physics and engineering classes as well. Once introduced to RPN, I'll never go back.

    My question is this: With TI firmly entrenched in the education market... all those schedule of classes reading "TI foo required...", does anyone outside of the student arena use these things? Sure they are feature packed, but I'd think once one wanted to do calculations which would actually use the calculator to it's fullest, they'd move to Mathmatica, or Mathcad.

    Twice since leaving school have I seen the HP's used in the field... one is at my work, a weather prediction / ship routing company, and the other was on Junkyard Wars... I think they were carving a prop from a 2x4. As of yet, I haven't seen those TI behemoths outside the hands of students.

    Oh, and for a touch of flaimbait, just try pi! on your TI82 ;-)

  • Failed Avigo (Score:3, Informative)

    by banda ( 206438 ) on Wednesday January 09, 2002 @10:57AM (#2809287)
    It may be one more step towards releasing a modern-day Avigo, their failed PDA from a few years back.

    Texas Instruments is notorious for releasing excellent consumer electronics products and then either crippling them or letting them wither and die. Witness the Avigo and the TI99/4A.

    In the case of the Avigo, it was arguably a better PDA than the Palm Pilot that it was competing against. The applications it sported were certainly better and more comprehensive than those Palm was offering. However, TI made the dev kit for the Avigo platform expensive and difficult to obtain, so nobody of consequence wrote any additional software for the Avigo.

    You would think Texas Instruments would have learned their lesson after doing exactly the same thing with the TI99 home computer 15 years before. Both platforms were innovative, high quality products that became commercial failures due to poor marketing and dismal support.

    I have to wonder why they even bother to develop these products. It's like consumer product development and manufacturing is a hobby for them, but marketing and support are too much of a pain in the ass, so they don't do it.

  • So, if it's a calculator, why does the story have a PDA icon?
  • this is pretty damn cool. I had a TI-92 in school, which got stolen.. extremely quickly. Knew who did it too, but being a geek, didn't confront him. Geez. Today i'd just lock his accou..err, wait.

    Calculators ruined my brain though. I was in 'experimental' math classes since 7th grade, previous to that i was in a private school that didn't stress mathematics.. all in all, i've used calculators since the late 1980's. When, much to my shock, as im preparing to re-enter school and get an AA, i found i could not properly solve a long division or long multiplication problem on paper or in my head, i felt incredibly stupid. I rectified that situation extremely quickly.

    In 7th grade they let us use a calculator made by TI which actually had a modulus function - in other words, NO paper work for most problems! When Math for Business and Technology came along, all was done using calculators - everything. So, in conjunction with the fact that I hated school until my senior year, i think my brain may never do mathematics again.

    I want a nice Color PDA before I go back. I don't know how they feel about these in class now - but since i can't read my own writing most of the time, i think it may be helpful - and i can write faster in graffiti-esque than in cursive or print.. Now if they'll only make a good calculator (WinXP Powertoys-like) for palm/wince
    • This is the second time someone has come out and said that Calculators ruined their long divison ability. I just have to ask: is this really such a bad thing? It's not like long divison is really that hard to learn later in life (it's learning the multiplication tables, forward and backward, that's the real struggle), and I can count on one hand the number of times I've had to work out a long divison problem by hand since grade school.

      Long division is in many ways a waste of time in grade school (especially considering how long it takes to teach it to kids). The only real advantage I see to it is that it helps kids learn how to handle long complex tedious procedures (especially since you have to do a LOT of long division in grade school). If you really need the skill later in life it's not that hard to pick up (for someone who already has experiance with complex procedures).

      Note, the above assumes you can already do simple division (IE, you know that 56 / 7 == 8). I recommend never letting kids look at a calculator until they have the multiplications tables (at least up to 10) memorzied fully.

      Of course this is just my opinion, I could be wrong.
  • Calcuputer (Score:1, Redundant)

    by ImaLamer ( 260199 )
    I always liked my TI-99A much more. It even had color... but that was only because you had to hook it to the TV.

    Mine work flawlessly until I moved out, left it there for a few weeks and my brother smashed it with a hammer. He didn't know it worked.

    He opened the expansion drive and used it as a [heavy] garage to park his hotwheels.

    But now as I want to get him into programming... I wish this machine was around so I could teach him basic.
  • Of course putting the test answers into flash would be problematic.
  • The TI-89 is the best you can have because the TI-89 and up are not allowed in college exam rooms, that's why I got the 89. And yes, I did use it to put a few notes and formulas I just couldn't remember. I have yet to learn how to program for it, but when I used it in class all the ppl thougt I was a genius because I always had the answers. I told them I was using the calculator, not to cheat, but so that I new what the target was for the problem. I told them that I actually read the manual and that's how I know how to use the full potential of the calculator.

    YES, I AM A RARE PERSON BECAUSE I ACTUALLY DO READ THE MANUALS OF ALL OF MY STUFF BEFORE I USE IT!
  • by MBCook ( 132727 ) <foobarsoft@foobarsoft.com> on Wednesday January 09, 2002 @11:24AM (#2809432) Homepage
    I've followed TI cals for years. I've programed them, used them, and own most all of the models. My current favorites are the 83 (for simplicity), and the 89 (for power). Here are my thoughts on this new calculator:

    First of all I have to say that I'm glad they redesigned the 92(+). It's always been a great calculator but the thing is big as hell. It's thick, heavy, HUGE (which is why I like the 89). I'm sure that this one won't weight nearyly so much, which is a MAJOR plus.

    It's good to hear that it's compatible with software made for the 92+. This means that tons and tons of games are all ready ready to go. If they don't work, chances are that they won't need much tweaking before they do.

    Having more storage is also great. I've always fought with my calculators trying to put on all the games that I like without running out of memory. The flash on the 83+ and 89 is nice, but you can't run assembly programs out of it. You have to move them from flash to normal ram to play them, which is anoying. This is the one thing that I hope they change.

    Over all looks good. I'm sorry I didn't write more, but I've got lots of surfing to do. I can't wait to get my hands on one in a store of find someone who buys one so I can check it out first hand.

  • Calculators are great and all, but for people who have number dyslexia, it doesn't do much. I didn't realize I had it, until college. It's nice that calculators have more features, but I find it is easier to work from theory or in reverse to double check my calcualtions. Using a calculator actually made it worse, since more is hidden and gives a false impression. The calculator isn't going to know I reversed 2/5, and 6/9.

  • by Julius X ( 14690 ) on Wednesday January 09, 2002 @11:41AM (#2809526) Homepage
    When I was back in High School, I would never have bought a TI-92 (the plus hadn't come out yet) because due to its QWERTY keyboard layout it was banned on all tests--most notably the SAT.

    A couple years later when I went to college, the TI-89 came out with all the functionality of a TI-92 PLUS in a TI-86 packaging---perfect I told myself. That would have made the ultimate calculator for High School or College.

    Now they go back to the TI-92 type layout. This is probably good for professionals, and it is no doubt a good machine, but I would never use it when its already larger than my Sony 505 laptop. (Granted, no good Graphic Calculator software exists for PCs besides the XP powertoy which won't run on this laptop).

    I wish they had kept the TI-xx naming string too, because those models already have an established market--and with this new name, that might be lost.

    Anyone bet how long it'll be until we see the TI-90 with components from this new one but in a TI-90 formfactor?
  • I will own no other type of calculator.
  • by joshv ( 13017 )
    You can pick up an m100 real cheap, plenty of memory, and get some great graphing software relatively cheaply (check out powerOne graphing software for the Palm). There are also some great, free RPN calcs for the Palm, and I am sure many many more other programs than will every be available for the TI.

    -josh
  • mp3 (Score:2, Troll)

    by geekoid ( 135745 )
    can't believe they didn't put an mp3 player in it, even one that could only store 10 songs.
  • TI vs. HP (Score:3, Funny)

    by dillon_rinker ( 17944 ) on Wednesday January 09, 2002 @01:18PM (#2810204) Homepage
    Lots of TI vs HP threads in the discussion. They are all silly. They all boil down to:

    My Turing machine is better than your Turing machine!
  • A personal anecdote about why I ask you to read your new calculator's instruction manual before using it:

    In college, I was taking an introductory Electrical Engineering course which dealt primarily with the basics of circuits and such. Our second test of the semester (we only had two tests, so this was a biggie) required you to use complex algebra to solve all of the problems. Now, complex algebra is not difficult, rather its a pain in the ass, meticulous and time consuming. So I heard that the bookstore was selling this new calculator (HP x46 or something like that) that performed complex algebra with the press of a button. Sweet! I was able to convince my parents to cough up $100 so I could run down to the store and buy one of these technological wonders. I picked one up, and sure enough - it performed complex algebra with the press of a button. I took the test the next day (which was rather easy) in record time.

    When I received the test back and my score was 5 out of 100, I realized that I had been pressing the WRONG BUTTON during the entire test. Damn. Drop class, do not collect $200, go directly to the Registrar's office.

    Please - learn from my mistakes and read the manual (RTFM!). One more request - no "you stupid asshole" comments; I know it was retarded.

"If I do not want others to quote me, I do not speak." -- Phil Wayne

Working...