hkus10
- 50
- 0
Do you think the following vector in R3 are linear combination of
The answer that I get is
Since I get a row of zeros, this means this is a inconsistent system which has no solution.
However, the book says that this vector has a combination of v_1, v_2, and v_3.
Did I make any error on my calculation?
Code:
v1 = [4 v2= [2 v3 = [-2
2 1 -1
-3] -2] 0]
Code:
[-2
-1
1]
The answer that I get is
Code:
[ 1 1/2 -1/2 -1/2
-3 -2 0 1
0 0 0 0 ]
Since I get a row of zeros, this means this is a inconsistent system which has no solution.
However, the book says that this vector has a combination of v_1, v_2, and v_3.
Did I make any error on my calculation?
Last edited: