Directions: You may work to solve these problems in groups, but all written work must be your own. Show all work; no credit for solutions without work..

  1. [1.3.{11,12}] Determine if 𝐛 is a linear combination of 𝐚1, 𝐚2, and 𝐚3.

    1. 𝐚1 = [ 1 2 0 ], 𝐚2 = [ 0 1 2 ], 𝐚3 = [ 5 6 8 ], 𝐛 = [ 2 1 6 ].
    2. 𝐚1 = [ 1 2 2 ], 𝐚2 = [ 0 5 5 ], 𝐚3 = [ 2 0 8 ], 𝐛 = [ 5 11 7 ].
  2. [1.3.13] Determine if 𝐛 is a linear combination of the vectors formed from the columns of the matrix A.

    A = [ 1 4 2 0 3 5 2 8 4 ] 𝐛 = [ 3 7 3 ]
  3. [1.3] True/False. Justify your answers.

    1. Another notation for the vector [ 4 3 ] is [4 3].
    2. The points in the plane corresponding to [ 2 5 ] and [ 5 2 ] lie on a line through the origin.
    3. An example of a linear combination of vectors 𝐯1 and 𝐯2 is the vector 1 2𝐯1.
    4. The weights c1,,cp in a linear combination c1𝐯1 + + cp𝐯𝐩 cannot all be zero.
    5. The set Span{𝐮,𝐯} is always visualized as a plane through the origin.
  4. Pivot columns in a matrix.

    1. Let A = [ 𝐚1 𝐚2  𝐚𝐩 ] and let B = [ 𝐛1 𝐛2  𝐛𝐩 ]. Suppose that 𝐚𝐢 = 𝐚𝐣 and A is row equivalent to B. Explain why it must be that 𝐛𝐢 = 𝐛𝐣. (Hint: how do the ith and jth columns behave with respect to each elementary row operation?)
    2. Let A = [ 𝐚1 𝐚2  𝐚𝐩 ]. Suppose that 𝐚𝐢 = 𝐚𝐣 and that i < j. Use part (a) to explain why the jth column of A cannot be a pivot column. (Hint: let B be the reduced echelon form of A.)
  5. [1.4.9] Write the system first as a vector equation and then as a matrix equation.

    3x1 + x2 5x3 = 9 x2 + 4x3 = 0
  6. [1.4.11] Given A and 𝐛 below, write augmented matrix corresponding to the matrix equation A𝐱 = 𝐛 and solve for 𝐱.

    A = [ 1 2 4 0 1 5 2 4 3 ] B = [ 2 2 9 ]