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