Eigenvector
scalation.mathstat.Eigenvector
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.
Value parameters
- _e
-
the vector of eigenvalues of matrix a
- a
-
the matrix whose eigenvectors are sought
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article