Matrices can be represented as arrays of numbers arranged in rows and columns. A matrix is defined by its dimensions (number of rows and columns). There are several types of matrices including square, rectangular, diagonal, identity, null, triangular, and scalar matrices. Operations on matrices include addition, subtraction, and multiplication. For matrices to be added or subtracted, they must be the same size. Matrices can be multiplied by a scalar value. Matrix multiplication results in another matrix, and the number of columns of the first matrix must equal the number of rows of the second matrix.