Sharp EL-W506T vs. Sharp EL-W516T
|
01-31-2020, 12:21 AM
(This post was last modified: 01-31-2020 12:58 AM by Mjim.)
Post: #33
|
|||
|
|||
RE: Sharp EL-W506T vs. Sharp EL-W516T
(01-30-2020 02:44 PM)Albert Chan Wrote: Of course, easiest way is ∫ C/r^2 dr = -C/r + constant Many thanks for this neat little work around for calculators using the Simpson algorithm. It finally allows my humble fx-991W to return 6.25631*10^10 instead of throwing a math error (n=9 which is 2^9 = 512 divisions). I thought I would try an even steeper exponential to see what would happen: r = e^(x^2) -> dr = 2xe^(x^2) dx integral(C/r^2, a, b) = integral(2Cx/e^(x^2), sqrt[ln(a)], sqrt[ln(b)] ) Code: n It's pretty messy though compared to just e^x, though it does allow me to get an additional digit of accuracy on the fx-991W (6.256305 x 10^10). The Casio Simpson integration algorithm on the W/MS series has a built-in error bound checker which trims the digits it's unsure of. Don't really know how they do it, but it means I can trust the fx-991W Simpson integration, but not the Sharp EL-W516X Simpson integration. I guess though if you are going through this much effort, you might as well just integrate the equation and solve it yourself, but this is a cool idea. Would love to be able to somehow automate a general algorithm on the EL-W516X, though without programability I'm not sure it is possible, and for the graphing calculators I have that can, they have Gauss-Kronrod algorithms removing much of the point of it. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 5 Guest(s)