autre
- 116
- 0
A = [0 0]
[1 -3]
(2 x 2 matrix, bad formatting)
I need to find the eigenvector for lambda1 and lambda2. I figured out lambda1 = 0 and lambda2 = -3. For lambda1 the eigenvector works fine, but for lambda2 I get it as v = (0,0), which is not possible. Any ideas?
[1 -3]
(2 x 2 matrix, bad formatting)
I need to find the eigenvector for lambda1 and lambda2. I figured out lambda1 = 0 and lambda2 = -3. For lambda1 the eigenvector works fine, but for lambda2 I get it as v = (0,0), which is not possible. Any ideas?