f'' oddities on WP 34S
|
05-22-2015, 05:44 PM
Post: #1
|
|||
|
|||
f'' oddities on WP 34S
On the function 3 root (x-2), f'' at x=2 produces ~353 instead of an infinite error...wondering why it comes up with 353.
Another related oddity...when solving f'' the above function to find its root, it produces a result of 2 which is a sign change, but is the result of a discontinuity. Are these behaviors intende? |
|||
05-22-2015, 11:35 PM
Post: #2
|
|||
|
|||
RE: f'' oddities on WP 34S
Both f' and f" use numerical methods to calculate the derivative. It is always possible to trick them. Not that I think it would help in this case, but you often need to set δx as described in the manual. Like most things numerical, you need some understanding of what is going on to effectively use the methods.
From the documentation in the sources: Code: Numeric Differentiation The code attempts the 10th order equations but will fall back to the 6th and 4th order alternatives if the function fails to return a numeric result at the higher ordered. - Pauli |
|||
05-23-2015, 07:30 PM
Post: #3
|
|||
|
|||
RE: f'' oddities on WP 34S
Hi Dale,
The f" coding on the WP 34S is quite superior to the CASIO 9869gii. It cannot return a result for the equation in question within the range of ~1.87<x<~2.13 ! |
|||
05-23-2015, 07:31 PM
Post: #4
|
|||
|
|||
RE: f'' oddities on WP 34S
That's CASIO 9860gii.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)