All Eigenvalues (Eigenvalues (Iterative Methods))

From Algorithm Wiki
Jump to navigation Jump to search

Description

Given an $n \times n$ matrix $A$, find all eigenvalues of $A$.

Related Problems

Generalizations: Any Eigenvalue

Related: All Eigenpairs, Any Eigenpair, Eigenpair with the Largest Eigenvalue, Eigenpair closest to mu

Parameters

$n$: dimension of matrix

Table of Algorithms

Currently no algorithms in our database for the given problem.