Skip to content

VandermondeMatrix

VandermondeMatrix(n)

gives the Vandermonde matrix with n rows and columns.

See

Examples

>> VandermondeMatrix({a,b,c})
{{1,a,a^2},
{1,b,b^2},
{1,c,c^2}}

Implementation status

  • ✅ - full supported

Github