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
🕔 History
Version
📄 Description
1.0.0
initial version
Last updated
Was this helpful?