Mathematics Grade 12 15 min

Determinant of a matrix

Determinant of a matrix

Tutorial Preview

1

Introduction & Learning Objectives

Learning Objectives Define the determinant of a square matrix. Accurately calculate the determinant of a 2x2 matrix. Calculate the determinant of a 3x3 matrix using the method of cofactor expansion. Calculate the determinant of a 3x3 matrix using Sarrus' Rule. Define and calculate the minor and cofactor of an element in a matrix. Use the determinant to identify whether a matrix is singular or non-singular (invertible). Apply the determinant to find the area of a triangle given its vertices. How can a single number unlock secrets about a matrix, like whether a system of equations has a unique solution or how a geometric shape is scaled? 🤔 The determinant is a special scalar value that can be calculated from any square matrix. This powerful number provides crucial inf...
2

Key Concepts & Vocabulary

TermDefinitionExample Square MatrixA matrix with an equal number of rows and columns (an n x n matrix). Determinants can only be calculated for square matrices.A = \begin{bmatrix} 2 & 9 \\ 1 & 5 \end{bmatrix} is a 2x2 square matrix. DeterminantA unique scalar value associated with a square matrix, denoted as det(A) or |A|. It provides important information about the matrix, such as its invertibility.For A = \begin{bmatrix} 2 & 1 \\ 3 & 4 \end{bmatrix}, det(A) = (2)(4) - (1)(3) = 5. Minor (M_ij)The determinant of the submatrix that remains after deleting the i-th row and j-th column of a matrix.For A = \begin{bmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \end{bmatrix}, the minor M₁₂ is the determinant of the matrix formed by removing row 1 and column...
3

Core Formulas

Determinant of a 2x2 Matrix For a matrix A = \begin{bmatrix} a & b \\ c & d \end{bmatrix}, the determinant is det(A) = ad - bc. This is the fundamental formula for all 2x2 matrices. Multiply the elements of the main diagonal (top-left to bottom-right) and subtract the product of the elements of the other diagonal (top-right to bottom-left). Determinant by Cofactor Expansion For an n x n matrix A, the determinant can be found by expanding along any row i: det(A) = \sum_{j=1}^{n} a_{ij}C_{ij} = a_{i1}C_{i1} + a_{i2}C_{i2} + ... + a_{in}C_{in} This general method works for any size square matrix. Choose a row or column (usually one with zeros to simplify), then multiply each element in that row/column by its corresponding cofactor and sum the results. Sarrus' R...

4 more steps in this tutorial

Sign up free to access the complete tutorial with worked examples and practice.

Sign Up Free to Continue

Sample Practice Questions

Challenging
Find the values of x for which the matrix A = \[ \begin{bmatrix} x & 0 & 1 \\ 2 & x & 3 \\ 4 & 5 & 6 \end{bmatrix} \] is singular.
A.x = 2/3, x = 5/2
B.x = -1, x = 5/3
C.x = 3/2, x = 5
D.x = 1, x = -10/6
Challenging
For a 3x3 matrix A with elements aᵢⱼ and cofactors Cᵢⱼ, what is the value of the expression a₁₁C₂₁ + a₁₂C₂₂ + a₁₃C₂₃?
A.det(A)
B.0
C.1
D.-det(A)
Challenging
Let A = \[ \begin{bmatrix} 1 & 4 & 2 \\ 0 & -1 & 3 \\ 5 & 1 & -2 \end{bmatrix} \]. Let C₁₁ and C₂₂ be cofactors of A. What is the determinant of the matrix B = \[ \begin{bmatrix} C₁₁ & 1 \\ 5 & C₂₂ \end{bmatrix} \]?
A.-1
B.17
C.-17
D.7

Want to practice and check your answers?

Sign up to access all questions with instant feedback, explanations, and progress tracking.

Start Practicing Free

More from Matrices

Ready to find your learning gaps?

Take a free diagnostic test and get a personalized learning plan in minutes.