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

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

Answer:

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