Skip to main content
\(\require{cancel}\newcommand{\domain}[1]{\operatorname{Dom}(#1)} \newcommand{\range}[1]{\operatorname{Range}(#1)} \newcommand{\linearspan}{\operatorname{span}} \newcommand{\abs}[1]{\lvert #1 \rvert} \newcommand{\set}[2]{\left\{ #1 \: \middle\vert \: #2 \right\}} \renewcommand{\vec}[1]{\mathbf{#1}} \newcommand{\Z}{\mathbb{Z}} \newcommand{\Q}{\mathbb{Q}} \newcommand{\R}{\mathbb{R}} \DeclareMathOperator{\Lapl}{\mathcal{L}} \newcommand{\La}[1]{\Lapl \left\{ #1 \right\}} \newcommand{\invLa}[1]{\Lapl^{-1}\left\{ #1 \right\}} \newcommand{\intbyparts}[4]{\begin{tabular}{|rl|rl|}\hline $u$ \amp $#1$ \amp $dv$ \amp $#2$ \\ \hline $du$ \amp $#3$ \amp $v$ \amp $#4$ \\ \hline \end{tabular}} \newcommand{\identity}{\mathrm{id}} \newcommand{\notdivide}{{\not{\mid}}} \newcommand{\notsubset}{\not\subset} \newcommand{\swap}{\mathrm{swap}} \newcommand{\Null}{\operatorname{Null}} \newcommand{\half}{\text{ \nicefrac{1}{2}}} \newcommand{\lt}{<} \newcommand{\gt}{>} \newcommand{\amp}{&} \)

Section4.5Determinants

Place holder text.

SubsectionThe Cofactor Expansion Method

Place holder text.

SubsectionCramer's Rule

Example4.5.1

Solve the following linear system. \begin{equation*} \left\{ \begin{alignedat}{5} x \amp {}+{} \amp 2y \amp {}={} \amp 1 \\ 3x \amp {}+{} \amp 4y \amp {}={} \amp {-1} \end{alignedat} \right. \end{equation*}

Solution

SubsectionEfficient Computation of Determinants

Place holder text.

SubsubsectionElementary Row Operation Matrices

SubsectionExercises

1

Use cofactor expansion to compute: \(\begin{vmatrix} 1 \amp 0 \amp 3 \\ 2 \amp 0 \amp 6 \\ 1 \amp 1 \amp 1 \end{vmatrix}\)

Answer
2

Use cofactor expansion to compute: \(\begin{vmatrix} 1 \amp 99 \amp 17 \\ 0 \amp 2 \amp 50 \\ 0 \amp 0 \amp 3 \end{vmatrix}\)

Answer
3

Use cofactor expansion to compute: \(\begin{vmatrix} 1 \amp 3 \amp 2 \\ 3 \amp 2 \amp 0 \\ 0 \amp 1 \amp -3 \end{vmatrix}\)

Answer
4

Use cofactor expansion to compute: \(\begin{vmatrix} 1 \amp 2 \amp 3 \\ 4 \amp 5 \amp 6 \\ 7 \amp 8 \amp 9 \end{vmatrix}\)

Answer
5

Use cofactor expansion to compute: \(\begin{vmatrix} 2 \amp 1 \amp 0 \amp 3 \\ 0 \amp 2 \amp 0 \amp 0 \\ -1 \amp 3 \amp 0 \amp 1 \\ 0 \amp 0 \amp 3 \amp 2 \end{vmatrix}\)

Answer
6

Use Cramer's rule (see pages 211—213 in your textbook) to solve the following linear system of equations. \begin{equation*} \left\{ \begin{alignedat}{5} 2x \amp {}-{} \amp 3y \amp {}={} \amp 7 \\ 3x \amp {}-{} \amp 5y \amp {}={} \amp 12 \end{alignedat} \right. \end{equation*}

Answer
7

Use Cramer's rule (see pages 211—213 in your textbook) to solve the following linear system of equations. \begin{equation*} \left\{ \begin{alignedat}{7} x \amp {}+{} \amp y \amp {}-{} \amp z \amp {}={} \amp 1 \\ 3x \amp {}-{} \amp y \amp {}+{} \amp 2z \amp {}={} \amp 10 \\ x \amp {}-{} \amp y \amp {}+{} \amp 2z \amp {}={} \amp 6 \end{alignedat} \right. \end{equation*}

Answer
8

Let \(A = \begin{bmatrix}a \amp b \\ c \amp d\end{bmatrix}, \quad B = \begin{bmatrix}e \amp f \\ g \amp h\end{bmatrix}.\)

Use these two matrices to prove: \(\abs{AB} = \abs{A} \cdot \abs{B}\)

Hint
9

Use the result from the previous exercise to prove: \begin{equation*} \abs{A_1 A_2 A_3} = \abs{A_1} \abs{A_2} \abs{A_3} \end{equation*}

Hint
10

Consider the following: \begin{align*} A = \begin{bmatrix}1 \amp 2 \\ 3 \amp 4 \end{bmatrix} \quad \abs{A} = -2\\ A^{-1} = \begin{bmatrix} -2 \amp 1 \\ 3/2 \amp -1/2 \end{bmatrix} \quad \abs{A^{-1}} = -\frac{1}{2} \end{align*} Thus, at least in this particular case we have \begin{equation} \abs{A^{-1}} = \abs{A}^{-1}. \label{men-29}\tag{4.5.1} \end{equation}

Convince yourself that the above equality is always true by doing the following:

  1. Encode the three elementary row operations which transform \(A\) to \(I\) as matrices, \(E_1, E_2, E_3\text{,}\) i.e. \begin{equation*} \underbrace{E_3 E_2 E_1}_{A^{-1}} A = I \end{equation*} Hint: The three elementary row operations are:

    • \(E_1: R_2 = R_2 + (-3)R_1\)

    • \(E_2: R_1 = R_1 + R_2\)

    • \(E_3: R_2 = (-1/2)R_2\)

  2. Compute \(\abs{E_3}\text{,}\) \(\abs{E_2}\text{,}\) \(\abs{E_1}\text{.}\)

  3. Show: \(\abs{A^{-1}} = \abs{E_3} \abs{E_2} \abs{E_1} = \dfrac{\abs{I}}{\abs{A}} = \dfrac{1}{\abs{A}} = \abs{A}^{-1}.\)