Slashdot Mirror


Casio Unveils New Color Screen Graphing Calculator

An anonymous reader writes "As reported by hobbyist calculator programmers, Casio has recently unveiled new graphing calculator models, the Casio fx-CG10/20 series, less than a year after Texas Instruments released the TI-Nspire Touchpad. The calculators features a 65536 colors screen (16-bit) with a resolution of 384x216 pixels, 16 MB of Flash memory (10 available for the user) and 140 hours of battery life. The calculators will retail starting at $129.99. Although Casio's new calculator official page have limited information about the calculator programming capabilities and processor speed, could this eventually mark the end of TI's reign in North American schools?"

8 of 313 comments (clear)

  1. Obligatory xkcd reference by gspr · · Score: 4, Funny
    1. Re:Obligatory xkcd reference by interkin3tic · · Score: 5, Funny

      I thought of that too. Maybe XKCD has shamed calculator makers into actually trying. I'm imagining it now.

      "Lets see, time to check the webcomics... ...

      I... I didn't become an engineer for this! Where did the dream of making the worlds best calculator die?!? I thought I was going to change the world of handheld calculators, but then I tried skipping coffee and spending more time with the family... before I knew it we were asking ourselves 'Why fix what's not really that broken and that students have to buy anyway' rather than 'What new features can we cram into it?' I knew I had hit some type of bottom when I actually told schools they should just recycle their old calculators rather than buying new.

      That changes today. By God, I'm putting color on this motherfucker... FOR AMERICA!!!"

  2. Re:Why? by Anonymous Coward · · Score: 1, Funny

    To keep the economy rolling. If you're satisfied with what you have and can rationally justify it, as opposed to emotionally, pretty soon you're not buying as much. Next thing you know you don't need to work as hard, and have more free time to think.... That's the last thing the powers that be want.

  3. Re:Still not as versatile as an iPod Touch... by bill_mcgonigle · · Score: 2, Funny

    That and a device like an iPod Touch isn't recognized as a calculator, so like many laptops and the TI-92, it is barred in many tests were the standard calculator form factor is permitted.

    Oooh, somebody make an iPod case that looks like a cheap-plastic boxy graphing calculator case. Fake buttons FTW.

    --
    My God, it's Full of Source!
    OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
  4. Lame. by QuantumPion · · Score: 3, Funny

    No wireless. Less space than a TI. Lame.

  5. Re:Why? by SirWhoopass · · Score: 2, Funny

    I think most teachers allowed graphing calculators because they had no idea how to program the things, and assumed their students did not either.

    I'd probably have gotten better grades in school if I'd put as much effort into studying as I did in learning how to program my TI-85 into a reference library.

  6. Re:Why? by nacturation · · Score: 3, Funny

    I learned 10x more from Civilization (and the research I did on my own making historically accurate start maps) than I learned from all of the history classes I took K-college. Probably logged more hours on it too.

    Same here. What really surprises me is all the lies they teach in school. None of the textbooks I had indicated that Genghis Khan became the ruler of the world, developed space technology, and colonized Alpha Centauri.

    --
    Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
  7. Re:have we see the death of RPN? by Kymermosst · · Score: 2, Funny

    Take this example:
    (5 + 3) * (3 + 2)

    When we think and calculate it in our head, we take 5 and 3, add them to get 8. Then we take 3 and 2, add them, and get 5. Finally, we multiply 8 by 5 to get 40.
    And guess what? That's exactly how RPN does it. Including giving you the intermediate results of 8 and 5.

    That's not the way I think.

    I think: 5*3 + 5*2 + 3*3 + 3*2 = 15 + 10 + 9 + 6 = 40.

    I think I just foiled your argument.

    --
    "Alcohol, Tobacco, Firearms, and Explosives" should be a convenience store, not a government agency.