Skip to main content
Mathematics LibreTexts

3.3: Finding Determinants using Row Operations

  • Page ID
    72186
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Theorems 3.2.1, 3.2.2 and 3.2.4 illustrate how row operations affect the determinant of a matrix. In this section, we look at two examples where row operations are used to find the determinant of a large matrix. Recall that when working with large matrices, Laplace Expansion is effective but timely, as there are many steps involved. This section provides useful tools for an alternative method. By first applying row operations, we can obtain a simpler matrix to which we apply Laplace Expansion.

    While working through questions such as these, it is useful to record your row operations as you go along. Keep this in mind as you read through the next example.

    Example \(\PageIndex{1}\): Finding a Determinant

    Find the determinant of the matrix \[A=\left[ \begin{array}{rrrr} 1 & 2 & 3 & 4 \\ 5 & 1 & 2 & 3 \\ 4 & 5 & 4 & 3 \\ 2 & 2 & -4 & 5 \end{array} \right]\nonumber \]

    Solution

    We will use the properties of determinants outlined above to find \(\det \left(A\right)\). First, add \(-5\) times the first row to the second row. Then add \(-4\) times the first row to the third row, and \(-2\) times the first row to the fourth row. This yields the matrix \[B=\left[ \begin{array}{rrrr} 1 & 2 & 3 & 4 \\ 0 & -9 & -13 & -17 \\ 0 & -3 & -8 & -13 \\ 0 & -2 & -10 & -3 \end{array} \right]\nonumber \] Notice that the only row operation we have done so far is adding a multiple of a row to another row. Therefore, by Theorem 3.2.4, \(\det \left(B\right) = \det \left(A\right).\)

    At this stage, you could use Laplace Expansion to find \(\det \left(B\right)\). However, we will continue with row operations to find an even simpler matrix to work with.

    Add \(-3\) times the third row to the second row. By Theorem 3.2.4 this does not change the value of the determinant. Then, multiply the fourth row by \(-3\). This results in the matrix \[C=\left[ \begin{array}{rrrr} 1 & 2 & 3 & 4 \\ 0 & 0 & 11 & 22 \\ 0 & -3 & -8 & -13 \\ 0 & 6 & 30 & 9 \end{array} \right]\nonumber \] Here, \(\det \left(C\right) = -3 \det \left(B\right)\), which means that \(\det \left( B\right) =\left(-\frac{1}{3}\right) \det \left( C\right)\)

    Since \(\det \left(A\right) = \det \left(B\right)\), we now have that \(\det \left(A\right) = \left(-\frac{1}{3}\right) \det \left( C\right)\). Again, you could use Laplace Expansion here to find \(\det \left(C\right)\). However, we will continue with row operations.

    Now replace the add \(2\) times the third row to the fourth row. This does not change the value of the determinant by Theorem 3.2.4. Finally switch the third and second rows. This causes the determinant to be multiplied by \(-1.\) Thus \(\det \left( C\right) = -\det \left( D\right)\) where \[D=\left[ \begin{array}{rrrr} 1 & 2 & 3 & 4 \\ 0 & -3 & -8 & -13 \\ 0 & 0 & 11 & 22 \\ 0 & 0 & 14 & -17 \end{array} \right]\nonumber \]

    Hence, \(\det \left(A\right) = \left(-\frac{1}{3}\right) \det \left( C\right) = \left(\frac{1}{3}\right) \det \left( D\right)\)

    You could do more row operations or you could note that this can be easily expanded along the first column. Then, expand the resulting \(3 \times 3\) matrix also along the first column. This results in \[\det \left( D\right) =1\left( -3\right) \left\vert \begin{array}{cc} 11 & 22 \\ 14 & -17 \end{array} \right\vert = 1485\nonumber \] and so \(\det \left( A\right) =\left(\frac{1}{3}\right) \left( 1485\right) =495.\)

    You can see that by using row operations, we can simplify a matrix to the point where Laplace Expansion involves only a few steps. In Example \(\PageIndex{1}\), we also could have continued until the matrix was in upper triangular form, and taken the product of the entries on the main diagonal. Whenever computing the determinant, it is useful to consider all the possible methods and tools.

    Consider the next example.

    Example \(\PageIndex{2}\): Find the Determinant

    Find the determinant of the matrix \[A = \left[ \begin{array}{rrrr} 1 & 2 & 3 & 2 \\ 1 & -3 & 2 & 1 \\ 2 & 1 & 2 & 5 \\ 3 & -4 & 1 & 2 \end{array} \right]\nonumber \]

    Solution

    Once again, we will simplify the matrix through row operations. Add \(-1\) times the first row to the second row. Next add \(-2\) times the first row to the third and finally take \(-3\) times the first row and add to the fourth row. This yields \[B = \left[ \begin{array}{rrrr} 1 & 2 & 3 & 2 \\ 0 & -5 & -1 & -1 \\ 0 & -3 & -4 & 1 \\ 0 & -10 & -8 & -4 \end{array} \right]\nonumber \] By Theorem 3.2.4, \(\det \left(A\right) = \det \left(B\right)\).

    Remember you can work with the columns also. Take \(-5\) times the fourth column and add to the second column. This yields \[C = \left[ \begin{array}{rrrr} 1 & -8 & 3 & 2 \\ 0 & 0 & -1 & -1 \\ 0 & -8 & -4 & 1 \\ 0 & 10 & -8 & -4 \end{array} \right]\nonumber \] By Theorem 3.2.4 \(\det \left(A\right) = \det \left(C\right)\).

    Now take \(-1\) times the third row and add to the top row. This gives. \[D = \left[ \begin{array}{rrrr} 1 & 0 & 7 & 1 \\ 0 & 0 & -1 & -1 \\ 0 & -8 & -4 & 1 \\ 0 & 10 & -8 & -4 \end{array} \right]\nonumber \] which by Theorem 3.2.4 has the same determinant as \(A\).

    Now, we can find \(\det \left(D\right)\) by expanding along the first column as follows. You can see that there will be only one non zero term. \[\det \left(D\right) = 1 \det \left[ \begin{array}{rrr} 0 & -1 & -1 \\ -8 & -4 & 1 \\ 10 & -8 & -4 \end{array} \right] + 0 + 0 + 0\nonumber \] Expanding again along the first column, we have \[\det \left(D\right) = 1 \left ( 0 + 8\det \left[ \begin{array}{rr} -1 & -1 \\ -8 & -4 \end{array} \right] +10\det \left[ \begin{array}{rr} -1 & -1 \\ -4 & 1 \end{array} \right] \right) = -82\nonumber \]

    Now since \(\det \left(A\right) = \det \left(D\right)\), it follows that \(\det \left(A\right) = -82\).

    Remember that you can verify these answers by using Laplace Expansion on \(A\). Similarly, if you first compute the determinant using Laplace Expansion, you can use the row operation method to verify.


    This page titled 3.3: Finding Determinants using Row Operations is shared under a CC BY license and was authored, remixed, and/or curated by Ken Kuttler (Lyryx) .

    • Was this article helpful?