X=0:pi/20:pi;
Y=sin(X);
x1=0.5:0.2:1.9;
y1=[0.4794,0.6442,0.7833,0.8912,0.9636,0.9975,0.9917,0.9463];
x=0.6:0.2:1.8;
L=Langrange(x1,y1,x);
s=fx(x1,y1,x);
sm=sanci2(x1,y1,x)
plot(X,Y,'r');
hol
http://www.codebf.com/read/8008/140461
%x=[-1.0,-0.5,0.0,0.5,1.0,1.5,2.0];
%y=[-4.447,-0.425,0.551,0.048,-0.447,0.549,4.552];
%x=-3:3;
%y=[4,2,3,0,-1,-2,-5];
x=[0.1,0.2,0.3,0.4,0.5];
y=[5.1234,5.3057,5.5687,5.9378,6.4370];
n=2;
m=le
http://www.codebf.com/read/8008/140468