A matrix is a rectangular array of numbers arranged in rows and columns. The order of a matrix describes its dimensions as the number of rows and columns. Matrices can be added or multiplied if they are the same order. Matrix multiplication results in a matrix whose order is the number of rows of the first matrix and columns of the second. The inverse of a square matrix A exists when AA-1=I=A-1A, where I is the identity matrix. The inverse is used to solve systems of linear equations of the form Ax=b by computing x=(A-1)b. Excel can perform matrix operations like multiplication and inversion using formulas.