VandermondeMatrix
VandermondeMatrix(n)gives the Vandermonde matrix with
nrows and columns.
See
Examples
>> VandermondeMatrix({a,b,c}){{1,a,a^2}, {1,b,b^2}, {1,c,c^2}}Implementation status
- ✅ - full supported
 
VandermondeMatrix(n)gives the Vandermonde matrix with
nrows and columns.
See
>> VandermondeMatrix({a,b,c}){{1,a,a^2}, {1,b,b^2}, {1,c,c^2}}