Concept

Square Matrix

A square matrix is a matrix with the same number of rows and columns. The dimension of a square matrix that has rows and columns is
The entries in a square matrix together form its main diagonal. The following matrices have an equal number of rows and columns, making them square matrices.
Here, has rows and columns, making it a matrix with four elements. Some important properties of square matrices can be listed as follows.
  • If the main diagonal elements in a square matrix are ones and the rest of the elements are zeros, then the matrix is an identity matrix.
  • The sum of all main diagonal elements in a square matrix is called the trace of the matrix.
  • The determinant is only defined for square matrices
  • Only square matrices can be invertible.
  • If a square matrix's determinant is zero, then it is not invertible and is called singular.
  • Any two square matrices of the same dimension can be added, subtracted, and multiplied.
Loading content