Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.0initial version

Author

Allan CORNET