Algebra Practice

Matrices Practice Test

Advanced Algebra Practice Test: ACT math skills.

Matrices Practice Test

This test has 20 questions

Instant feedback · Worked explanations
Matrix Questions · Linear Algebra

Matrices organize many numbers into a structure where position and order matter.

This free Matrices Practice Test contains 20 multiple-choice questions and does not require registration. The questions are written for Advanced Algebra and introductory Linear Algebra practice and focus on matrix notation, dimensions, addition and subtraction, scalar multiplication, matrix multiplication, determinants, invertibility, inverses, transposes, and systems of equations. Each question has four answer choices, one correct answer, and a detailed explanation that shows the calculation, rule, or algebraic reasoning needed to solve it.

Notation
Operations
Multiplication
Determinants
Inverses
Systems
01

Matrix notation starts with dimensions and entry position

A matrix is a rectangular array of entries. Its dimensions are listed as number of rows by number of columns.

Notation sheetRows first, columns second

Example matrix

A= [ 214 305 ]

This matrix has two rows and three columns.

Dimensions

2×3

An entry is identified by its row position first and column position second.

02

Addition and subtraction require identical dimensions

Matrices combine entry by entry, so corresponding positions must exist in both matrices.

Two compatible matrices

A= [ 21 34 ]
B= [ 15 20 ]

Entry-by-entry sum

A+B= [ 34 14 ]

If the dimensions differ, the sum or difference is not defined.

03

Scalar multiplication changes every entry

A scalar multiplies the entire matrix, so no entry can be skipped.

Scalar distributionOne number acts on every position
3 [ 21 34 ]
[ 63 912 ]

Every matrix entry is multiplied by the scalar.

04

Matrix multiplication is controlled by the inner dimensions

The number of columns in the first matrix must equal the number of rows in the second matrix.

first matrix rows by inner second matrix inner by columns product rows by columns matching inner dimensions allow multiplication

Dimension rule

(2×3) (3×2) (2×2)

The outside dimensions become the dimensions of the product.

05

Each product entry comes from a row-by-column dot product

Matrix multiplication is not entry-by-entry multiplication. Each result entry combines one row from the first matrix with one column from the second.

Worked productRow by column
[ 12 34 ] [ 20 15 ]
[ 1·2+2·1 1·0+2·5 3·2+4·1 3·0+4·5 ]
[ 410 1020 ]
06

Order matters in matrix multiplication

Even when both products are defined, reversing the order usually changes the answer.

Do not assume commutativity

ABBA

Matrix multiplication behaves differently from ordinary multiplication of real numbers.

Identity matrix

AI=IA=A

The identity matrix plays the role of multiplicative one when dimensions are compatible.

07

The determinant tests whether a square matrix is invertible

For a two-by-two matrix, the determinant is a difference of diagonal products.

Two-by-two determinant

det ( [ ab cd ] ) =adbc

Invertibility example

det ( [ 32 54 ] ) =1210=2

Because the determinant is nonzero, the matrix is invertible.

08

A two-by-two inverse exists only when the determinant is nonzero

The inverse formula swaps the diagonal entries, changes the signs of the off-diagonal entries, and divides by the determinant.

Inverse formulaCheck determinant first
A1 = 1adbc [ db ca ]
[ 32 54 ] 12 [ 42 53 ]
09

Transposition turns rows into columns

The transpose changes position, not value: the first row becomes the first column, the second row becomes the second column, and so on.

original matrix transpose rows become columns

Example

A= [ 124 305 ]
AT= [ 13 20 45 ]
10

A system of linear equations can be compressed into one matrix equation

The coefficient matrix stores the equation coefficients, the variable vector stores the unknowns, and the result vector stores the constants.

coefficient matrix variable vector result vector structure unknowns constants

Matrix model

[ 21 11 ] [ x y ] = [ 5 1 ]
x=2 , y=1
11

Four structural checks solve many matrix questions before arithmetic begins

Dimensions and invertibility conditions often determine whether an operation is possible at all.

Add or subtract

Both matrices must have exactly the same dimensions.

Multiply

The inner dimensions must match; the outer dimensions determine the product size.

Invert

The matrix must be square and invertible; for a two-by-two matrix, its determinant must be nonzero.

Transpose

Rows become columns, so the dimensions reverse.

12

Skills Covered

These medium-level Advanced Algebra and introductory Linear Algebra questions require recognizing matrix structure, choosing compatible operations, performing calculations carefully, and checking conditions such as dimensions and invertibility.

Matrix structure

Read dimensions, identify entries, distinguish rows and columns, and recognize square or identity matrices.

Matrix operations

Add, subtract, scale, multiply, transpose, and compute determinants with the correct rules.

Linear systems

Connect matrices with systems of equations, inverses, and solution structure.

13

How to Approach the Test

Matrix problems become much safer when compatibility is checked before computation.

1. Read dimensions

Write down the row and column counts before choosing an operation.

2. Identify the rule

Decide whether the task is entrywise, row-by-column, determinant-based, or structural.

3. Compute in organized positions

Keep row and column work aligned so entries do not drift into the wrong location.

4. Verify structure

Check dimensions, determinant conditions, multiplication order, and the requested final form.

14

Common Mistakes

Most matrix errors come from position, order, or compatibility rather than difficult arithmetic.

Reversing rows and columns

Dimensions are always written as rows by columns.

Adding matrices of different sizes

Entrywise operations require identical dimensions.

Multiplying entries position by position

Matrix multiplication uses row-by-column dot products.

Reversing multiplication order

The two orders generally produce different results and one order may not even be defined.

Using the inverse formula when the determinant is zero

A zero determinant means the square matrix is not invertible.

Transposing values instead of positions

The transpose moves entries from rows to corresponding columns without changing their values.

Final matrix audit

Use these structural checks before accepting an answer.

1
Were the dimensions read correctly?Rows come first, columns second.
2
Is the requested operation defined?Check identical dimensions for addition and inner dimensions for multiplication.
3
Were entries kept in the correct positions?Matrix arithmetic depends on location as well as value.
4
For multiplication, was each entry built from a row-by-column dot product?Do not use entrywise multiplication unless explicitly requested.
5
For an inverse, was invertibility checked first?A zero determinant prevents a two-by-two inverse.
6
Does the final matrix have the expected dimensions?Dimension checking is one of the fastest ways to catch an incorrect result.
Use this free 20-question practice test for Advanced Algebra or introductory Linear Algebra review, placement preparation, or classroom practice. You can retake the test without creating an account. The examples in this review block are illustrative and are not copies of the test questions.