wilkinson
Wilkinson's eigenvalue test matrix
📝 Syntaxe
W = wilkinson(n)
W = wilkinson(n, classname)
📥 Argument d'entrée
n - scalar integer value: order.
classname - row character vector or scalar string: class name desired ('double' by default).
📤 Argument de sortie
W - Wilkinson's eigenvalue test matrix.
📄 Description
W = wilkinson(n) returns the wilkinson Matrix of order n.
📚 Bibliographie
https://en.wikipedia.org/wiki/Wilkinson_matrix
💡 Exemple
W = wilkinson(4)🔗 Voir aussi
diag.
🕔 Historique
Version
📄 Description
1.0.0
version initiale
Last updated
Was this helpful?