3 Point Neville's Method
|
12-10-2015, 08:57 PM
Post: #1
|
|||
|
|||
3 Point Neville's Method
HP Prime Program: NEVILLE3
Input: lx and ly and list of three elements, {x0, x1, x2} and {y0, y1, y2}, respectively, and x is the target point. Code: EXPORT NEVILLE3(lx,ly,x) Example 1; lx = {16, 64, 100} ly = {0.25, 0.125, 0.1} x = 81 Result: 0.1058511078 Example 2: lx = {-2, 0, 2} ly = {11, 4, 11} x = 3 Details and sources: http://edspi31415.blogspot.com/2015/12/h...point.html |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)