Exemplo 4.1
> #Digits:=4; xi:=vector(3,[0,0.5,1]); a:=exp(0.5); b:=evalf(exp(1)); fxi:= vector(3,[1,a,b]); Lagrange(xi,fxi);