This document provides an introduction to matrices. It defines a matrix as a rectangular array of numbers or other items arranged in rows and columns. Matrices are conventionally sized using the number of rows and columns. The document outlines basic matrix operations such as addition, subtraction, scalar multiplication, and matrix multiplication. It also defines key matrix types including identity, diagonal, triangular, and transpose matrices.