Hubbry Logo
search
logo
2258402

Square matrix

logo
Community Hub0 Subscribers
Write something...
Be the first to start a discussion here.
Be the first to start a discussion here.
See all
Square matrix

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 .

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 all entries below (resp. above) the main diagonal are zero, is called an upper (resp. 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. The term identity matrix refers to the property of matrix multiplication that for any 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.

See all
User Avatar
No comments yet.