or
v1 = (1, -3, 2)
v2 = (-3, 9, -6)
v3 = (5, -7, h)
the question reads, for what values of h is v3 in span(v1,v2), and for what values of h is (v1, v2, v3) linearly dependent?
I've went over the chapter twice, but still can't find a way to do this. I understand the concept of the...