hnicholls
- 49
- 1
I am evaluating the following 2 x 2 matrix:
|2 0 |
|0 3 |
with eigenvalues 2 and 3.
If I use 2 and calculate the eigenvector:
R - λI =
|2-λ 0 |
|0 3-λ |
R - λI =
|0 0 |
|0 1 |
|0 0 ||a| =
|0 1 ||b|
|0|
|0|
a = 0 and b = 1
So eigenvector of eigenvalue 2 is
|0|
|1|
but it seems that is ought to be
|1|
|0|
Am I making an obvious mistake?
|2 0 |
|0 3 |
with eigenvalues 2 and 3.
If I use 2 and calculate the eigenvector:
R - λI =
|2-λ 0 |
|0 3-λ |
R - λI =
|0 0 |
|0 1 |
|0 0 ||a| =
|0 1 ||b|
|0|
|0|
a = 0 and b = 1
So eigenvector of eigenvalue 2 is
|0|
|1|
but it seems that is ought to be
|1|
|0|
Am I making an obvious mistake?