(EL-5200/EL-9000) Polynomial interpolation and root finding
|
02-10-2022, 11:32 PM
Post: #1
|
|||
|
|||
(EL-5200/EL-9000) Polynomial interpolation and root finding
This EL-5200 (1986) AER program is heavily "optimized" to barely fit within the limits of program size and complexity that EL-5200 AER programming permits. This was an interesting experiment to see if it was possible to combine easy (x,y) data point entry via STAT mode, perform polynomial interpolation, root finding and graphing. This shows what this tiny vintage 1986 machine can do, which is not much, compared to modern calculators. Only 3, 4 or 5 points can be interpolated.
LAGRANGE POLYNOMIAL INTERPOLATION AND ROOT FINDING WITH GRAPHING For SHARP EL-5200/EL-9000 Select [STAT] then STAT 1 data store mode Clear all data with [CA] or edit S[] data Specify 3 to 5 (x,y) points to interpolate by repeating x,y M+ Draw the points of the polynomial: [G(SD)] [AUTO] [DRAW] Run the LAGRANGE program: L [PRO] LAGRANGE [COMP] [X<->Y] and [left]/[right] to select an x value [X<->Y] to view y value Press [SOLVE] repeatedly to find the roots To zoom the graph: [AUTO] 100 [ZOOM] [X<->Y] to select an x value [X<->Y] to view y value [ZOOM] [X<->Y] to select an x value [X<->Y] to view y value AER-I (and AER-II) program: Code: :LAGRANGE "I count on old friends to remain rational" |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)