All Eigenpairs (Eigenvalues (Iterative Methods))

From Algorithm Wiki
Revision as of 08:52, 10 April 2023 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Given an $n \times n$ matrix $A$, find all eigenpairs (eigenvalues and associated eigenvectors) of $A$.

Related Problems

Generalizations: Any Eigenpair

Related: All Eigenvalues, Any Eigenvalue, 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.