Student[LinearAlgebra][Eigenvectors] - compute the eigenvectors of a square Matrix
|
Calling Sequence
|
|
Eigenvectors(A, options)
|
|
Parameters
|
|
A
|
-
|
square Matrix; Matrix whose eigenvectors are required
|
options
|
-
|
(optional) parameters; for a complete list, see LinearAlgebra[Eigenvectors]
|
|
|
|
|
Description
|
|
•
|
The Eigenvectors(A) command returns an expression sequence of two elements. The first element is the Vector of eigenvalues (that is, exactly what is returned by the Eigenvalues(A) command.) The second is the Matrix of corresponding eigenvectors.
|
|
(ev, EV) := Eigenvectors(A);
|
|
for each column index i, .
|
|
Note: If the input Matrix A is defective (does not have a full set of linearly independent eigenvectors) then some of the columns of the Matrix of eigenvectors are 0 (and hence are not eigenvectors). See JordanForm.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?