Exercise 1.3.5

Answers

  • r = m = n, A1 = [13 2 4 ]. A1 is invertible, so A1x = b has 1 solution for every b. Or we can say that the column space is the full R2, so for every b in R2, it’s in the column space, and we have a solution.
  • r = m < n, A2 = [123 2 4 1 ], since the column 1 and column 2 are dependent, we have rank(A2) = m = 2. For A2x = b, we have two equations and 3 unknowns, which generally gives us infinitely many solutions. Or we can say that the column space is R2 in R2, so every b from R2 is in the column space and we always have a solution corresponding to the basis matrix. Since column 2 is a multiple of column 1, there are infinitely many solutions. However, if one of the columns is 0, e.g. A2 = [023 0 4 1 ], we still have rank(A2) = 2, but there’s only one solution for A2x = b now.
  • r = n < m, A3 = [13 2 4 36 ], so rank(A3) = 2, for A3x = b, If b is in the column space. For example, b = [4 6 9 ], we’ll have a solution, but if b is not in the column space, there’s no solution.
  • r < m,r < n, A4 = [12 2 4 36 ], rank(A4) = 1 < m,n. for A4x = b, we have 3 equations and 1 unknown. If b is in the column space (a line along [1 2 3 ]), we have infinitely many solutions, otherwise there’s no solution at all.
User profile picture
2020-03-20 00:00
Comments