QUESTION:
Findwhen:
A =
__________________________________________________ ___
The eigenvalue (of multiplicity 2) is
I've tried putting A into Jordan-Normal/Canonical form, but I find that the matrix, and I don't know what to do.
Please help.
QUESTION:
Findwhen:
A =
__________________________________________________ ___
The eigenvalue (of multiplicity 2) is
I've tried putting A into Jordan-Normal/Canonical form, but I find that the matrix, and I don't know what to do.
Please help.

Hello, WWTL@WHL!
Findwhen: .
![]()
I see no choice but to crank out a few powers and seek a pattern . . .
. .
. .
. .
. .
. .
I think we've found the pattern . . .
We have: .
. . where:is the negative of the
odd number: .
. . . . . . .is one less than
. . . . . . .is the positive value of
. . . . . . .is one more than
Therefore: .
here is a more general way.
so we need to find the canonical form. we can see that the matrix has only one eigenvector for 1, so the jordan form is
to find P we can write P=[u,v] where u,v are vectors of size two and
![]()
so v is an eigenvector, for example (1,-1), and to find u solve the equation.
now you have
notice that this is a general way to find powers of matrices that have the jordan form. because this is used a lot, it is good to know what happens when you raise a jordan matrix to the power of k. to make it easier, writewhere the d is the eigenvector (in this case 1) and the Z matrix is a zero matrix with ones only above the main diagonal. in this case Z would just be
and then you have
and the thing about raising Z to the power of i is just just moving the "ones" i times to the top right corner, and here, because Z is only 2x2 matrix, moving the "ones" one time will take them out of the matrix, meaningand because d=1 you get
this method works on the more general cases. for example, if you have more than one jordan block, then you can do this for every block separately.


Yes, of coursebecause every matrix satisfies its own characteristic equation.
First look for a eigenvectors for:
which gives the equations -x- 2y= x and 2x+ 3y= y. Those both reduce to y= -x so <1, -1> is an eigenvector but we don't find a second. But becausefor all vectors v and there are some such that (A- I)v is not 0, there must be v such that (A- I)((A-I)v)= 0 which means (A-I)v is an eigenvalue, a multiple of <1, -1>. That is, look for v such that
That gives the equations -2x-2y= 1 and 2x+ 2y= -1 which are, again, equivalent. But taking x= 1 we get y= -3/2 so <1, -3/2> is a "generalized eigenvalue". Create the matrixwith those vectors as columns and find its inverse,
Now we have, the "Jordan Normal Form" for A.
That is,so
and
And, of course,so to find
, you just need to calculate
.