Exercício Mathews 227
> X:=vector(5,[-1,0,1,2,3]); fX:= vector(5,[1.5,3,6,12,24]); PoliNewton(X,fX,6); PoliNewtonPt(1.5,X,fX,6);