I'm confused on how to approach this problem. Given matrix A and the Identity I where A+I is row equivalent to
[1,-2,3,5][0,0,1,4][0,0,0,0][0,0,0,0]
Find the basis for the eigenspace E=-1. Thanks in advance for your help.
I'm confused on how to approach this problem. Given matrix A and the Identity I where A+I is row equivalent to
[1,-2,3,5][0,0,1,4][0,0,0,0][0,0,0,0]
Find the basis for the eigenspace E=-1. Thanks in advance for your help.
You probably know that the eigenvalues of map with matrix representationcan be found by solving the equation
for
. It appaered that
is an eigenvalue therefore to find the corresponding eigenspace you'll have to find the nullspace of the matrix
. Can you do that first?
Siron has given you everything that you need. As they said to find the eigen values of a matrix you solve the euqation.
![]()
This will give you the eigen values of A.
To find the eigen vectors you sub the eigen values back into the matrix equation.
In your case you are told that. Plug this into the matrix equation to get
.
Can you finish from here?


I want to thank you all for input! I'm sorry that not really seeing the answer right off. I've been at this kind of work for way too long. Anyways this is what i've got, I took the given matrix shown in the posting above.
-found the free and basic variables: x1,x3 are basic and x2,x4 are free
-did the system of equations and got this as the answer
[x1,x2,x3,x4]=[2x2-3x3-5x4,-x1,-3x3-5x4,x3,x4] = x3[-3,-3,1,0] + x4[-5,-5,0,1]
If this is not correct please tell me where i'm going wrong. Do you have to solve for the given matrix by plugging in the -1 for the lamda value allong the diagonals and then do the system of equations?