- #1
anniecvc
- 28
- 0
Homework Statement
Let a1 = [1 4 -2] supposed to be a column
Let a2 = [-2 -3 7] supposed to be a column
Let b = [4 1 h] supposed to be a column
For what value(s) of h is b in the plane spanned by a1 and a2?
The Attempt at a Solution
Well, the first thing I did as in 99% of all Linear Alg problems was to put it into an augmented matrix:
[1 -2 l 4]
[4 -3 l 1]
[-2 7 l h]
which became from -4R1 +R2 -> R2:
[1 -2 l 4]
[0 5 l -15]
[-2 7 l h]
and I'm stuck. I could do 2R1+ R3 -> R3, but this doesn't seem to render a correct answer of h= 7/2.