4 wxMaxima | |
→ | 4.10 Numerische Lösungen |
Kann Maxima mit eigenvectors() keine Lösung funden - z.B. weil die analytische Nullstellenbestimmung für das charakteristische Polynom nicht möglich ist - kann mit mit
allroots(charpoly(Matrix, Variable));
eine numerische Näherung der Eigenwerte suchen.
M: matrix( [ 3, 5, 7, 9, 11 ], [ 13, 17, 23, 29, 31 ], [ 37, 41, 43, 47, 53 ], [ 59, 61, 67, 71, 73 ], [ 79, 83, 87, 89, 91 ] ); allroots(charpoly(M, lambda));