Jordan Forms Problem: Finding Det(A) and Eigenvalues

  • Thread starter Thread starter shaon0
  • Start date Start date
  • Tags Tags
    Forms
shaon0
Messages
48
Reaction score
0

Homework Statement


See Attachment.

The Attempt at a Solution


I need an efficient way to find the det(A) so I can find the eigenvalues together with the trace or will use Cayley-Hamilton Thm. I can find the algebraic multiplicities but cannot find the geometric ones. If a matrix is diagonalisable; then AM=GM?
 

Attachments

  • Jordan Forms Problem.jpg
    Jordan Forms Problem.jpg
    4.6 KB · Views: 413
Physics news on Phys.org
You do NOT need to find the determimant of that matrix. You are given one eigenvector and asked to show that it is an eigenector and find the corresponding eigenvalue. Solve the equation
\begin{bmatrix} 7 & -1 & 3 & 1 \\ -2 & 6 & -3 & -1 \\ -4 & 2 & -1 & -2 \\4 & -2 & 6 & 7 \end{bmatrix} \begin{bmatrix}1 \\ 2 \\ 0 \\ 0\end{bmatrix}= \lambda \begin{bmatrix}1 \\ 2 \\ 0 \\ 0\end{bmatrix}
for \lambda.

You should then be able to reduce the matrix to 3 by 3 (or smaller) to find the remaining eigenvalues and eigenvectors. An n by n matrix is diagonalizable if and only if it has n independent eigenvectors.
 
How would I find the geometric multiplicities? I can do the rest of the question
 
Assuming you already found λ for the eigenvector.

Did you write out A-λI?

You should be able to find other eigenvector solutions easily.
That is, solutions of (A-λI)v=0.

This will give you the geometric multiplicity of this λ.

You should also find that the remaining eigenvalue is easy to deduce as well.
 
I like Serena said:
Assuming you already found λ for the eigenvector.

Did you write out A-λI?

You should be able to find other eigenvector solutions easily.
That is, solutions of (A-λI)v=0.

This will give you the geometric multiplicity of this λ.

You should also find that the remaining eigenvalue is easy to deduce as well.

Ok, thanks. Really should have remembered that. So, the dim{Ker(A-λI)}=Geometric Multiplicity?
 
Yes.
 
I like Serena said:
Yes.

Thanks again.
 
Back
Top