This document defines and describes various types of matrices. It defines a matrix as a rectangular array of numbers or functions with m rows and n columns referred to as an m x n matrix. It then lists and defines the following types of matrices: row matrix, column matrix, null matrix, rectangular matrix, square matrix, diagonal matrix, scalar matrix, unit matrix, symmetric matrix, and skew-symmetric matrix. It provides examples of each type of matrix and their general syntax.