An matrix is a grid of numbers with rows and columns that can be regarded as function (linear transformation) from to via matrix multiplication. For a matrix we usually denote the -entry of as and write to express in terms of its entries. The identity matrix, denoted has ones along its diagonal and zeros elsewhere, and corresponds to the identity function.
Given a matrix its transpose is the result of reflecting the entries of over its diagonal — the -entry of is For a matrix with complex entries, its conjugate is the matrix whose entries are the complex conjugates of those of A matrix is symmetric if skew-symmetric if and Hermitian if The inverse of a square matrix denoted is defined by the property that The trace of a square matrix denoted is the sum of the diagonal entries of A fun property of the trace: for matrices and and The determinant of a matrix denoted either or is equal to where the sum is taken over all permutations of Intuitively though the determinant is just how much the volume of space scales under the transformation a negative determinant indicates a reflection of space.
Regarding as a linear transformation, for any vector for which there exists a constant such that is called an eigenvector of and its corresponding eigenvalue. The trace of a matrix will be the sum of eigenvalues. The eigenvalues can also be defined as the roots of the characteristic polynomial of