Summary
In mathematics, a square matrix is a matrix with the same number of rows and columns. An n-by-n matrix is known as a square matrix of order . Any two square matrices of the same order can be added and multiplied. Square matrices are often used to represent simple linear transformations, such as shearing or rotation. For example, if is a square matrix representing a rotation (rotation matrix) and is a column vector describing the position of a point in space, the product yields another column vector describing the position of that point after that rotation. If is a row vector, the same transformation can be obtained using , where is the transpose of . Main diagonal The entries (i = 1, ..., n) form the main diagonal of a square matrix. They lie on the imaginary line which runs from the top left corner to the bottom right corner of the matrix. For instance, the main diagonal of the 4×4 matrix above contains the elements a11 = 9, a22 = 11, a33 = 4, a44 = 10. The diagonal of a square matrix from the top right to the bottom left corner is called antidiagonal or counterdiagonal. If all entries outside the main diagonal are zero, is called a diagonal matrix. If only all entries above (or below) the main diagonal are zero, is called an upper (or lower) triangular matrix. The identity matrix of size is the matrix in which all the elements on the main diagonal are equal to 1 and all other elements are equal to 0, e.g. It is a square matrix of order , and also a special kind of diagonal matrix. It is called identity matrix because multiplication with it leaves a matrix unchanged: for any m×n matrix . A square matrix is called invertible or non-singular if there exists a matrix such that If exists, it is unique and is called the inverse matrix of , denoted . A square matrix that is equal to its transpose, i.e., , is a symmetric matrix. If instead , then is called a skew-symmetric matrix. For a complex square matrix , often the appropriate analogue of the transpose is the conjugate transpose , defined as the transpose of the complex conjugate of .
About this result
This page is automatically generated and may contain information that is not correct, complete, up-to-date, or relevant to your search query. The same applies to every other page on this website. Please make sure to verify the information with EPFL's official sources.