Question: Using the values of a function at two points The process of finding its value is called interpolation. use fortran program x, y, X1=2.2 Y1=4.8
Using the values of a function at two points The process of finding its value is called interpolation. use fortran program x, y, X1=2.2 Y1=4.8 X=3.5 Y X2=4.5 Y2 =5.7


Xi=2.2 Y1=4.8 X=3.5 Y X2=4.5 Y2=5.7 (x-x) y = y; +(y2 - y) (x2 x)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
