Eigenvalues
This function computes the eigenvalues of a matrix.
Syntax
eigenvalues(Matrix)
eigenvalues(Matrix, Field)
Description
Given a matrix, this function returns a list with its eigenvalues over (repeated eigenvalues are not omitted).
Given a matrix and a field , this function returns a list with its eigenvalues over (repeated eigenvalues are not omitted).