It has been a great wonder for me that why US highschools seems to require expensive programmable/graphing calculators especially those made by HP/TI. I assume it was some deal made by these companies with the education departments of the states and administrations. In most other countries, students complete university undergraduate courses, let alone high schools with only needing a cheap non-programmable calculator…
Casio Graphing Scientific Calculator Fx-9860GIII Comes with MicroPython
21–30 of 128 posts
Re: Casio Graphing Scientific Calculator Fx-9860GIII Comes with MicroPython
#22It has been a great wonder for me that why US highschools seems to require expensive programmable/graphing calculators especially those made by HP/TI. I assume it was some deal made by these companies with the education departments of the states and administrations. In most other countries, students complete university undergraduate courses, let alone high schools with only needing a cheap non-programmable calculator…
Re: Casio Graphing Scientific Calculator Fx-9860GIII Comes with MicroPython
#23It has been a great wonder for me that why US highschools seems to require expensive programmable/graphing calculators especially those made by HP/TI. I assume it was some deal made by these companies with the education departments of the states and administrations. In most other countries, students complete university undergraduate courses, let alone high schools with only needing a cheap non-programmable calculator…
Some of it is to avoid "cheating" (not using a computer during exams, a new "exam mode" was also recently mandated, with a flashing LED). But I am not sure why calculators are still that expensive today: https://xkcd.com/768/
That, while you can buy a linux-compatible processor for a few dollars, slap python or GNU Octave on it and call it a day.
I think it's in part due to the certification process taking quite a bit of time. Even new incumbents such as https://www.numworks.com/ have relatively poor specs at a high price by today's standards.
Re: Casio Graphing Scientific Calculator Fx-9860GIII Comes with MicroPython
#24It has been a great wonder for me that why US highschools seems to require expensive programmable/graphing calculators especially those made by HP/TI. I assume it was some deal made by these companies with the education departments of the states and administrations. In most other countries, students complete university undergraduate courses, let alone high schools with only needing a cheap non-programmable calculator…
Those things ate batteries!
If you hit them on the back the outside cover of the screen would pop off. I found drawing a graph on the back of the screen in dry wipe marker, and then popping it back in, was a hilarious trick. People would rub like mad thinking someone had drawn it in the permanent marker (I would leave a permanent marker next to it to help them get the idea).
I always messed around (or snoozed)in maths class, and still got an A. It was much later that I realised I actually had a learning difficulty...
Re: Casio Graphing Scientific Calculator Fx-9860GIII Comes with MicroPython
#25It has been a great wonder for me that why US highschools seems to require expensive programmable/graphing calculators especially those made by HP/TI. I assume it was some deal made by these companies with the education departments of the states and administrations. In most other countries, students complete university undergraduate courses, let alone high schools with only needing a cheap non-programmable calculator…
Re: Casio Graphing Scientific Calculator Fx-9860GIII Comes with MicroPython
#26It has been a great wonder for me that why US highschools seems to require expensive programmable/graphing calculators especially those made by HP/TI. I assume it was some deal made by these companies with the education departments of the states and administrations. In most other countries, students complete university undergraduate courses, let alone high schools with only needing a cheap non-programmable calculator…
Well, at least in France, those expensive graphing calculators are mandatory in high school and later if you choose to study sciences. Some of it is to avoid "cheating" (not using a computer during exams, a new "exam mode" was also recently mandated, with a flashing LED). But I am not sure why calculators are still that expensive today: https://xkcd.com/768/ That, while you can buy a linux-compatible processor for a…
Re: Casio Graphing Scientific Calculator Fx-9860GIII Comes with MicroPython
#27Relative to other graphing calculators, I've always felt that Casio's offerings were a good value relative to TI- ever since TI captured the education market they stopped being cool and definitely stopped being a good value. I think that having Python is a neat feature. I have strong opinions about calculators in general, and have owned a wide range of Casio, HP, TI, and even some old/niche ones that only real calcul…
I think your position is unrealistic for an education setting. You’re proposing working computers and smartphones for every desk and student. Computers and apps are not standardised at all. Disparity between them and compatibility issues are a massive contention when you have lots of people to educate. Not only that, even today here in the UK, not every student has a smartphone or a home computer so you’re instantly…
Re: Casio Graphing Scientific Calculator Fx-9860GIII Comes with MicroPython
#28Relative to other graphing calculators, I've always felt that Casio's offerings were a good value relative to TI- ever since TI captured the education market they stopped being cool and definitely stopped being a good value. I think that having Python is a neat feature. I have strong opinions about calculators in general, and have owned a wide range of Casio, HP, TI, and even some old/niche ones that only real calcul…
The problem with allowing phones into maths exams is they have browsers and internet connections, and can store thousands of pages of searchable reference material. The calculators allowed into exams are specifically chose because they do not have these features. My eldest is doing maths at the moment and has an fx-CG50, it also has Python but only a very stripped down subset of MicroPython with just the math and ran…
Re: Casio Graphing Scientific Calculator Fx-9860GIII Comes with MicroPython
#29I once considered embedding MicroPython into a (software) product myself, but was dissuaded by the number of people who didn’t like being limited to a subset of Python.
Instead I used Lua, which is much less widely-known but is small enough to embed the whole language.
It’s interesting that Casio made the opposite decision. There’s definitely a trade-off between embedding MicroPython (“it’s the language you already know, but you need to learn which bits are missing”) and Lua (“you need to learn the language, but it’s the same everywhere”).
Re: Casio Graphing Scientific Calculator Fx-9860GIII Comes with MicroPython
#30Relative to other graphing calculators, I've always felt that Casio's offerings were a good value relative to TI- ever since TI captured the education market they stopped being cool and definitely stopped being a good value. I think that having Python is a neat feature. I have strong opinions about calculators in general, and have owned a wide range of Casio, HP, TI, and even some old/niche ones that only real calcul…
I don't know how much things have changed in ten years but when I was in university I simply couldn't find a computer calculator software that had the same easy to use UI as my HP 40gs or even a basic Casio fx-991ES. Sure I could fire up Matlab with the Symbolic toolbox or even Derive under wine but nothing came close to just typing in what I wanted and pressing a button. I guess it's more a matter of dedicated physi…
For rediculous things like running/writing Python on calculator here, I would like to use a real computer though.