Mathematics Grade 11 15 min

Identify inverse matrices

Identify inverse matrices

Tutorial Preview

1

Introduction & Learning Objectives

Learning Objectives Define the identity matrix and its role as the multiplicative identity for matrices. Define the inverse of a square matrix, denoted as A⁻¹. Verify if two given 2x2 matrices are inverses of each other by performing matrix multiplication. Verify if two given 3x3 matrices are inverses of each other by performing matrix multiplication. Explain that for two matrices A and B to be inverses, both AB and BA must equal the identity matrix. Determine if a matrix can have an inverse by checking if it is a square matrix. In regular algebra, you can 'undo' multiplication by dividing. How do you 'undo' a matrix operation? 🕵️ Let's investigate the concept of the matrix inverse! Just as the number 7 has a multiplicative inverse (1/7), some matri...
2

Key Concepts & Vocabulary

TermDefinitionExample Square MatrixA matrix that has the same number of rows and columns (e.g., 2x2, 3x3, n x n). Only square matrices can have an inverse.A = \begin{pmatrix} 2 & 9 \\ 1 & 5 \end{pmatrix} is a 2x2 square matrix. Identity Matrix (I)A square matrix with 1s on the main diagonal (from top-left to bottom-right) and 0s everywhere else. It is the multiplicative identity in matrix algebra, meaning A * I = I * A = A.The 2x2 identity matrix is I₂ = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}. The 3x3 identity matrix is I₃ = \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix}. Inverse Matrix (A⁻¹)For a given square matrix A, its inverse is a matrix A⁻¹ such that their product (in either order) results in the identity matrix, I. T...
3

Core Formulas

The Inverse Matrix Property For two n x n square matrices A and B, they are inverses of each other if and only if: A * B = I and B * A = I This is the definitive test for identifying inverse matrices. You must multiply the matrices in both orders (A*B and B*A) and verify that both products result in the n x n identity matrix. Condition for Existence An inverse matrix A⁻¹ exists only if A is a square matrix. If a matrix is not square (e.g., it is 2x3 or 3x1), it cannot have a multiplicative inverse. This is the first and easiest check to perform.

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
Let A = \begin{pmatrix} 6 & -2 \ -5 & 2 \end{pmatrix}. Which of the following is its inverse, A⁻¹?
A.\begin{pmatrix} 1 & 1 \ 2.5 & 3 \end{pmatrix}
B.\begin{pmatrix} 1/6 & -1/2 \ -1/5 & 1/2 \end{pmatrix}
C.\begin{pmatrix} 2 & 2 \ 5 & 6 \end{pmatrix}
D.\begin{pmatrix} 2 & -2 \ 5 & -6 \end{pmatrix}
Challenging
If A is a non-singular square matrix, what is the result of (A⁻¹)⁻¹?
A.The identity matrix (I)
B.The zero matrix (O)
C.A
D.
Challenging
Let A = \begin{pmatrix} 2 & 1 \ 5 & k \end{pmatrix} and B = \begin{pmatrix} 3 & -1 \ -5 & 2 \end{pmatrix}. For what value of k are A and B inverses of each other?
A.k = 1
B.k = 2
C.k = 3
D.k = 5/2

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.