Wiki

Clone wiki

symja_android_library / Symbols / Eigenvalues

Eigenvalues

Eigenvalues(matrix)
get the numerical eigenvalues of the matrix.

See:

Examples

>>> Eigenvalues({{1,0,0},{0,1,0},{0,0,1}})
{1.0,1.0,1.0} 

Related terms

CharacteristicPolynomial, ConjugateTranspose, Det, DiagonalMatrix, Dot, Eigenvectors, HilbertMatrix, IdentityMatrix, Inverse, JacobiMatrix, LinearSolve, LUDecomposition, MatrixPower, MatrixQ,MatrixRank, NullSpace, SingularValueDecomposition, Tr, Transpose, VandermondeMatrix, VectorQ

Updated