Skip to main content
Logo image

Discovery guide 10.1 Discovery guide

Reminder.

The effects of the elementary row operations on the determinant are:
Swap rows \(\det(\text{new}) = -\det(\text{old})\)
Multiply a row by constant \(k\) \(\det(\text{new}) = k\det(\text{old})\)
Add a multiple of one row to another \(\det(\text{new}) = \det(\text{old})\)

Discovery 10.1.

Consider the general \(3\times 3\) matrix \(A\) (below left). Each entry \(a_{ij}\) has a corresponding cofactor \(C_{ij}\text{,}\) creating a matrix of cofactors \(C_A\) (below right).
\begin{align*} A \amp = \begin{bmatrix} a_{11} \amp a_{12} \amp a_{13} \\ a_{21} \amp a_{22} \amp a_{23} \\ a_{31} \amp a_{32} \amp a_{33} \end{bmatrix} \amp C_A \amp = \begin{bmatrix} C_{11} \amp C_{12} \amp C_{13} \\ C_{21} \amp C_{22} \amp C_{23} \\ C_{31} \amp C_{32} \amp C_{33} \end{bmatrix} \end{align*}
The transpose of this matrix is called the (classical) adjoint of \(A\text{.}\)

(a)

Write out the \((1,1)\) entry of the product \(A\utrans{C}_A\) as a formula in the entries of \(A\) and \(C_A\text{.}\) Does the result look familiar?

(b)

What do you think the other diagonal entries of \(A\utrans{C}_A\) are?

(d)

What do you think the other nondiagonal entries of \(A\utrans{C}_A\) are?

Discovery 10.2.

(a)

Suppose \(\det A = 0\text{.}\) If you apply some elementary row operation to \(A\text{,}\) what is the determinant of the new matrix? (Consider each of the three kinds of operations.)

(b)

If \(\det A = 0\) and you perform a whole sequence of row operations to \(A\text{,}\) what is the determinant of the last matrix in the sequence?

Discovery 10.3.

(a)

Suppose \(\det A \neq 0\text{.}\) Is there any elementary row operation you can apply to \(A\) so that the new matrix has determinant \(0\text{?}\) (Consider each of the three kinds of operations.)

(b)

If \(\det A \neq 0\) and you perform a whole sequence of row operations to \(A\text{,}\) could the last matrix in the sequence have determinant \(0\text{?}\)

Discovery 10.4.

Recall that for matrix \(A\) and elementary matrix \(E\text{,}\) the result of \(E A\) is the same as the result of performing an elementary row operation on \(A\) (namely, the operation corresponding to \(E\)). Verify the formula
\begin{gather} \det (E A) = (\det E) (\det A) \tag{โœถ} \end{gather}
for each of the three types of elementary matrices \(E\) (assuming \(A\) to be a square matrix of the same size as \(E\)).
Helpful notes:
  • To verify a formula, consider LHS and RHS separately, and argue that they equal the same value. Do not work with the proposed equality directly, since you donโ€™t know itโ€™s an equality yet.
  • Do not just use examples; think abstractly instead.
  • For each type of \(E\text{,}\) on the LHS consider the product of matrices \(E A\) and how its determinant compares to \(\det A\) using the rules for how row operations affect determinant (explored in Discovery guideย 9.1, and recalled for you at the top of this activity section). For this, think of \(\det A = \det (\text{old})\) and \(\det (E A) = \det (\text{new})\text{.}\) Then, on the RHS, consider the value of \(\det E\) and the corresponding product of numbers \((\det E) (\det A)\text{.}\)

Discovery 10.5.

In this activity, we will verify the general formula
\begin{gather} \det (M N) = (\det M) (\det N) \tag{โœถโœถ} \end{gather}
in the case that \(M\) is invertible (assuming \(M\) and \(N\) to be square matrices of the same size).

(a)

Recall that every invertible matrix can be expressed as a product of elementary matrices (Theoremย 6.5.2). For now, suppose that \(M\) (which we have assumed invertible) can be expressed as a product of three elementary matrices, say \(M = E_1 E_2 E_3\text{.}\) Use formula (โœถ) to verify that
\begin{equation*} \det (E_1 E_2 E_3 N) = (\det E_1) (\det E_2) (\det E_3) (\det N) \text{.} \end{equation*}
Hint.
Start with the LHS and apply formula (โœถ) one step at a time. In applying formula (โœถ), what are you using for \(E\) and for \(A\) at each step?

(b)

Now use formula (โœถ) to verify that
\begin{equation*} (\det E_1) (\det E_2) (\det E_3) (\det N) = \bbrac{\det (E_1 E_2 E_3)} (\det N). \end{equation*}

(d)

Do you think the calculations in this activity would work out similarly no matter how many \(E_i\)โ€™s are required to express \(M\) as a product of elementary matrices?

Discovery 10.6.

If matrix \(A\) is invertible, by definition this means that \(A \inv{A} = I\) (as well as \(\inv{A} A = I\)).

(a)

Determine the value of \(\det (A \inv{A})\) from the equality \(A \inv{A} = I\text{.}\)

Discovery 10.7.

In this discovery activity, we extend formula (โœถโœถ) to also be valid in case that \(M\) is singular (assuming \(M\) and \(N\) to be square matrices of the same size).
Recall that if \(M\) is singular (that is, not invertible), then every product \(M N\) is singular (Statementย 1 of Propositionย 6.5.8).
Combine this with your answer to Taskย d of Discoveryย 10.3 to verify formula (โœถโœถ) in the case that \(M\) is singular.

Aside: Reminder.