- #1
tomeatworld
- 51
- 0
Homework Statement
Let A=[{1,3,2,2},{1,1,0,-2},{0,1,1,2}]
i) Find the rank
ii) Viewing A as a linear map from M4x1 to M3x1, find a basis for the kernel of A and verify directly that these basis vectors are indeed linearly independent.
Homework Equations
None
The Attempt at a Solution
i) is easy enough. Reduce rows to get: A=[{1,3,2,2},{0,1,1,2},{0,0,0,0}] so rank is 2.
ii) I'm not exactly sure of the question here. At first, I thought it was just find the kernel of the matrix and I had some trouble with that. Using the reduced matrix:
x1 + 3x2 + 2x3 + 2x4 = 0
and
x2 + x3 + 2x4 = 0
but how do I solve this for 4 variables with only 2 equations :/ Any help is appreciated!