- #1
- 21
- 0
I am trying to find eigen values and eigen vectors for A
Its 2X2 matrix. A first row (16 -10) second row (-10 24)
I got Eigen values as 30.77 and 9.22 but when i try to find eigen vectors here are the equations I end up with
-14.77v1 - 10v2= 0
-10v1 - 6.77v2 = 0
Kinda confused how to proceed with this.
Thanks
Its 2X2 matrix. A first row (16 -10) second row (-10 24)
I got Eigen values as 30.77 and 9.22 but when i try to find eigen vectors here are the equations I end up with
-14.77v1 - 10v2= 0
-10v1 - 6.77v2 = 0
Kinda confused how to proceed with this.
Thanks