Any Eigenvalue: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{DISPLAYTITLE:Any Eigenvalue (Eigenvalues (Iterative Methods))}} == Description == Given an $n \times n$ matrix $A$, find any eigenvalue of $A$. == Related Problems == Generalizations: Any Eigenpair Subproblem: All Eigenvalues Related: All Eigenpairs, Eigenpair with the Largest Eigenvalue, Eigenpair closest to mu == Parameters == No parameters found. == Table of Algorithms == Currently no algorithms in our database for the given problem.") |
No edit summary |
||
Line 14: | Line 14: | ||
== Parameters == | == Parameters == | ||
$n$: dimension of matrix | |||
== Table of Algorithms == | == Table of Algorithms == | ||
Currently no algorithms in our database for the given problem. | Currently no algorithms in our database for the given problem. |
Latest revision as of 07:52, 10 April 2023
Description
Given an $n \times n$ matrix $A$, find any eigenvalue of $A$.
Related Problems
Generalizations: Any Eigenpair
Subproblem: All Eigenvalues
Related: All Eigenpairs, 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.