This document defines and provides examples of different types of matrices. It begins by defining a matrix and using examples to show how values are arranged and multiplied. It then describes several types of matrices including square, triangular, banded, unit, null, symmetric, and skew-symmetric matrices. It also covers matrix operations like addition, subtraction, multiplication, and inversion. Matrix multiplication rules and properties like non-commutativity and associativity are discussed. Examples are provided to illustrate matrix addition, subtraction, multiplication, and multiplication by a scalar value. The document concludes with an overview of how to calculate the inverse of a matrix.