Eigenvector mystery
|
10-21-2020, 06:57 PM
Post: #13
|
|||
|
|||
RE: Eigenvector mystery
(10-20-2020 12:08 AM)Valentin Albillo Wrote:Well, a few things should still be mentioned here:(10-19-2020 09:42 PM)Thomas Okken Wrote: Eigenvalues are values λ such that Av = λv, so you find them by solving Av − λv = 0, or equivalently, (A − λI)v = 0, where I is the identity matrix, or equivalently, |A − λI| = 0. That last form is also known as the characteristic equation of A, and, being a polynomial of the same degree as the dimension of A, you can find its solutions, and thus the eigenvalues of A, using a polynomial root finder. 1. for the characteristic polynomial p(x)=|A-xI|, the term |A-xI| denotes the determinant of (A-xI). 2. the algebraic multiplicity of an eigenvalue (i.e. the multiplicity as zero of p) is always >= geometric multiplicity (i.e. the dimension of the eigenspace belonging to the eigenvalue). 3. I am not sure if "Dimension of a Matrix" is a valid definition. It's simply the number of rows (or columns). |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)