{{ 'ml-label-loading-course' | message }}
{{ toc.name }}
{{ toc.signature }}
{{ tocHeader }} {{ 'ml-btn-view-details' | message }}
{{ tocSubheader }}
{{ 'ml-toc-proceed-mlc' | message }}
{{ 'ml-toc-proceed-tbs' | message }}
Lesson
Exercises
Recommended
Tests
An error ocurred, try again later!
Chapter {{ article.chapter.number }}
{{ article.number }}. 

{{ article.displayTitle }}

{{ article.intro.summary }}
Show less Show more expand_more
{{ ability.description }} {{ ability.displayTitle }}
Lesson Settings & Tools
{{ 'ml-lesson-number-slides' | message : article.intro.bblockCount }}
{{ 'ml-lesson-number-exercises' | message : article.intro.exerciseCount }}
{{ 'ml-lesson-time-estimation' | message }}
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