Student[LinearAlgebra]
Eigenvalues
compute the eigenvalues of a square Matrix
Calling Sequence
Parameters
Description
Examples
Eigenvalues(A, options)
A
-
square Matrix; Matrix whose eigenvalues are required
options
(optional) parameters; for a complete list, see LinearAlgebra[Eigenvalues]
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.
with⁡StudentLinearAlgebra:
A≔1,3|3,−2
A≔133−2
Eigenvalues⁡A
−12+3⁢52−12−3⁢52
B≔1,4,−2|−1,0,1|−1,2,1
B≔1−1−1402−211
Eigenvalues⁡B
2I−I
See Also
LinearAlgebra[Eigenvalues]
Student[LinearAlgebra][.]
Student[LinearAlgebra][CharacteristicPolynomial]
Student[LinearAlgebra][EigenPlot]
Student[LinearAlgebra][EigenvaluesTutor]
Student[LinearAlgebra][Eigenvectors]
Student[LinearAlgebra][IdentityMatrix]
Download Help Document