This document introduces matrices and common matrix operations such as addition, subtraction, and scalar multiplication. It defines what a matrix is, how they are represented and named, and how to identify specific elements. The key matrix operations covered are addition/subtraction of matrices of the same size by adding corresponding elements, and scalar multiplication which multiplies each element of a matrix by a constant value. Examples are provided to demonstrate performing these operations on sample matrices.