Skip to main content

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).

linear_algebra.eigenvalues1.calc.png

Given a matrix and a field F, this function returns a list with its eigenvalues over FF (repeated eigenvalues are not omitted).

linear_algebra.eigenvalues2.calc.png