A matrix is a rectangular array of real numbers. A matrix has a specified number of rows and columns, and an entry in the matrix is identified by its row and column position. The order of a matrix refers to the number of rows and columns, written as the number of rows x the number of columns. Common types of matrices include diagonal, identity, triangular, and square matrices. Matrix operations include addition, subtraction, scalar multiplication, and multiplication. Properties of matrices such as symmetry, determinants, and invertibility are also introduced.