vander

Vandermonde matrix

Syntax

  • A = vander(v)

Input argument

  • v - a numeric vector.

Output argument

  • A - Vandermonde Matrix.

Description

A = vander(v) returns the Vandermonde Matrix.

Bibliography

https://en.wikipedia.org/wiki/Vandermonde_matrix

Example

A = vander(1:.5:3)

See also

toeplitz.

History

VersionDescription

1.0.0

initial version

Author

Allan CORNET

Last updated