New Reply

eigenvalues and eigenvectors of a matrix

 
Share Thread
Aug23-11, 09:44 AM   #1
 

eigenvalues and eigenvectors of a matrix


Hello i have this matrix [itex]\in Z [/itex] mod [itex] 7[/itex],
M = \begin{pmatrix} 0&6\\ 5&0 \end{pmatrix}
always modulo [itex]7[/itex] in [itex]Z[/itex].
I found characteristic polynomial [itex]x^2+5[/itex].
Eigenvalues are [itex]\lambda = 3, \lambda' = 4[/itex]
Eigenvectors related to [itex]\lambda = 3 [/itex] are the non-zero solution of the system:
[itex]4x +6y = 0,[/itex]
[itex]5x+4y = 0 [/itex]
I get:
[itex]4x = y,[/itex]
[itex]6y[/itex]
I don't know if it is correct, but how can i find the eigenvectors?
PhysOrg.com science news on PhysOrg.com

>> Leading 3-D printer firms to merge in $403M deal (Update)
>> LA to give every student an iPad; $30M order
>> CIA faulted for choosing Amazon over IBM on cloud contract
Aug23-11, 10:00 AM   #2
 
Mentor
Blog Entries: 8
Yes, y=4x is correct. Now you just need to find a non-zero vector (0,0) that satisfies this. So, we can take y=1 for example. In that case (x,y)=(4,1) satisfies the equation. So (4,1) is an eigenvector.
We could also take y=2, then y=(1,2) was an eigenvector. etc.
Aug24-11, 03:15 AM   #3
 
now i have a problem to solve this:
in [itex]Z[/itex] mod [itex]11[/itex]

M = \begin{pmatrix} 0&2\\ 7&0 \end{pmatrix}
The characteristic polinomyal is : [itex]x^2+8[/itex],
eigenvalues [itex]\lambda=5, \lambda'=6[/itex],
eigenvectors related to [itex]\lambda=5[/itex] are the non-zero solution of the system:
[itex]6x+2y=0[/itex]
[itex]7x+6y=0[/itex]
I don't know how to solve this system because i took a look at the solution of the exercise and it is:
[itex]V={(y, 8y)}[/itex]
I don't know how to get this solution.
Oh i get now i'm wrong to write the first equation.
Aug24-11, 06:40 AM   #4
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus

eigenvalues and eigenvectors of a matrix


Quote by micromass View Post
Yes, y=4x is correct. Now you just need to find a non-zero vector (0,0) that satisfies this. So, we can take y=1 for example. In that case (x,y)=(4,1) satisfies the equation. So (4,1) is an eigenvector.
We could also take y=2, then y=(1,2) was an eigenvector. etc.
You have this backwards. If y= 4x, then the eigenvector is (1, 4), not (4, 1).
New Reply

Similar discussions for: eigenvalues and eigenvectors of a matrix
Thread Forum Replies
Eigenvalues and eigenvectors of symmetric 2x2 matrix? Linear & Abstract Algebra 5
The Eigenvalues and eigenvectors of a 2x2 matrix Calculus & Beyond Homework 1
Eigenvalues and eigenvectors of this matrix Linear & Abstract Algebra 1
eigenvalues & eigenvectors of N x N matrix? Linear & Abstract Algebra 8