2 lines
101 B
Text
2 lines
101 B
Text
V=[1,6,17,34,57,86,121,162,209,262,321]~;
|
|
M=matrix(#V,3,i,j,(i-1)^(j-1));Polrev(matsolve(M~*M,M~*V))
|