Let \(A\) be a \(4 \times 4\) matrix.

  1. Give a \(4 \times 4\) matrix \(B\) that may be used to perform the row operation \( R_1 \to R_1 + 2R_4 \).
  2. Give a \(4 \times 4\) matrix \(C\) that may be used to perform the row operation \( R_1 \to -2R_1 \).
  3. Use matrix multiplication to describe the matrix obtained by applying \( R_1 \to R_1 + 2R_4 \) and then \( R_1 \to -2R_1 \) to \(A\) (note the order).

Answer:

  1. \(B= \left[\begin{array}{cccc} 1 & 0 & 0 & 2 \\ 0 & 1 & 0 & 0 \\ 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 1 \end{array}\right] \)
  2. \(C= \left[\begin{array}{cccc} -2 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 \\ 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 1 \end{array}\right] \)
  3. \(CBA\)