Student[LinearAlgebra][Eigenvalues] - compute the eigenvalues of a square Matrix
|
Calling Sequence
|
|
Eigenvalues(A, options)
|
|
Parameters
|
|
A
|
-
|
square Matrix; Matrix whose eigenvalues are required
|
options
|
-
|
(optional) parameters; for a complete list, see LinearAlgebra[Eigenvalues]
|
|
|
|
|
Description
|
|
•
|
The Eigenvalues(A) command returns the eigenvalues of the square Matrix A, that is, the values t such that Determinant(A - t . Id(Dimension(A))) = 0. The eigenvalues are returned in a (column) Vector.
|
|
Note that eigenvalues are in general complex numbers.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?