Matrix determinant
Finding the determinant
For the matrix
Find the determinant of \begin{bmatrix} 3 & 8 \\ 4 & 6 \end{bmatrix}
- The matrix is in the form
\begin{bmatrix} a & b \\ c & d \end{bmatrix} a=3 ,b=8 ,c=4 andd=6 .ad-bc = 3\cdot 6 - 8 \cdot 4 = 18 - 32 = -14 - So the determinant is
-14 .
Find the determinant of \begin{bmatrix} 6 & 5 \\ 1 & 2 \end{bmatrix}
- The matrix is in the form
\begin{bmatrix} a & b \\ c & d \end{bmatrix} a=6 ,b=5 ,c=1 andd=2 .ad-bc = 6\cdot 2 - 5 \cdot 1 = 12 - 5 = 7 - So the determinant is
7 .
Representing the determinant
The determinant of the matrix
Singular matrix
See singular matrix.
\det{AB}=\det{BA}=\det{A}\det{B}
TODO: explain this property
flashcards
| Question | Answer |
|---|---|
| For the matrix | |
| What is the determinant of | |
| What is the determinant of | |
| List three ways to represent the determinant of matrix | $ |
| What property relates | |
| What is the relationship between a matrix’s determinant and whether it is singular? | See singular matrix. A matrix with a determinant of zero is singular. |