scalation.linalgebra
The Eigenvector class is used to find the eigenvectors of an 'n' by 'n' matrix 'a' by solving equations of the form
Eigenvector
(a - eI)v = 0
where 'e' is the eigenvalue and 'v' is the eigenvector. Place the eigenvectors in a matrix column-wise.
the matrix whose eigenvectors are sought
the vector of eigenvalues of matrix a
Debug flag
Show the flaw by printing the error message.
the method where the error occurred
the error message
Get the eigenvector v matrix.
The
Eigenvector
class is used to find the eigenvectors of an 'n' by 'n' matrix 'a' by solving equations of the form(a - eI)v = 0
where 'e' is the eigenvalue and 'v' is the eigenvector. Place the eigenvectors in a matrix column-wise.