Open In App

Square Matrix

Square Matrix: A matrix is defined as a rectangular array of numbers that are arranged in rows and columns. A square matrix is characterized by having the same number of rows as columns. It’s referred to as an m x m matrix, indicating that it is a square matrix of order 𝑚m. When two square matrices are either multiplied or added, the resultant matrix retains the same order. For example, consider the square matrix X given by



In this article, we will learn about what is a square matrix, along with its examples, properties, types, formula, and some problems on square matrix.

What is a Square Matrix?

A square matrix is defined as a matrix that has an equal number of rows and columns. The order of a square matrix that has “n” rows and “n” columns is “n × n.” The number of elements in a matrix can be determined by the product of the number of rows and columns in the matrix. So, the number of elements in a square matrix is always a perfect square number. If any two square matrices of the same order are added or multiplied, the order of the resultant matrix remains the same.

Square Matrix Definition

A square matrix is a matrix with the same number of rows and columns. It is an n x n matrix, where n represents the number of rows or columns.

Square Matrix Examples

Some common examples of square matrices of different orders are given below:

Properties of a Square Matrix

The following are some important properties of a square matrix:

Types of Square Matrix

We have various types of square matrices, such as identity matrices, singular matrices, non-singular matrices, symmetric matrices, etc.

“A” is a square matrix of order “n × n” and is said to be a singular matrix if |A| = 0.

“A” is a square matrix of order “n × n” and is said to be a symmetric matrix if AT = A

“A” is a square matrix of order “n × n” and is said to be a symmetric matrix if AT = −A

“A” is a square matrix of order “n × n” and is said to be an orthogonal matrix if A-1 = AT.

Addition and Subtraction of Square Matrices

We can perform various mathematical operations on a square matrix, such as addition, multiplication, etc. When two square matrices of the same order are added or subtracted, the resultant matrix is obtained when corresponding elements are added or subtracted.

If  are two square matrices of order “2 × 2,” then .

Multiplication of Square Matrices

If are  are two square matrices of order “2 × 2,” then 

.

Determinant of a Square Matrix

The determinant of a square matrix is a scalar value or a summary value that represents the entire set of elements in the matrix. The determinant of a “2 × 2” square matrix can be easily determined using the formula, which is the difference of the product of the matrix’s principal diagonal elements.

If  is a square matrix of order “2 × 2,” then the formula to calculate its determinant is given as follows:

|A| or det A = [ad – bc]

Inverse of a Square Matrix

Inverse operation can be performed on the square matrix. Division of a matrix can be achieved using the inverse of a Matrix. Inverse of a matrix is found after the determinant of the Square Matrix is calculated. After that Adjoint of the Square matrix is found. Then Inverse is calculated as,

A-1= adj. A / |A|

Also, Check: Minors and Cofactors of Determinants

Solved Examples on Square Matrix

Example 1: Calculate the determinant of the square matrix given below.

Solution:

Given matrix, 

|P| = (-3 × 0) – (–2 × 5)

|P| = 0 – (–10) = 10

Hence, the determinant of the given matrix is 10.

Example 2: Find whether the matrix given below is a singular matrix or not.

Solution:

To find whether the matrix given below is singular or not, we have to calculate its determinant.

|B| = (4 × 4) – (0 × 0) = 16 ≠ 0

As the determinant of the given matrix is not equal to zero, the given matrix is non-singular.

Example 3: Determine the inverse of the matrix given below.

Solution:

If , then

Example 4: Find whether the matrix given below is symmetric or not.

Solution:

“A” is a square matrix of order “n × n” and is said to be a symmetric matrix if AT = A.

The given matrix,

 ≠ A

Since, AT ≠ A, the given square matrix is not symmetric.

FAQs on Square Matrix

Define a square matrix with example

A square matrix is defined as a matrix that has an equal number of rows and columns. The order of a square matrix that has “n” rows and “n” columns is “n × n.”

What is an orthogonal matrix?

An orthogonal matrix is a square matrix whose inverse is equal to the transpose of the matrix.

“A” is a square matrix of order “n × n” and is said to be an orthogonal matrix if A-1 = AT.

What is meant by the determinant of a matrix?

The determinant of a square matrix is a scalar value or a summary value that represents the entire set of elements in the matrix.

When is a square matrix is said to be symmetric?

A symmetric matrix is a square matrix whose transpose is the same as the original matrix.

“A” is a square matrix of order “n × n” and is said to be a symmetric matrix if AT = A. 


Article Tags :