NewtonianAlch
- 453
- 0
Homework Statement
Find the kernel of the matrix:
[PLAIN]http://img256.imageshack.us/img256/9015/53369959.jpg
The Attempt at a Solution
So I row-reduce it and get:
[PLAIN]http://img812.imageshack.us/img812/1391/97980793.jpg
The system of equations the row-reduced form equals 0.
So I set x_{3} and x_{4} as the free variables and solve for x_{2}: x_{2} = -x_{3} - x_{4}
Substitute that into the top equation to get x_{1} -4(x_{3}+x_{4}) +2x_{3} +7x_{4} = 0
Solve for x_{1}: x_{1} = 2x_{3} - 3x_{4}
From this we get:
Vector(2x_{3}-3x_{4}, -x_{3}-x_{4}, x_{3}, x_{4})
So ker(A) = x = x_{3}(2,-1,1,0) + x_{4}(-3,-1,0,1)
What does this mean essentially? I know how to solve it, but I don't really understand what I'm doing or what this is useful for. As far as I understand, the kernel is a subspace of a linear map, so what does this translate to in practical terms?
Last edited by a moderator: