mooshupork34
Junior Member
- Joined
- Oct 29, 2006
- Messages
- 72
I know that if a vector is in the row space of a given matrix, then it means that:
vector = c1[row 1] + c2[row 2] + cn[row n]
Then one must put the matrix in row reduced echelon form in order to find the c values.
However, what does one do if one wants to determine if a vector (say [3, 1, 4]) is in the column space of a 3 by 2 matrix?
Let's say the 3 by 2 matrix is:
[1 4
2 0
2 1]
vector = c1[row 1] + c2[row 2] + cn[row n]
Then one must put the matrix in row reduced echelon form in order to find the c values.
However, what does one do if one wants to determine if a vector (say [3, 1, 4]) is in the column space of a 3 by 2 matrix?
Let's say the 3 by 2 matrix is:
[1 4
2 0
2 1]