Courses / Physics I
Linear Algebra and Geometry

Matrices and Matrix Operations

Physics I 137 words Free to read

A matrix is a rectangular array of numbers arranged in rows and columns. An m×nm \times n matrix has mm rows and nn columns.

A=(a11a12a21a22)A = \begin{pmatrix} a_{11} & a_{12} \\ a_{21} & a_{22} \end{pmatrix}

Matrix arithmetic

(AB)ij=kaikbkj(AB)_{ij} = \sum_k a_{ik}\,b_{kj}

Important properties

Key insight: Every matrix represents a linear map between vector spaces.
Common pitfall: Matrix multiplication is not commutative: ABBAAB \ne BA in general, because transformations compose in order — rotate-then-reflect differs from reflect-then-rotate. Never swap factors casually.
Placeholder: Matrices and Matrix Operations

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

14practice questions
2interactive scenes
Start Physics I free

Linear Algebra and Geometry