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.4.14] Let 𝐮 = [ 2 3 2 ] and A = [ 5 8 7 0 1 1 1 3 0 ]. Is 𝐮 in the subset of 3 spanned by the columns of A? Why or why not?
  2. [1.4.{15,16}] For the matrices A and vectors 𝐛 below, show that the equation A𝐱 = 𝐛 does not have a solution for all possible 𝐛, and describe the set of all 𝐛 for which A𝐱 = 𝐛 does have a solution.

    1. A = [ 2 1 6 3 ] and 𝐛 = [ b1 b2 ].
    2. A = [ 1 3 4 3 2 6 5 1 8 ] and 𝐛 = [ b1 b2 b3 ]
  3. [1.4.42] Could a set of three vectors in 4 span all of 4? Explain. What about n vectors in m when n is less than m?
  4. [1.5.{7,11}] Given a matrix A and a vector 𝐛, describe all solutions to A𝐱 = 𝐛 in parametric form.

    1. A = [ 1 3 3 7 0 1 4 5 ], 𝐛 = 0
    2. A = [ 1 4 2 0 3 5 0 0 1 0 0 1 0 0 0 0 1 4 0 0 0 0 0 0 ], 𝐛 = 0
    3. A = [ 1 0 3 1 1 2 1 2 0 1 1 1 3 3 2 ], 𝐛 = [ 1 3 0 ]
  5. Let A be an (m ×n) matrix, let 𝐯 n, and let c be a scalar. Prove that A(c𝐯) = c(A𝐯).

  6. A game show has n treasure chests arranged in a circle, indexed from 0 through n 1. For 0 i n 1, let ti be the number of dollars in the ith chest; these amounts are not known to the contestant. On the line between the ith and (i + 1)st treasure chest, there is a sign visible to the contestant that reveals the sum ti + ti+1 of the amounts in the ith and (i + 1)st chests. The object of the game is for the contestant to select the chest with maximum value.

    1. In this situation, which chest should the contestant pick? Justify your answer.

      [Picture]

    2. Give an example of a situation with four treasure chests where it is impossible for the contestant to know which chest to pick.
    3. Characterize the values of n such that the contestant can determine the amounts ti in the n chests from the given sums ti + ti+1, no matter what the sums may be.