"It is also permitted for use on the SAT by the College Board starting with the August 2018 administration." That's ridiculous. Privatized standard testing seems like a bad deal for folks who can't afford these expensive calculators.
The point is that schools will only buy bunches of these things for teaching if they’re approved for use on the exams.
Numworks: open-source, Python-compatible handheld graphing calculator
61–70 of 71 posts
Re: Numworks: open-source, Python-compatible handheld graphing calculator
#62Personally I feel like clamshell design would make lots of sense for these more advanced calculators. At the same footprint you could have lot bigger screen, and more/bigger buttons. As an added bonus the screen would be more readable when sitting on a desk. I wouldn't think the marginally added thikness would impact much something thats being carried around in backbacks most of time anyways. For some reason practica…
Casio have produced some. This old one: http://www.voidware.com/calcs/images/fx451m-1.jpg There's been others since with the same basic design. They all seem to fail at the fold because there is no hinge or much protection at the fold. There was a pocket computer from a slightly earlier era http://pocket.free.fr/html/casio/fx-5200p_e.html Trying to find an image of those I stumbled across the fx-9860G Slim that seems…
There was also apparently fx-7500G in somewhat similar form-factor.
Re: Numworks: open-source, Python-compatible handheld graphing calculator
#63Is the only reason for this to exist for use on a standardized test?
Re: Numworks: open-source, Python-compatible handheld graphing calculator
#64Virtually everyone that would own one of these already has a smartphone with more computational power, where an app can be made, or already exists, that does all of these functions or more. Is the only reason for this to exist for use on a standardized test?
Re: Numworks: open-source, Python-compatible handheld graphing calculator
#65Earlier quoted context omitted.
I think this tradeoff was to keep it compatible with Collegeboard's (archaic) calculator policies, which forbid keyboards. [1] Being able to market the calculator as SAT-approved is probably super valuable since most students won't buy multiple calculators. [1]: https://apstudent.collegeboard.org/takingtheexam/exam-polici...
It'd be pretty tough to use it on the SAT if you take most of the allotted time trying to type out a function.
Re: Numworks: open-source, Python-compatible handheld graphing calculator
#66Earlier quoted context omitted.
It'd be pretty tough to use it on the SAT if you take most of the allotted time trying to type out a function.
While you're right about how long it takes to type a function on a calculator like this, this calculator is a huge step up from the TIs kids use on the SAT right now.
Re: Numworks: open-source, Python-compatible handheld graphing calculator
#67While the calculator itself seems really cool, I'm really perplexed by this design. I see little point to advertising it as something that can input and execute python if it takes you at least 5 minutes to type `for i in range(10): print(i)`
Writing smaller programs (at least on a Casio calculator) isn’t actually that bad once you get used to the layout and menus.
Re: Numworks: open-source, Python-compatible handheld graphing calculator
#68Does it run Doom and Pokemon like its TI competitors?
Re: Numworks: open-source, Python-compatible handheld graphing calculator
#69If you care about calculation/typing efficiency, you might also want to check out RPN (reverse polish notation). I am recommending the HP 35s. Once you are used to the notation, it is a real pleasure, not only for old-school advocates like me. Added bonus: you will gain respect for stack-based languages like Forth, Factor etc.
Re: Numworks: open-source, Python-compatible handheld graphing calculator
#70Earlier quoted context omitted.
Source being on GitHub does not equal "is open source". Restrictions on commercial use are incompatible with open source. The Open Source Initiative, which coined the term and evaluates licenses for compatibility with the Open Source Definition (see https://opensource.org/definition ), is crystal clear on this point: if your license has a field-of-use restriction -- such as a restriction on commercial use -- then it'…
It may not be "Free Source", but if the source is open in the sense if being accessable, then for normal people it is open source. One organization using words in a specific way, doesn't negate all other legit interpretations of those words. It's an unsolvable problem they created there.