Skip to main content
Mathematics LibreTexts

3.3: The Determinant

  • Page ID
    63394
  • \( \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}}\)

    Learning Objectives
    • T/F: The determinant of a matrix is always positive.
    • T/F: To compute the determinant of a \(3\times 3\) matrix, one needs to compute the determinants of \(3\) \(2\times 2\) matrices.
    • Give an example of a \(2\times 2\) matrix with a determinant of \(3\).

    In this chapter so far we’ve learned about the transpose (an operation on a matrix that returns another matrix) and the trace (an operation on a square matrix that returns a number). In this section we’ll learn another operation on square matrices that returns a number, called the determinant. We give a pseudo-definition of the determinant here.

    Definition: Determinant

    The determinant of an \(n\times n\) matrix \(A\) is a number, denoted \(\text{det}(A)\), that is determined by \(A\).

    That definition isn’t meant to explain everything; it just gets us started by making us realize that the determinant is a number. The determinant is kind of a tricky thing to define. Once you know and understand it, it isn’t that hard, but getting started is a bit complicated.\(^{1}\) We start simply; we define the determinant for \(2 \times 2\) matrices.

    Definition: Determinant of \(2\times 2\) Matrices

    Let

    \[A=\left[\begin{array}{cc}{a}&{b}\\{c}&{d}\end{array}\right].\nonumber \]

    The determinant of \(A\), denoted by

    \[\text{det}(A)\text{ or }\left|\begin{array}{cc}{a}&{b}\\{c}&{d}\end{array}\right|,\nonumber \]

    is \(ad-bc\).

    We’ve seen the expression \(ad-bc\) before. In Section 2.6, we saw that a \(2\times2\) matrix \(A\) has inverse

    \[\frac{1}{ad-bc}\left[\begin{array}{cc}{d}&{-b}\\{-c}&{a}\end{array}\right]\nonumber \]

    as long as \(ad-bc\neq 0\); otherwise, the inverse does not exist. We can rephrase the above statement now: If \(\text{det}(A)\neq 0\), then

    \[A^{-1}=\frac{1}{\text{det}(A)}\left[\begin{array}{cc}{d}&{-b}\\{-c}&{a}\end{array}\right].\nonumber \]

    A brief word about the notation: notice that we can refer to the determinant by using what looks like absolute value bars around the entries of a matrix. We discussed at the end of the last section the idea of measuring the “size” of a matrix, and mentioned that there are many different ways to measure size. The determinant is one such way. Just as the absolute value of a number measures its size (and ignores its sign), the determinant of a matrix is a measurement of the size of the matrix. (Be careful, though: \(\text{det}(A)\) can be negative!)

    Let’s practice.

    Example \(\PageIndex{1}\)

    Find the determinant of \(A\), \(B\) and \(C\) where

    \[A=\left[\begin{array}{cc}{1}&{2}\\{3}&{4}\end{array}\right],\quad B=\left[\begin{array}{cc}{3}&{-1}\\{2}&{7}\end{array}\right]\quad\text{and}\quad C=\left[\begin{array}{cc}{1}&{-3}\\{-2}&{6}\end{array}\right].\nonumber \]

    Solution

    Finding the determinant of \(A\):

    \[\begin{align*}\begin{aligned}\text{det}(A)&=\left|\begin{array}{cc}{1}&{2}\\{3}&{4}\end{array}\right| \\ &=1(4)-2(3) \\ &=-2.\end{aligned}\end{align*}\nonumber \]

    Similar computations show that \(\det{(B)} = 3(7)- (-1)(2) = 23\) and \(\det{(C)} = 1(6) - (-3)(-2) = 0\).

    Finding the determinant of a \(2\times2\) matrix is pretty straightforward. It is natural to ask next “How do we compute the determinant of matrices that are not \(2\times2\)?” We first need to define some terms.\(^{2}\)

    Definition: Matrix Minor, Cofactor

    Let \(A\) be an \(n\times n\) matrix. The \(i\), \(j\) minor of \(A\), denoted \(A_{i,j}\), is the determinant of the \((n − 1)\times (n − 1)\) matrix formed by deleting the \(i^{\text{th}}\) row and \(j^{\text{th}}\) column of \(A\).

    The \(i\), \(j\)-cofactor of \(A\) is the number

    \[C_{ij}=(-1)^{i+j}A_{i,j}.\nonumber \]

    Notice that this definition makes reference to taking the determinant of a matrix, while we haven’t yet defined what the determinant is beyond \(2\times 2\) matrices. We recognize this problem, and we’ll see how far we can go before it becomes an issue.

    Examples will help.

    Example \(\PageIndex{2}\)

    Let

    \[A=\left[\begin{array}{ccc}{1}&{2}&{3}\\{4}&{5}&{6}\\{7}&{8}&{9}\end{array}\right]\quad\text{and}\quad B=\left[\begin{array}{cccc}{1}&{2}&{0}&{8}\\{-3}&{5}&{7}&{2}\\{-1}&{9}&{-4}&{6}\\{1}&{1}&{1}&{1}\end{array}\right].\nonumber \]

    Find \(A_{1,3}\), \(A_{3,2}\), \(B_{2,1}\), \(B_{4,3}\) and their respective cofactors.

    Solution

    To compute the minor \(A_{1,3}\), we remove the first row and third column of \(A\) then take the determinant.

    \[A=\left[\begin{array}{ccc}{1}&{2}&{3}\\{4}&{5}&{6}\\{7}&{8}&{9}\end{array}\right]\Rightarrow \left[\begin{array}{ccc}{\cancel{1}}&{\cancel{2}}&{\cancel{3}}\\{4}&{5}&{\cancel{6}}\\{7}&{8}&{\cancel{9}}\end{array}\right]\Rightarrow \left[\begin{array}{cc}{4}&{5}\\{7}&{8}\end{array}\right]\nonumber \]

    \[A_{1,3}=\left|\begin{array}{cc}{4}&{5}\\{7}&{8}\end{array}\right| =32-35=-3.\nonumber \]

    The corresponding cofactor, \(C_{1,3}\), is \[C_{1,3} = (-1)^{1+3}A_{1,3} = (-1)^4(-3) = -3.\nonumber \]

    The minor \(A_{3,2}\) is found by removing the third row and second column of \(A\) then taking the determinant.

    \[A=\left[\begin{array}{ccc}{1}&{2}&{3}\\{4}&{5}&{6}\\{7}&{8}&{9}\end{array}\right]\Rightarrow \left[\begin{array}{ccc}{1}&{\cancel{2}}&{3}\\{4}&{\cancel{5}}&{6}\\{\cancel{7}}&{\cancel{8}}&{\cancel{9}}\end{array}\right]\Rightarrow \left[\begin{array}{cc}{1}&{3}\\{4}&{6}\end{array}\right]\nonumber \]

    \[A_{3,2}=\left|\begin{array}{cc}{1}&{3}\\{4}&{6}\end{array}\right| =6-12=-6.\nonumber \]

    The corresponding cofactor, \(C_{3,2}\), is \[C_{3,2} = (-1)^{3+2}A_{3,2} = (-1)^5(-6) = 6.\nonumber \]

    The minor \(B_{2,1}\) is found by removing the second row and first column of \(B\) then taking the determinant.

    \[B=\left[\begin{array}{cccc}{1}&{2}&{0}&{8}\\{-3}&{5}&{7}&{2}\\{-1}&{9}&{-4}&{6}\\{1}&{1}&{1}&{1}\end{array}\right]\Rightarrow B=\left[\begin{array}{cccc}{\cancel{1}}&{2}&{0}&{8}\\{\cancel{-3}}&{\cancel{5}}&{\cancel{7}}&{\cancel{2}}\\{\cancel{-1}}&{9}&{-4}&{6}\\{\cancel{1}}&{1}&{1}&{1}\end{array}\right] \Rightarrow \left[\begin{array}{ccc}{2}&{0}&{8}\\{9}&{-4}&{6}\\{1}&{1}&{1}\end{array}\right]\nonumber \]

    \[B_{2,1}=\left|\begin{array}{ccc}{2}&{0}&{8}\\{9}&{-4}&{6}\\{1}&{1}&{1}\end{array}\right| \stackrel{!}{=}?\nonumber \]

    We’re a bit stuck. We don’t know how to find the determinate of this \(3\times 3\) matrix. We’ll come back to this later. The corresponding cofactor is \[C_{2,1} = (-1)^{2+1}B_{2,1} = -B_{2,1},\nonumber \] whatever this number happens to be.

    The minor \(B_{4,3}\) is found by removing the fourth row and third column of \(B\) then taking the determinant.

    \[B=\left[\begin{array}{cccc}{1}&{2}&{0}&{8}\\{-3}&{5}&{7}&{2}\\{-1}&{9}&{-4}&{6}\\{1}&{1}&{1}&{1}\end{array}\right]\Rightarrow B=\left[\begin{array}{cccc}{1}&{2}&{\cancel{0}}&{8}\\{-3}&{5}&{\cancel{7}}&{2}\\{-1}&{9}&{\cancel{-4}}&{6}\\{\cancel{1}}&{\cancel{1}}&{\cancel{1}}&{\cancel{1}}\end{array}\right] \Rightarrow \left[\begin{array}{ccc}{1}&{2}&{8}\\{-3}&{5}&{2}\\{-1}&{9}&{6}\end{array}\right]\nonumber \]

    \[B_{4,3}=\left|\begin{array}{ccc}{1}&{2}&{8}\\{-3}&{5}&{2}\\{-1}&{9}&{6}\end{array}\right|\stackrel{!}{=}?\nonumber \]

    Again, we’re stuck. We won’t be able to fully compute \(C_{4,3}\); all we know so far is that

    \[C_{4,3} = (-1)^{4+3}B_{4,3} = (-1)B_{4,3}.\nonumber \]

    Once we learn how to compute determinates for matrices larger than \(2\times 2\) we can come back and finish this exercise.

    In our previous example we ran into a bit of trouble. By our definition, in order to compute a minor of an \(n\times n\) matrix we needed to compute the determinant of a \((n-1)\times(n-1)\) matrix. This was fine when we started with a \(3\times3\) matrix, but when we got up to a \(4\times4\) matrix (and larger) we run into trouble.

    We are almost ready to define the determinant for any square matrix; we need one last definition.

    Definition: Cofactor Expansion

    Let \(A\) be an \(n\times n\) matrix.

    The cofactor expansion of \(A\) along the \(i^{\text{th}}\) row is the sum

    \[a_{i,1}C_{i,1} + a_{i,2}C_{i,2} +\cdots + a_{i,n}C_{i,n}.\nonumber \]

    The cofactor expansion of \(A\) along the \(j^{\text{th}}\) row is the sum

    \[a_{1,j}C_{1,j} + a_{2,j}C_{2,j} +\cdots + a_{n,j}C_{n,j} .\nonumber \]

    The notation of this definition might be a little intimidating, so let’s look at an example.

    Example \(\PageIndex{3}\)

    Let

    \[A=\left[\begin{array}{ccc}{1}&{2}&{3}\\{4}&{5}&{6}\\{7}&{8}&{9}\end{array}\right].\nonumber \]

    Find the cofactor expansions along the second row and down the first column.

    Solution

    By the definition, the cofactor expansion along the second row is the sum \[a_{2,1}C_{2,1} + a_{2,2}C_{2,2} + a_{2,3}C_{2,3}.\nonumber \] (Be sure to compare the above line to the definition of cofactor expansion, and see how the “\(i\)” in the definition is replaced by “2” here.)

    We’ll find each cofactor and then compute the sum.

    \[C_{2,1}=(-1)^{2+1}\left|\begin{array}{cc}{2}&{3}\\{8}&{9}\end{array}\right| =(-1)(-6)=6\quad\left(\begin{array}{c}{\text{we removed the second row and}} \\{\text{first column of }A\text{ to compute the}} \\ {\text{minor}}\end{array}\right)\nonumber \]

    \[C_{2,2}=(-1)^{2+2}\left|\begin{array}{cc}{1}&{3}\\{7}&{9}\end{array}\right| =(1)(-12)=-12\quad\left(\begin{array}{c}{\text{we removed the second row and}} \\{\text{second column of }A\text{ to compute}} \\ {\text{the minor}}\end{array}\right)\nonumber \]

    \[C_{2,3}=(-1)^{2+3}\left|\begin{array}{cc}{1}&{2}\\{7}&{8}\end{array}\right| =(-1)(-6)=6\quad\left(\begin{array}{c}{\text{we removed the second row and}} \\{\text{third column of }A\text{ to compute}} \\ {\text{the minor}}\end{array}\right)\nonumber \]

    Thus the cofactor expansion along the second row is

    \[\begin{align*}\begin{aligned} a_{2,1}C_{2,1} + a_{2,2}C_{2,2} + a_{2,3}C_{2,3} &= 4(6) + 5(-12) + 6(6) \\ &= 24-60+36\\ &= 0\end{aligned}\end{align*}\nonumber \]

    At the moment, we don’t know what to do with this cofactor expansion; we’ve just successfully found it.

    We move on to find the cofactor expansion down the first column. By the definition, this sum is

    \[a_{1,1}C_{1,1} + a_{2,1}C_{2,1} + a_{3,1}C_{3,1}.\nonumber \]

    (Again, compare this to the above definition and see how we replaced the “\(j\)” with “1.”)

    We find each cofactor:

    \[C_{1,1}=(-1)^{1+1}\left|\begin{array}{cc}{5}&{6}\\{8}&{9}\end{array}\right| =(1)(-3)=-3\quad\left(\begin{array}{c}{\text{we removed the first row and first}} \\{\text{column of }A\text{ to compute the minor}} \end{array}\right)\nonumber \]

    \[C_{2,1}=(-1)^{2+1}\left|\begin{array}{cc}{2}&{3}\\{8}&{9}\end{array}\right| =(-1)(-6)=6\quad\left(\begin{array}{c}{\text{we computed this cofactor above}} \end{array}\right)\nonumber \]

    \[C_{3,1}=(-1)^{3+1}\left|\begin{array}{cc}{2}&{3}\\{5}&{6}\end{array}\right| =(1)(-3)=-3\quad\left(\begin{array}{c}{\text{we removed the third row and first}} \\{\text{column of }A\text{ to compute the minor}} \end{array}\right)\nonumber \]

    The cofactor expansion down the first column is

    \[\begin{align*}\begin{aligned} a_{1,1}C_{1,1} + a_{2,1}C_{2,1} + a_{3,1}C_{3,1} &= 1(-3) + 4(6) + 7(-3) \\ &= -3+24-21\\ &=0\end{aligned}\end{align*}\nonumber \]

    Is it a coincidence that both cofactor expansions were 0? We’ll answer that in a while.

    This section is entitled “The Determinant,” yet we don’t know how to compute it yet except for \(2\times 2\) matrices. We finally define it now.

    Definition: The Determinant

    The determinant of an \(n\times n\) matrix \(A\), denoted \(\text{det}(A)\) or \(|A|\), is a number given by the following:

    • if \(A\) is a \(1\times 1\) matrix \(A=[a]\), then \(\text{det}(A)=a\).
    • if \(A\) is a \(2\times 2\) matrix
      \[A=\left[\begin{array}{cc}{a}&{b}\\{c}&{d}\end{array}\right],\nonumber \]
      then \(\text{det}(A)=ad-bc\).
    • if \(A\) is an \(n\times n\) matrix, where \(n\geq 2\), then \(\text{det}(A)\) is the number found by taking the cofactor expansion along the first row of \(A\). That is,
      \[\text{det}(A)=a_{1,1}C_{1,1}+a_{1,2}C_{1,2}+\cdots +a_{1,n}C_{1,n}.\nonumber \]

    Notice that in order to compute the determinant of an \(n\times n\) matrix, we need to compute the determinants of \(n\) \((n-1)\times (n-1)\) matrices. This can be a lot of work. We’ll later learn how to shorten some of this. First, let’s practice.

    Example \(\PageIndex{4}\)

    Find the determinant of

    \[A=\left[\begin{array}{ccc}{1}&{2}&{3}\\{4}&{5}&{6}\\{7}&{8}&{9}\end{array}\right].\nonumber \]

    Solution

    Notice that this is the matrix from Example \(\PageIndex{3}\). The cofactor expansion along the first row is \[\text{det}(A) = a_{1,1}C_{1,1}+a_{1,2}C_{1,2}+a_{1,3}C_{1,3}.\nonumber \] We’ll compute each cofactor first then take the appropriate sum.

    \[\begin{align*}\begin{aligned}C_{1,1}&=(-1)^{1+1}A_{1,1} \\ &=1\cdot\left|\begin{array}{cc}{5}&{6}\\{8}&{9}\end{array}\right| \\ &=45-48 \\ &=-3\end{aligned}\end{align*}\nonumber \]

    \[\begin{align*}\begin{aligned}C_{1,2}&=(-1)^{1+2}A_{1,2} \\ &=(-1)\cdot\left|\begin{array}{cc}{4}&{6}\\{7}&{9}\end{array}\right| \\ &=(-1)(36-42) \\ &=6\end{aligned}\end{align*}\nonumber \]

    \[\begin{align*}\begin{aligned}C_{1,3}&=(-1)^{1+3}A_{1,3} \\ &=1\cdot\left|\begin{array}{cc}{4}&{5}\\{7}&{8}\end{array}\right| \\ &=32-35 \\ &=-3\end{aligned}\end{align*}\nonumber \]

    Therefore the determinant of \(a\) is \[\text{det}(A) = 1(-3) + 2(6)+3(-3) = 0.\nonumber \]

    Example \(\PageIndex{5}\)

    Find the determinant of

    \[A=\left[\begin{array}{ccc}{3}&{6}&{7}\\{0}&{2}&{-1}\\{3}&{-1}&{1}\end{array}\right].\nonumber \]

    Solution

    We’ll compute each cofactor first then find the determinant.

    \[\begin{align*}\begin{aligned}C_{1,1}&=(-1)^{1+1}A_{1,1} \\ &=1\cdot\left|\begin{array}{cc}{2}&{-1}\\{-1}&{1}\end{array}\right| \\ &=2-1 \\ &=1\end{aligned}\end{align*}\nonumber \]

    \[\begin{align*}\begin{aligned}C_{1,2}&=(-1)^{1+2}A_{1,2} \\ &=(-1)\cdot\left|\begin{array}{cc}{0}&{-1}\\{3}&{1}\end{array}\right| \\ &=(-1)(0+3) \\ &=-3\end{aligned}\end{align*}\nonumber \]

    \[\begin{align*}\begin{aligned}C_{1,3}&=(-1)^{1+3}A_{1,3} \\ &=1\cdot\left|\begin{array}{cc}{0}&{2}\\{3}&{-1}\end{array}\right| \\ &=0-6 \\ &=-6\end{aligned}\end{align*}\nonumber \]

    Thus the determinant is \[\text{det}(A) = 3(1)+6(-3)+7(-6) = -57.\nonumber \]

    Example \(\PageIndex{6}\)

    Find the determinant of

    \[A=\left[\begin{array}{cccc}{1}&{2}&{1}&{2}\\{-1}&{2}&{3}&{4}\\{8}&{5}&{-3}&{1}\\{5}&{9}&{-6}&{3}\end{array}\right].\nonumber \]

    Solution

    This, quite frankly, will take quite a bit of work. In order to compute this determinant, we need to compute 4 minors, each of which requires finding the determinant of a \(3\times 3\) matrix! Complaining won’t get us any closer to the solution,\(^{3}\) so let’s get started. We first compute the cofactors:

    \[\begin{align*}\begin{aligned}C_{1,1}&=(-1)^{1+1}A_{1,1} \\ &=1\cdot\left|\begin{array}{ccc}{2}&{3}&{4}\\{5}&{-3}&{1}\\{9}&{-6}&{3}\end{array}\right|\quad\left(\begin{array}{c}{\text{we must compute the determinant}} \\ {\text{of this }3\times 3\text{ matrix}}\end{array}\right) \\ &=2\cdot (-1)^{1+1}\left|\begin{array}{cc}{-3}&{1}\\{-6}&{3}\end{array}\right| +3\cdot (-1)^{1+2}\left|\begin{array}{cc}{5}&{1}\\{9}&{3}\end{array}\right| +4\cdot (-1)^{1+3}\left|\begin{array}{cc}{5}&{-3}\\{9}&{-6}\end{array}\right| \\ &=2(-3)+3(-6)+4(-3) \\ &=-36\end{aligned}\end{align*}\nonumber \]

    \[\begin{align*}\begin{aligned}C_{1,2}&=(-1)^{1+2}A_{1,2} \\ &=(-1)\cdot\left|\begin{array}{ccc}{-1}&{3}&{4}\\{8}&{-3}&{1}\\{5}&{-6}&{3}\end{array}\right|\quad\left(\begin{array}{c}{\text{we must compute the determinant}} \\ {\text{of this }3\times 3\text{ matrix}}\end{array}\right) \\ &\underset{\text{the determinant of the }3\times 3\text{ matrix}}{=(-1)\underbrace{\left[ (-1)\cdot (-1)^{1+1} \left|\begin{array}{cc}{-3}&{1}\\{-6}&{3}\end{array}\right| +3\cdot (-1)^{1+2}\left|\begin{array}{cc}{8}&{1}\\{5}&{3}\end{array}\right| +4\cdot (-1)^{1+3}\left|\begin{array}{cc}{8}&{-3}\\{5}&{-6}\end{array}\right|\right]}} \\ &= (−1) [(−1)(−3) + 3(−19) + 4(−33)] \\ &=186\end{aligned}\end{align*}\nonumber \]

    \[\begin{align*}\begin{aligned}C_{1,3}&=(-1)^{1+3}A_{1,3} \\ &=1\cdot\left|\begin{array}{ccc}{-1}&{2}&{4}\\{8}&{5}&{1}\\{5}&{9}&{3}\end{array}\right|\quad\left(\begin{array}{c}{\text{we must compute the determinant}} \\ {\text{of this }3\times 3\text{ matrix}}\end{array}\right) \\ &=(-1)\cdot (-1)^{1+1}\left|\begin{array}{cc}{5}&{1}\\{9}&{3}\end{array}\right| +2\cdot (-1)^{1+2}\left|\begin{array}{cc}{8}&{1}\\{5}&{3}\end{array}\right| +4\cdot (-1)^{1+3}\left|\begin{array}{cc}{8}&{5}\\{5}&{9}\end{array}\right| \\ &=(-1)(6)+2(-19)+4(47) \\ &=144\end{aligned}\end{align*}\nonumber \]

    \[\begin{align*}\begin{aligned}C_{1,4}&=(-1)^{1+4}A_{1,4} \\ &=(-1)\cdot\left|\begin{array}{ccc}{-1}&{2}&{3}\\{8}&{5}&{-3}\\{5}&{9}&{-6}\end{array}\right|\quad\left(\begin{array}{c}{\text{we must compute the determinant}} \\ {\text{of this }3\times 3\text{ matrix}}\end{array}\right) \\ &\underset{\text{the determinant of the }3\times 3\text{ matrix}}{=(-1)\underbrace{\left[ (-1)\cdot (-1)^{1+1} \left|\begin{array}{cc}{5}&{-3}\\{9}&{-6}\end{array}\right| +2\cdot (-1)^{1+2}\left|\begin{array}{cc}{8}&{-3}\\{5}&{-6}\end{array}\right| +3\cdot (-1)^{1+3}\left|\begin{array}{cc}{8}&{5}\\{5}&{9}\end{array}\right|\right]}} \\ &= (−1) [(−1)(−3) + 2(33) + 3(47)] \\ &=-210\end{aligned}\end{align*}\nonumber \]

    We’ve computed our four cofactors. All that is left is to compute the cofactor expansion.

    \[\text{det}(A) = 1(-36) + 2(186)+1(144)+2(-210) = 60.\nonumber \]

    As a way of “visualizing” this, let’s write out the cofactor expansion again but including the matrices in their place.

    \[\begin{align*}\begin{aligned} \text{det}(A)&=a_{1,1}C_{1,1} + a_{1,2}C_{1,2} + a_{1,3}C_{1,3} + a_{1,4}C_{1,4} \\ &=1(-1)^{2}\underset{=-36}{\underbrace{\left|\begin{array}{ccc}{2}&{3}&{4}\\{5}&{-3}&{1}\\{9}&{-6}&{3}\end{array}\right|}} +2(-1)^{3}\underset{=-186}{\underbrace{\left|\begin{array}{ccc}{-1}&{3}&{4}\\{8}&{-3}&{1}\\{5}&{-6}&{3}\end{array}\right|}} \\ &+ 1(-1)^{4}\underset{=144}{\underbrace{\left|\begin{array}{ccc}{-1}&{2}&{4}\\{8}&{5}&{1}\\{5}&{9}&{3}\end{array}\right|}} +2(-1)^{5}\underset{=210}{\underbrace{\left|\begin{array}{ccc}{-1}&{2}&{3}\\{8}&{5}&{-3}\\{5}&{9}&{-6}\end{array}\right|}} \\ &=60\end{aligned}\end{align*}\nonumber \]

    That certainly took a while; it required more than 50 multiplications (we didn’t count the additions). To compute the determinant of a \(5\times5\) matrix, we’ll need to compute the determinants of five \(4\times 4\) matrices, meaning that we’ll need over 250 multiplications! Not only is this a lot of work, but there are just too many ways to make silly mistakes.\(^{4}\) There are some tricks to make this job easier, but regardless we see the need to employ technology. Even then, technology quickly bogs down. A \(25 \times 25\) matrix is considered “small” by today’s standards,\(^{5}\) but it is essentially impossible for a computer to compute its determinant by only using cofactor expansion; it too needs to employ “tricks.”

    In the next section we will learn some of these tricks as we learn some of the properties of the determinant. Right now, let’s review the essentials of what we have learned.

    1. The determinant of a square matrix is a number that is determined by the matrix.
    2. We find the determinant by computing the cofactor expansion along the first row.
    3. To compute the determinant of an \(n\times n\) matrix, we need to compute \(n\) determinants of \((n-1)\times(n-1)\) matrices.

    Footnotes

    [1] It’s similar to learning to ride a bike. The riding itself isn’t hard, it is getting started that’s difficult.

    [2] This is the standard definition of these two terms, although slight variations exist.

    [3] But it might make us feel a little better. Glance ahead: do you see how much work we have to do?!?

    [4] The author made three when the above example was originally typed.

    [5] It is common for mathematicians, scientists and engineers to consider linear systems with thousands of equations and variables.


    This page titled 3.3: The Determinant is shared under a CC BY-NC 3.0 license and was authored, remixed, and/or curated by Gregory Hartman et al. via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.