Question: Linear interpolation in Maple

Good Morning,

How do I do a linear interpolation in Maple if I have the following list below

v := 1.7 is the value in R

R := [1.0, 1.5, 2.0, 3.0, 5.0,10]

X := [1.87, 2.11, 2.31,2.63, 3.04, 3.53]

c1 :=BSpline(R, X, v) (Is this correct) because I did not get the expecting X value

Please Help.

Regards

 

Please Wait...