eugine.me
Section 9Vectors and Matrices

Represent movement and transformations

Perform vector and matrix operations and apply them to geometry and real-world problems.

1 / 4

Learn the idea

Three things to notice

01

A vector has size and direction

Subtract starting coordinates from ending coordinates to find a displacement vector.

02

Order matters in matrices

Matrix multiplication is generally not commutative: AB does not usually equal BA.

03

The determinant tests invertibility

For a 2 × 2 matrix, det = ad - bc. A zero determinant means the matrix has no multiplicative inverse.

Do not memorise the words alone. The worked example shows how to choose and apply the idea.

Syllabus coverage

Vector notationMagnitude and directionVector geometryMatrix operationsDeterminants and inversesTransformation matrices