Matrix Arithmetic & Inverses Practice Questions, Quiz, and Step-by-Step Lesson - improve your math skills with focused questions and clear explanations.
Matrix Arithmetic & Inverses Practice Quiz with a Step-by-Step Interactive Lesson
Use the quiz at the top of the page to practice matrix arithmetic and matrix inverses with the most essential tools from Linear Algebra: matrix notation and dimensions (\(m\times n\) matrices, entries \(a_{ij}\)), matrix addition and scalar multiplication, matrix multiplication (row-by-column) with dimension checks, the identity matrix \(I_n\) and how it behaves in products, transpose \(A^T\) and key transpose rules like \((AB)^T=B^TA^T\), symmetric matrices (\(A=A^T\)) and what symmetry implies for inverses, trace \(\mathrm{tr}(A)\) (sum of diagonal entries), determinants for \(2\times 2\) matrices (\(\det\begin{pmatrix}a&b\c&d\end{pmatrix}=ad-bc\)) and fast shortcuts for triangular matrices, and invertibility tests (a matrix is invertible exactly when \(\det(A)≠ 0\)). If you want a refresher, click Start lesson to open a step-by-step guide with worked examples and quick checks on products, transposes, determinants, and computing a \(2\times 2\) inverse.
How this matrix arithmetic and inverses practice works
1. Take the quiz: answer the matrix multiplication, transpose, trace, determinant, and inverse questions at the top of the page.
2. Open the lesson (optional): review matrix operations, identity and transpose rules, determinant shortcuts, and how to compute inverses correctly.
3. Retry: return to the quiz and apply matrix rules and invertibility tests immediately.
What you’ll learn in the matrix arithmetic & inverses lesson
Matrix basics & core arithmetic
Read dimensions and entries: \(m\times n\) matrices and \(a_{ij}\)
Add matrices (same size) and do scalar multiplication
Recognize the zero matrix and identity matrix \(I_n\)
Matrix multiplication & the identity matrix
Multiply matrices using row-by-column dot products
Check when \(AB\) is defined (inner dimensions must match)
Use \(I_nA=A\) and \(AI_n=A\), and remember matrix multiplication is not commutative in general
Transpose, symmetry & trace
Compute the transpose \(A^T\) by swapping rows and columns
Use key rules like \((AB)^T=B^TA^T\) and \((A^T)^T=A\)
Compute the trace \(\mathrm{tr}(A)\) and recognize symmetric matrices \(A=A^T\)
Determinants, inverses & invertibility
Compute \(\det(A)\) for \(2\times 2\) matrices and use the triangular shortcut (product of diagonal entries)
Use determinant properties like \(\det(A^T)=\det(A)\)
Compute a \(2\times 2\) inverse and decide if a matrix is invertible (\(\det(A)≠ 0\))
Back to the quiz
When you’re ready, return to the quiz at the top of the page and keep practicing matrix arithmetic, determinants, and inverses.
⭐⭐⭐⭐⭐⭐
🧮
Matrix Arithmetic & Inverses
Step-by-Step Guide
Tap to open ->
Loading...
Matrix Arithmetic & Inverses Lesson
1 / 8
Lesson Overview
Lesson overview
Purpose: Build confident skills in matrix arithmetic and matrix inverses so you can perform matrix addition and scalar multiplication, compute matrix products using row-by-column rules (with dimension checks), use the identity matrix \(I_n\), compute the transpose \(A^T\) and recognize symmetric matrices, calculate trace \(\mathrm{tr}(A)\), compute determinants (especially the \(2\times 2\) determinant \(ad-bc\) and triangular shortcuts), decide when a matrix is invertible using \(\det(A)≠ 0\), and compute a \(2\times 2\) inverse to solve simple systems \(Ax=b\).
Success criteria
Read matrix size and entries: \(m\times n\) and \(a_{ij}\).
Add matrices and multiply by a scalar (same-size requirement for addition).
Multiply matrices using row-by-column dot products and check dimensions.
Use the identity matrix: \(I_nA=A\) and \(AI_n=A\).
Compute a transpose \(A^T\) and use \((AB)^T=B^TA^T\).
Compute the trace \(\mathrm{tr}(A)\) as the sum of diagonal entries.
Compute \(\det\begin{pmatrix}a&b\\c&d\end{pmatrix}=ad-bc\) and use the triangular determinant shortcut.
Decide invertibility: \(A\) is invertible exactly when \(\det(A)≠ 0\).
Compute a \(2\times 2\) inverse and use it to solve \(Ax=b\) when appropriate.
Key vocabulary
Matrix: a rectangular array of numbers with a size (dimension) \(m\times n\).
Identity matrix \(I_n\): the \(n\times n\) matrix with ones on the diagonal and zeros elsewhere.
Transpose \(A^T\): swap rows and columns: \((A^T)_{ij}=a_{ji}\).
Trace \(\mathrm{tr}(A)\): sum of diagonal entries of a square matrix.
Determinant \(\det(A)\): a scalar associated with a square matrix; for \(2\times 2\), \(\det\begin{pmatrix}a&b\\c&d\end{pmatrix}=ad-bc\).
Invertible / singular: \(A\) is invertible if \(A^{-1}\) exists; it is singular if \(\det(A)=0\).
Pre-check 1: What is the transpose of \(\begin{pmatrix}1 & 2\\3 & 4\end{pmatrix}\)?
Hint: Swap rows and columns: \((1,2)\) becomes \((1,3)\) in the first row.
Pre-check 2: Is the matrix \(\begin{pmatrix}4 & 8\\2 & 4\end{pmatrix}\) invertible?
Hint: \(\det\begin{pmatrix}a&b\\c&d\end{pmatrix}=ad-bc\). Here \(4\cdot 4-8\cdot 2=16-16=0\).
Matrix Basics
Matrix notation, dimensions, addition, and scalar multiplication
Learning goal: Read matrix size correctly and perform safe, accurate matrix arithmetic.
Key idea
A matrix is an array of numbers. Its dimension is \(m\times n\) (rows \(\times\) columns). Two matrices can be added only if they have the same size. Scalar multiplication multiplies every entry by the scalar.
Definitions you will use constantly
Equality: \(A=B\) if they have the same size and every corresponding entry matches.
Do arithmetic entry-by-entry when adding or scaling.
Matrix Multiplication
Matrix multiplication, dimension checks, and the identity matrix
Learning goal: Multiply matrices correctly and remember the identity and non-commutativity rules.
Key idea
If \(A\) is \(m\times n\) and \(B\) is \(n\times p\), then \(AB\) is defined and is \(m\times p\). Each entry of \(AB\) is a row-by-column dot product: \[ (AB)_{ij}=\sum_{k=1}^{n} a_{ik}b_{kj}. \] In general, \(AB≠ BA\) even when both products are defined.
The identity matrix
The identity matrix \(I_n\) has ones on the diagonal and zeros elsewhere. It acts like “1” for multiplication: \[ I_nA=A,\quad AI_n=A. \]
Try it 1: What is the product of \(I_2\) and \(\begin{pmatrix}2 & 3\\4 & 5\end{pmatrix}\)?
Hint: Multiplying by \(I_2\) leaves the matrix unchanged.
Try it 2: Do the matrices \(A=\begin{pmatrix}1 & 2\\0 & 1\end{pmatrix}\) and \(B=\begin{pmatrix}1 & 0\\2 & 1\end{pmatrix}\) commute?
Hint: Compute \(AB\) and \(BA\). You will get different matrices.
Summary
Matrix multiplication is row-by-column and requires matching inner dimensions.
\(I_n\) acts as the multiplicative identity; matrix multiplication is usually not commutative.
Transpose & Trace
Transpose, symmetry, and trace
Learning goal: Compute transposes and traces quickly, and recognize symmetry and its consequences.
Transpose rules
The transpose flips a matrix across its diagonal: rows become columns. Key properties:
\((A^T)^T=A\)
\((A+B)^T=A^T+B^T\)
\((AB)^T=B^TA^T\)
Symmetry and trace
Symmetric matrix: \(A\) is symmetric if \(A=A^T\).
Trace: for a square matrix, \(\mathrm{tr}(A)\) is the sum of diagonal entries.
Worked example
Example: What is the trace of \(\begin{pmatrix}2 & 3\\4 & 5\end{pmatrix}\)?
The trace is the sum of diagonal entries: \[ \mathrm{tr}\!\left(\begin{pmatrix}2 & 3\\4 & 5\end{pmatrix}\right)=2+5=7. \]
Try it
Try it 1: What is the transpose of \(\begin{pmatrix}4 & 6\\7 & 9\end{pmatrix}\)?
Hint: Swap rows and columns: \((4,6)\) becomes the first column \((4,6)^T\).
Try it 2: What is the trace of \(\begin{pmatrix}7 & 1\\2 & 9\end{pmatrix}\)?
Hint: Add the diagonal entries \(7\) and \(9\).
Summary
Transpose swaps rows and columns; symmetry means \(A=A^T\).
The trace is the sum of diagonal entries of a square matrix.
Determinants
Determinants: \(2\times 2\) formula, triangular shortcut, and key properties
Learning goal: Compute determinants fast and use them to decide invertibility.
The \(2\times 2\) determinant
For a \(2\times 2\) matrix, \[ \det\begin{pmatrix}a & b\\c & d\end{pmatrix}=ad-bc. \] A square matrix is invertible exactly when its determinant is not zero.
Fast shortcut: triangular matrices
If a matrix is upper triangular or lower triangular, its determinant is the product of diagonal entries. For example, \[ \det\begin{pmatrix}2 & 3\\0 & 4\end{pmatrix}=2\cdot 4=8. \]
Two must-know properties
\(\det(A^T)=\det(A)\)
\(\det(AB)=\det(A)\det(B)\) (when both products make sense and \(A,B\) are square of the same size)
Worked example
Example: What is the determinant of \(\begin{pmatrix}7 & 3\\2 & 5\end{pmatrix}\)?
Try it 1: What is the determinant of \(\begin{pmatrix}2 & 3\\3 & 2\end{pmatrix}\)?
Hint: \(ad-bc = 2\cdot 2 - 3\cdot 3\).
Try it 2: What is the determinant of the upper triangular matrix \(\begin{pmatrix}2 & 3\\0 & 4\end{pmatrix}\)?
Hint: For triangular matrices, multiply the diagonal entries.
Summary
For \(2\times 2\), \(\det\begin{pmatrix}a&b\\c&d\end{pmatrix}=ad-bc\).
Triangular determinant = product of the diagonal.
Invertible \(\Leftrightarrow \det(A)≠ 0\).
Inverses
Matrix inverses: the \(2\times 2\) inverse formula and solving \(Ax=b\)
Learning goal: Compute inverses correctly and understand what the inverse does.
Key idea
A square matrix \(A\) is invertible if there exists \(A^{-1}\) such that \[ A^{-1}A=AA^{-1}=I. \] For a \(2\times 2\) matrix \(A=\begin{pmatrix}a&b\\c&d\end{pmatrix}\), if \(\det(A)=ad-bc≠ 0\), then \[ A^{-1}=\frac{1}{ad-bc}\begin{pmatrix}d&-b\\-c&a\end{pmatrix}. \]
Worked example
Example: Find the inverse of \(\begin{pmatrix}2 & 1\\1 & 1\end{pmatrix}\) and use it to solve \(Ax=b\) with \(b=\begin{pmatrix}3\\2\end{pmatrix}\).
First compute the determinant: \[ \det\begin{pmatrix}2 & 1\\1 & 1\end{pmatrix}=2\cdot 1-1\cdot 1=1. \] So the inverse is \[ \begin{pmatrix}2 & 1\\1 & 1\end{pmatrix}^{-1} = \begin{pmatrix}1 & -1\\-1 & 2\end{pmatrix}. \] Now solve \(Ax=b\) by multiplying both sides by \(A^{-1}\): \[ x=A^{-1}b= \begin{pmatrix}1 & -1\\-1 & 2\end{pmatrix} \begin{pmatrix}3\\2\end{pmatrix} = \begin{pmatrix}1\\1\end{pmatrix}. \]
Try it
Try it 1: What is the inverse of \(\begin{pmatrix}1 & 2\\1 & 1\end{pmatrix}\)?
Hint: \(\det=1\cdot 1-2\cdot 1=-1\). Then \(A^{-1}=\frac{1}{-1}\begin{pmatrix}1 & -2\\-1 & 1\end{pmatrix}\).
Try it 2: If \(\det(A)=0\), what can you conclude?
Hint: Invertible \(\Leftrightarrow \det(A)≠ 0\).
Summary
A matrix is invertible exactly when \(\det(A)≠ 0\).
For \(2\times 2\), use \(\dfrac{1}{ad-bc}\begin{pmatrix}d&-b\\-c&a\end{pmatrix}\).
When \(A^{-1}\) exists, \(Ax=b\) has the solution \(x=A^{-1}b\).
Invertibility Properties
Invertibility checks and clean algebra with transposes and inverses
Learning goal: Use quick properties to avoid mistakes and recognize when an inverse exists.
Key properties to memorize
Transpose and determinant: \(\det(A^T)=\det(A)\).
Transpose and inverse: if \(A\) is invertible, \((A^T)^{-1}=(A^{-1})^T\).
Product inverse: if \(A,B\) are invertible, \((AB)^{-1}=B^{-1}A^{-1}\) (reverse order).
Symmetry and inverses: if \(A\) is symmetric and invertible, then \(A^{-1}\) is symmetric.
Worked example: a quick invertibility check
Example: Is \(\begin{pmatrix}4 & 8\\2 & 4\end{pmatrix}\) invertible?
Compute the determinant: \[ \det\begin{pmatrix}4 & 8\\2 & 4\end{pmatrix}=4\cdot 4-8\cdot 2=16-16=0. \] Because the determinant is \(0\), the matrix is not invertible.
Try it
Try it 1: What is \(\det(A^T)\) in relation to \(\det(A)\)?
Hint: Transposing does not change the determinant.
Try it 2: If \(A\) is symmetric and invertible, which property holds?
Hint: If \(A=A^T\), then \((A^{-1})^T=(A^T)^{-1}=A^{-1}\).
Summary
\(\det(A)≠ 0\) is the fastest invertibility check (especially for \(2\times 2\)).
Remember the reverse-order rule: \((AB)^{-1}=B^{-1}A^{-1}\).
Symmetric + invertible \(\Rightarrow\) inverse is symmetric.
Applications & Big Picture
Why matrix arithmetic and inverses matter
Learning goal: Connect matrix operations to solving systems and transformations, then finish with a final check.
Where these skills show up
Solving systems: \(Ax=b\) uses matrix multiplication, determinants, and inverses.
Linear transformations: matrices represent scaling, rotation, shear, and reflections.
Geometry and area scaling: determinants describe how area (or volume) scales under a transformation.
Data and computation: efficient matrix operations power graphics, optimization, and machine learning.
Worked example: diagonal determinants
Example: What is the determinant of \(\begin{pmatrix}3 & 0\\0 & 5\end{pmatrix}\)?
This matrix is diagonal (and triangular), so multiply the diagonal entries: \[ \det\begin{pmatrix}3 & 0\\0 & 5\end{pmatrix}=3\cdot 5=15. \]
Try it
Try it 1: What is the determinant of \(\begin{pmatrix}-2 & 0\\0 & -3\end{pmatrix}\)?
Hint: Diagonal determinant is the product \((-2)(-3)\).
Try it 2: What is the product of \(\begin{pmatrix}3 & 0\\0 & 2\end{pmatrix}\) and \(\begin{pmatrix}0 & 1\\1 & 0\end{pmatrix}\)?
Hint: Use row-by-column multiplication: the first row \((3,0)\) hits the columns \((0,1)\) and \((1,0)\).
Final recap
Dimensions: check sizes before adding or multiplying.
Multiplication: row-by-column, and \(AB≠ BA\) in general.
Transpose: swap rows/columns; \((AB)^T=B^TA^T\).
Trace: sum of diagonal entries.
Determinant: for \(2\times 2\), \(ad-bc\); triangular shortcut = product of diagonal.
Invertibility: \(A^{-1}\) exists exactly when \(\det(A)≠ 0\).
Next step: Close this lesson and try your quiz again. If you miss a question, reopen the book and review the page that matches the matrix skill you need (multiplication, transpose/trace, determinant, or inverse).