Algebra · real student question

Compute the determinant of the 4x4 matrix with rows (18,5,7,8), (18,3,4,4), (9,1,1,1) and (9,2,3,4).

Question

Compute

185781834491119234\begin{vmatrix}18&5&7&8\\18&3&4&4\\9&1&1&1\\9&2&3&4\end{vmatrix}

Step-by-step solution

  1. Reduce before expanding. A blind cofactor expansion of a 4×44\times 4 needs four 3×33\times 3 determinants. Adding a multiple of one row to another leaves the determinant unchanged, so it is far cheaper to first create a column with a single nonzero entry.

  2. Clear the first column using row 3. Row 33 starts with 99, and the other first-column entries are 1818, 1818 and 99, so

    R1R12R3,R2R22R3,R4R4R3R_1\leftarrow R_1-2R_3,\qquad R_2\leftarrow R_2-2R_3,\qquad R_4\leftarrow R_4-R_3

    gives

    0356012291110123\begin{vmatrix}0&3&5&6\\0&1&2&2\\9&1&1&1\\0&1&2&3\end{vmatrix}

  3. Expand along the first column. Only the entry 99 in position (3,1)(3,1) survives, and its cofactor sign is (1)3+1=+1(-1)^{3+1}=+1:

    det=9356122123\det=9\begin{vmatrix}3&5&6\\1&2&2\\1&2&3\end{vmatrix}

    (The minor keeps rows 1,2,41,2,4 and columns 2,3,42,3,4 of the reduced matrix.)

  4. Evaluate the 3×3 minor. Subtract row 22 from row 33 to get (0,0,1)(0,0,1), then expand along that row:

    356122001=13512=3(2)5(1)=1\begin{vmatrix}3&5&6\\1&2&2\\0&0&1\end{vmatrix}=1\cdot\begin{vmatrix}3&5\\1&2\end{vmatrix}=3(2)-5(1)=1

  5. Multiply back.

    det=9×1=9\det=9\times 1=9

    9\boxed{9}

  6. Check by direct cofactor expansion along the third row. Expanding the original matrix along (9,1,1,1)(9,1,1,1) gives 9M311M32+1M331M349M_{31}-1\cdot M_{32}+1\cdot M_{33}-1\cdot M_{34} with the appropriate signs; carrying that out also returns 99. The agreement of two independent routes is the check that no row operation was mis-signed.

Answer

99

Need to solve a different problem like this? Open the solver →