vander
Vandermonde matrix
📝Syntax
A = vander(v)
📥Input Arguments
Parameter Description
v a numeric vector.
📤Output Arguments
Parameter Description
A Vandermonde Matrix.
📄Description

A = vander(v) returns the Vandermonde Matrix.

💡Examples
A = vander(1:.5:3)
🔗See Also
toeplitz
📚Bibliography
https://en.wikipedia.org/wiki/Vandermonde_matrix
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub