Casio fx-115ES Plus - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: Not HP Calculators (/forum-7.html) +--- Forum: Not remotely HP Calculators (/forum-9.html) +--- Thread: Casio fx-115ES Plus (/thread-2099.html) Pages: 1 2 |
Casio fx-115ES Plus - Don Shepherd - 09-08-2014 02:00 PM For a calculator that costs less than $20, this unit has some very interesting features, including:
The repeating decimals feature is particularly interesting. I entered a calculation that resulted in the fraction 385/1608. I pressed the key to get the decimal equivalent and it showed 0.239427860696517412935323383084577114 with a vinculum bar above the digits starting at 427. Amazing. RE: Casio fx-115ES Plus - Steve Simpkin - 09-08-2014 03:13 PM It is rather amazing what you get for $20. Sharp also has a model with similar capabilities, the EL-W516. There is a good comparison between the SHARP EL-W516 and the CASIO fx-115ES calculators at: http://members.bex.net/jtcullen515/Math8.htm More than a simple comparison, the two volumes presented here (175 pages) are also a good tutorial on how to use these models. The information is usable for newer Casio and Sharp scientific calculator models as well. RE: Casio fx-115ES Plus - kakima - 09-09-2014 04:34 AM It also does numerical integration, BIN OCTAL HEX arithmetic, and the Plus added an integer function so you can calculate the remainder, though a MOD function would have been better. Still, I agree it's quite impressive for less than $20. RE: Casio fx-115ES Plus - SlideRule - 09-09-2014 10:42 PM I purchased mine for under $12 at _-_art (blanked on purpose). I use it as my calculator of first choice for my Technical Mathematics classes. I'm a long-time HP fan, going ALL the way back to the 65 BUT this Casio outperforms my prior choice calculator, the HP-300s+. Like the WP-31S I recently purchased, I don't need programming with the level of SOLVE and the depth of FUNCTIONS provided on the 115ES+. BEST! SlideRule RE: Casio fx-115ES Plus - Joe Horn - 09-11-2014 11:54 PM (09-09-2014 10:42 PM)SlideRule Wrote: I purchased mine for under $12 at _-_art (blanked on purpose). Today I bought one there also, for $12.97, no shipping charges because they are nearby. The "recurring decimal" functionality is sweet; I've never seen it on a calculator before. EDIT: corrected "fraction" to "decimal". RE: Casio fx-115ES Plus - Don Shepherd - 09-12-2014 12:51 AM Here is a Youtube video featuring this calculator, and the presenter shows several ways to use this calc with students so that they can discover the rules for certain math concepts on their own instead of just hearing the teacher say "this is the rule." Toward the end of the video he also shows how to use the Preanswer and Answer functions to easily generate the Fibonacci sequence. Very cool. RE: Casio fx-115ES Plus - Gerson W. Barbosa - 09-12-2014 03:31 AM (09-12-2014 12:51 AM)Don Shepherd Wrote: Toward the end of the video he also shows how to use the Preanswer and Answer functions to easily generate the Fibonacci sequence. Very cool. Easier than 1 ENTER + g LSTx x<>y + g LSTx x<>y +... ? P.S.: Or, on the WP 34S, 1 ENTER + RCL+ L RCL+ L ... RE: Casio fx-115ES Plus - Thomas Klemm - 09-12-2014 08:41 AM (09-12-2014 03:31 AM)Gerson W. Barbosa Wrote: 1 ENTER + (04-18-2014 05:24 PM)Thomas Klemm Wrote: I like to hit a key repeatedly and look what happens: With the HP-48 you can use: Code: \<< SWAP OVER + \>> 0 1 LUCAS LUCAS LUCAS ... Code: \<< OVER SWAP * \>> [[1 1]1 0] [1 0] FIBO FIBO FIBO ... Cheers Thomas RE: Casio fx-115ES Plus - Don Shepherd - 09-12-2014 08:54 AM (09-12-2014 03:31 AM)Gerson W. Barbosa Wrote:About the same:(09-12-2014 12:51 AM)Don Shepherd Wrote: Toward the end of the video he also shows how to use the Preanswer and Answer functions to easily generate the Fibonacci sequence. Very cool. 1 = = preanswer + answer = ... but on a non-programmable $13 calculator! RE: Casio fx-115ES Plus - Gerson W. Barbosa - 09-12-2014 02:11 PM (09-12-2014 08:41 AM)Thomas Klemm Wrote:(09-12-2014 03:31 AM)Gerson W. Barbosa Wrote: 1 ENTER + On the WP 34S: Code:
or Code:
Cheers, Gerson. RE: Casio fx-115ES Plus - Gerson W. Barbosa - 09-12-2014 02:14 PM (09-12-2014 08:54 AM)Don Shepherd Wrote:(09-12-2014 03:31 AM)Gerson W. Barbosa Wrote: Easier than 1 ENTER + g LSTx x<>y + g LSTx x<>y +... ?About the same: Nice! The only thing I dislike is prime factors being limited to 3 digits. RE: Casio fx-115ES Plus - Don Shepherd - 09-12-2014 03:24 PM Quote:Nice! The only thing I dislike is prime factors being limited to 3 digits. Yeah, I'm not a big fan of that either, but this is a non-CAS $13 system after all. I think the repeating decimals function is the major feature of this guy. The Youtube video I mentioned in one post is very good, I am considering whether to use this calc with the students in my algebra class. I have not used any calculators in the last few years in my classes, but I very much like the idea of "let the students experiment and figure out the rule without me saying what the rule is". RE: Casio fx-115ES Plus - Joe Horn - 09-13-2014 03:10 AM (09-12-2014 08:54 AM)Don Shepherd Wrote:(09-12-2014 03:31 AM)Gerson W. Barbosa Wrote: Easier than 1 ENTER + g LSTx x<>y + g LSTx x<>y +... ?About the same: Various methods for various machines have been posted in this thread, but the Casio wins the "keystroke efficiency" competition (at least after a few iterations). As Don shows above, the Fibonacci Sequence has a 7 keystroke setup (including one shift key), and each iteration takes only 1 keystroke. Other sequences are similar: Pell Sequence: Setup: 0, =, 1, =, 2, Ans, +, ALPHA, PreAns (9 keystrokes) Iterate: = (1 keystroke) --> 2, 5, 12, 29, 70, 169, ... (up to the 32nd Pell number, after which it flips into scientific notation and loses digits). Also, Casio has long supported multiple statements in one line (separated by a colon), which lets you execute an entire sequence of commands repeatedly, by simply by pressing the = key repeatedly. Very cool. Do any non-Casio algebraic calculators do this? RE: Casio fx-115ES Plus - Thomas Klemm - 09-13-2014 10:06 AM (09-13-2014 03:10 AM)Joe Horn Wrote: Also, Casio has long supported multiple statements in one line (separated by a colon), which lets you execute an entire sequence of commands repeatedly, by simply by pressing the = key repeatedly.Does this mean that the following can be used to calculate \(\pi\)? 0 = 2 = √ PreAns + 2 : 2 PreAns / Ans = = ... As I didn't consult the manual some parentheses might be missing. Quote:Very cool.Yes, indeed. Cheers Thomas RE: Casio fx-115ES Plus - Don Shepherd - 09-13-2014 11:11 AM Quote:Does this mean that the following can be used to calculate \(\pi\)? Yes, Thomas, that yields 3.141592654 after 33 iterations. RE: Casio fx-115ES Plus - Gerson W. Barbosa - 09-13-2014 01:51 PM (09-13-2014 11:11 AM)Don Shepherd Wrote:Quote:Does this mean that the following can be used to calculate \(\pi\)? Very cool! And Thomas's having got it right without either calculator or manual was just über-cool! RE: Casio fx-115ES Plus - Gerson W. Barbosa - 09-13-2014 04:32 PM TI-57: CLR 1 x<>t 0 x<>t + x<>t + x<>t + ... RE: Casio fx-115ES Plus - Thomas Klemm - 09-14-2014 01:45 PM (09-13-2014 11:11 AM)Don Shepherd Wrote: Yes, Thomas, that yields 3.141592654 after 33 iterations. Don, thanks for taking the time to confirm this. What bothers me a little is that it needs 33 iterations since that's what I get when the result is rounded to 10 significant digits: Code: PreAns Ans Where does it start to deviate? Cheers Thomas RE: Casio fx-115ES Plus - Don Shepherd - 09-14-2014 05:39 PM Quote:Where does it start to deviate? My mistake, I was counting each press of the = key as an iteration and counting the keypresses until it showed 3.141592654. Each = key press executes expressions between colons. So it is actually 16 I think. I get exactly what you get. RE: Casio fx-115ES Plus - Thomas Klemm - 09-14-2014 07:57 PM (09-14-2014 05:39 PM)Don Shepherd Wrote: So it is actually 16 I think. That makes more sense. For k correct digits of \(\pi\) you need about k/log10(4) ~ 1.66k iterations. |