Diagonalizing Matrix A: Eigenvalues, Eigenvectors, Matrix P & D

  • Thread starter Thread starter xicor
  • Start date Start date
  • Tags Tags
    Diagonalization
Click For Summary
The discussion focuses on diagonalizing matrix A, specifically finding its eigenvalues and eigenvectors. The eigenvalues identified are λ=1 (with multiplicity two) and λ=2, leading to eigenvectors v1=[0, -1, 1] for λ=2 and a combination of vectors for λ=1. The confusion arises when constructing the matrix P, as the top row is all zeros, preventing the calculation of its inverse. Clarification is sought on the correct eigenvector corresponding to λ=1, indicating that additional eigenvectors need to be identified to properly diagonalize the matrix. The conversation emphasizes the importance of accurately determining eigenvectors to achieve the correct diagonalization of matrix A.
xicor
Messages
36
Reaction score
0

Homework Statement



<br /> A=\left[\begin{array}{ccc}1 &amp; 0 &amp; 0\\ 0 &amp; 1 &amp; -1\\ 0 &amp; 0 &amp; 2\end{array}<br />

a) Find the eigenvalues and corresponding eigenvectors of matrix A.
b)Find the matrix P that diagonalizes A.
c)Find the diagonal matrix D suh that A = PDP-1, and verify the equality.
d) Find the orthogonal matrix P that diagonalizes A.
e) Compute A4

Homework Equations



A = PDP-1,
AP = DP
A-I\lambda = 0

The Attempt at a Solution



First I started by finding the eigenvalues values where \lambda=1 multipity two, 2. After this I tried finding the eigenvectors that form P and got v1=[0,-1,1] from \lambda=2 , and {v2, v3} = {[0, 1, 0], [0, 0, 1]}. From this I constructed the P matrix and got <br /> P=\left[\begin{array}{ccc}0 &amp; 0 &amp; 0\\ -1 &amp; 1 &amp; 0\\ 1 &amp; 0 &amp; 1\end{array}<br /> and <br /> D=\left[\begin{array}{ccc}2 &amp; 0 &amp; 0\\ 0 &amp; 1 &amp; 0\\ 0 &amp; 0 &amp; 1\end{array}<br /> and this is where I get confused. The P matrix doesn't work in the form AP = PD and you can't find the inverse of P since the top row is all zeros. Once I figure this out, parts d and e should be straight-forward. Can someone point me to where I'm making a mistake here please. Thanks to everybody who helps.
 
Physics news on Phys.org
v_3 = [0, 0, 1] is not an eigenvector corresponding to \lambda = 1. Just perform the multiplication to see that A v_3 \neq v_3.
 
Show us how you found the eigenvectors because only one actually is correct.
 
vela said:
Show us how you found the eigenvectors because only one actually is correct.

Both v_1 and v_2 are correct, actually.
 
jbunniii said:
Both v_1 and v_2 are correct, actually.
Apparently, I can't add. :)
 
Alright, then there is something I'm possibly missing about eigenvectors. The first eigenvector was found by plugging \lambda = 2 into the (A - I\lambda) matrix producing <br /> \begin{bmatrix}-1 &amp; 0 &amp; 0 \\ 0 &amp; -1 &amp; -1 \\ 0 &amp; 0 &amp; 0\end{bmatrix}<br /> which gives the equations x1 = 0 and x2 = -x3 and constructing the vector from x3 gives x3[0, -1, 1] where the first eigenvector v1 = [0, -1, 1]. I then used the other eigenvalue \lambda = 1 and found the matrix <br /> \begin{bmatrix}0 &amp; 0 &amp; 0 \\ 0 &amp; 0 &amp; -1 \\ 0 &amp; 0 &amp; 1\end{bmatrix}<br /> and the way I'm interpreting the book's reasoning for dealing with these matrixes, the eigenvectors that form would be x2[0, 1, 0] + x3[0, 0, 1] which are also the eigenvectors. Clearly there is something different I need to do when dealing with this kind of matrix.
 
The matrix you got for the eigenvalue equal to 1 gives you the equation x3=0. It doesn't tell you anything about the other components. Do you see what the other eigenvector should be now?
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 6 ·
Replies
6
Views
1K
Replies
2
Views
2K
Replies
9
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K