Table of contents
- 0. Review of Algebra4h 18m
- 1. Equations & Inequalities3h 18m
- 2. Graphs of Equations43m
- 3. Functions2h 17m
- 4. Polynomial Functions1h 44m
- 5. Rational Functions1h 23m
- 6. Exponential & Logarithmic Functions2h 28m
- 7. Systems of Equations & Matrices4h 6m
- 8. Conic Sections2h 23m
- 9. Sequences, Series, & Induction1h 22m
- 10. Combinatorics & Probability1h 45m
7. Systems of Equations & Matrices
Determinants and Cramer's Rule
Problem 9
Textbook Question
In Exercises 1 - 12, find the products AB and BA to determine whether B is the multiplicative inverse of A. 1 2 3 7/2 - 3 1/2A = 1 3 4 B = - 1/2 0 1/21 4 3 - 1/2 1 - 1/2

1
Multiply matrix A by matrix B to find the product AB. Use the formula for matrix multiplication: (AB)_{ij} = \sum_{k=1}^{n} A_{ik}B_{kj}.
Calculate the first row of AB by multiplying the first row of A with each column of B and summing the products.
Calculate the second row of AB by multiplying the second row of A with each column of B and summing the products.
Calculate the third row of AB by multiplying the third row of A with each column of B and summing the products.
Multiply matrix B by matrix A to find the product BA. Use the same matrix multiplication formula and check if both AB and BA result in the identity matrix.

This video solution was recommended by our tutors as helpful for the problem above
Video duration:
15mPlay a video:
Was this helpful?
Key Concepts
Here are the essential concepts you must grasp in order to answer the question correctly.
Matrix Multiplication
Matrix multiplication involves taking the dot product of rows from the first matrix with columns from the second matrix. For two matrices A (m x n) and B (n x p), the resulting matrix C (m x p) is formed by summing the products of corresponding entries. This operation is not commutative, meaning AB does not necessarily equal BA.
Recommended video:
Finding Zeros & Their Multiplicity
Multiplicative Inverse of a Matrix
A matrix B is considered the multiplicative inverse of matrix A if the product of A and B yields the identity matrix I, denoted as AB = I. The identity matrix has 1s on the diagonal and 0s elsewhere. Not all matrices have inverses; only square matrices with a non-zero determinant can possess a multiplicative inverse.
Recommended video:
Finding Zeros & Their Multiplicity
Identity Matrix
The identity matrix is a special type of square matrix that acts as the multiplicative identity in matrix multiplication. For any square matrix A, multiplying it by the identity matrix I (of the same size) results in A itself, i.e., AI = A and IA = A. The identity matrix for a 2x2 matrix is [[1, 0], [0, 1]] and for a 3x3 matrix is [[1, 0, 0], [0, 1, 0], [0, 0, 1]].
Recommended video:
Guided course
Introduction to Matrices
Watch next
Master Determinants of 2×2 Matrices with a bite sized video explanation from Patrick
Start learningRelated Videos
Related Practice