How Does the Generalized Eigenvector Formula Work with Duplicate Eigenvalues?

Fusilli_Jerry89
Messages
158
Reaction score
0
I see that a generalized eigenvector can be represented as such:

(A - λI)xk+1 = xk, where A is a square matrix, x is an eigenvector, λ is the eigenvalue I is the identity matrix.


This might be used, for example, if we have duplicate eigenvalues, and can only derive one eigenvector from the characteristic equation, then we can use this eigenvector to find other eigenvectors.

Can someone explain this formula? I don't really get it. My textbook has a similar formula:

xk+1 = Axk

which I understand perfectly. But how does the former formula make sense?
 
Physics news on Phys.org
Are you talking about an iterative method to find the eigenvalues and vectors? This looks like the inverse power method.

The eigenvectors of A and (A - \lambda I) are identical, but the eigenvalues differ by \lambda.

The inverse power method converges to the eigenvalue with the smallest modulus.

If \lambda is close to an eigenvalue of A, the corresponding eigenvalue of (A - \lambda I) will be close to 0 and the iteration will converge rapidly to that eigenpair.
 
Last edited:
Suppose the characteristic equation for a matrix A is (x- \lambda)^2= 0.

Then \lambda is an eigenvalue having "algebraic multiplicity" 2. Now the "geometric multiplicity" of A, the number of independent eigenvectors corresponding to that eigenvalue, is either 1 or 2.

The crucial point is that every matrix satisfies its own characteristic equation. That is, (A- \lambda I)^2= 0 so that (A- \lambda I)^2v= 0 for every vector v. Now, it might happen that (A- \lambda I)v= 0 for every vector, from which (A- \lambda I)v= (A-\lambda I)((A- \lambda I)v)= (A- \lambda I)0= 0 follows immediately. That would be the case if there are two independent eigenvectors- if the geometric multiplicity were 0.

If not, if A has only one eigenvector, it must still be true that (A- \lambda I)^2v= 0, even if v is NOT an eigenvector of A. But in that case, u= (A- \lambda I)v is NOT 0 but we still must have (A- \lambda I)^2 v= (A- \lambda I)((A- \lambda I)v)= (A- \lambda I)u= 0 which says that u is an eigenvector of A.

That is, in order to have (A- \lambda I)^2 v= 0, either v is an eigenvector of A or (A- \lambda v) is an eigenvector.
 
Last edited by a moderator:
##\textbf{Exercise 10}:## I came across the following solution online: Questions: 1. When the author states in "that ring (not sure if he is referring to ##R## or ##R/\mathfrak{p}##, but I am guessing the later) ##x_n x_{n+1}=0## for all odd $n$ and ##x_{n+1}## is invertible, so that ##x_n=0##" 2. How does ##x_nx_{n+1}=0## implies that ##x_{n+1}## is invertible and ##x_n=0##. I mean if the quotient ring ##R/\mathfrak{p}## is an integral domain, and ##x_{n+1}## is invertible then...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
When decomposing a representation ##\rho## of a finite group ##G## into irreducible representations, we can find the number of times the representation contains a particular irrep ##\rho_0## through the character inner product $$ \langle \chi, \chi_0\rangle = \frac{1}{|G|} \sum_{g\in G} \chi(g) \chi_0(g)^*$$ where ##\chi## and ##\chi_0## are the characters of ##\rho## and ##\rho_0##, respectively. Since all group elements in the same conjugacy class have the same characters, this may be...
Back
Top