Up: 3.57(a) Previous: 3.57(a), §1 Asked

3.57(a), §2 Solution

We need c1, c2, and c3 so that

In matrix form:

Forward elimination:

Back substitution:

From (3''), c3=3; from (2'), c2=-1; from (1), c1=2.

If the right hand side would have been zero, the only possible values for c1, c2, and c3 would be all zero. A set of vectors is dependent if you can create zero from them with some nonzero coefficients. (This allows you to express one of the set in terms of the others.)

Since you cannot do so with u1, u2 and u3, they are independent vectors.

Also, since you can find a solution for any vector ,you can express any vector in terms of u1, u2, and u3. Vectors for which that is true are called a basis, in this case for three-dimensional vector space.


Up: 3.57(a) Previous: 3.57(a), §1 Asked