- #1
mpittma1
- 55
- 0
Homework Statement
Construct a matrix whose null space consist of all linear combinations of:
v1 = (Column matrix) <1 -1 3 2>
v2 = (Column matrix) <2 0 -2 4>
Homework Equations
NS(A) = {x ε Rn I Ax =0}
w = k1v1 + k2v2
The Attempt at a Solution
I'm not sure where to start with this problem.
I know that I'm looking for a 4 x 4 matrix and I'm only given 2 vectors to form "all linear combinations".
Do I need to first construct a matrix with 2 free variable columns showing the linear combination of the two given vectors, and then plug that into the null space equation and solve for the homogeneous system?