vander

Vandermonde matrix

📝 Syntaxe

  • A = vander(v)

📥 Argument d'entrée

  • v - a numeric vector.

📤 Argument de sortie

  • A - Vandermonde Matrix.

📄 Description

A = vander(v) returns the Vandermonde Matrix.

📚 Bibliographie

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

💡 Exemple

A = vander(1:.5:3)

🔗 Voir aussi

toeplitz.

🕔 Historique

Version
📄 Description

1.0.0

version initiale

Last updated

Was this helpful?