Solved Examples on Non-Singular Matrix

Example 1: Check whether the given matrix A = [Tex]\begin{bmatrix} 2 & 0\\ 5 & 9 \end{bmatrix}[/Tex] is a non-singular matrix or not?

Solution:

First, we find the determinant of A i.e., |A| = [Tex]\begin{vmatrix} 2 & 0\\ 5 & 9 \end{vmatrix}[/Tex]

|A| = (2 × 9) – (0 × 5)

|A| = 18 – 0

|A| = 18

Since, |A| is not equal to zero the given matrix A is non-singular matrix.

Example 2: Find whether the given matrix B = [Tex]\begin{bmatrix} 2 & 1\\ 8 & 4 \end{bmatrix}[/Tex] is a non-singular matrix or not?

Solution:

First, we find the determinant of B i.e., |B| = [Tex]\begin{vmatrix} 2 & 1\\ 8 & 4 \end{vmatrix}[/Tex]

|B| = (2 × 4) – (1 × 8)

|B| = 8 – 8

|B| = 0

Since, |B| is equal to zero the given matrix B is not a non-singular matrix.

Example 3: Determine the matrix P = [Tex]\begin{bmatrix} 1 & 5 & 3\\ 0 & 2& 1\\ 7 & 9 & 4 \end{bmatrix}[/Tex] is singular or non-singular?

Solution:

First, we find determinant of P i.e., |P| = [Tex]\begin{vmatrix} 1 & 5 & 3\\ 0 & 2& 1\\ 7 & 9 & 4 \end{vmatrix}[/Tex]

|P| = 1 × [(2 × 4) – (9 × 1)] – 5 × [(0 × 4) – (7 × 1)] + 3 × [(0 × 9) – (7 × 2)]

|P| = 1 × [8 – 9] – 5 × [0 – 7] + 3 × [0 – 14]

|P| = 1 × (-1) – 5 × (- 7) + 3 × (- 14)

|P| = -1 + 35 – 42

|P| = -7

Since, |P| is not equal to zero the given matrix P is a non-singular matrix.

Example 4: Determine the matrix Q = [Tex]\begin{bmatrix} 5 & 0 & -2\\ 1 & 3& 2\\ 2 & 6 & 4 \end{bmatrix}[/Tex] is singular or non-singular?

Solution:

First, we find determinant of Q i.e., |Q| = [Tex]\begin{vmatrix} 5 & 0 & -2\\ 1 & 3& 2\\ 2 & 6 & 4 \end{vmatrix}[/Tex]

|Q| = 5 × [(3 × 4) – (6 × 2)] – 0 × [(1 × 4) – (2 × 2)] + (-2) × [(1 × 6) – (3 × 2)]

|Q| = 5 × [12 – 12] – 0 × [4 – 4] + (-2) × [6 – 6]

|Q| = 5 × 0 – 0 – 2 × 0

|Q| = 0

Since, |Q| is equal to zero the given matrix Q is not a non-singular matrix.

Non Singular Matrix

Non-singular matrix is a square whose determinant is not zero. The non-singular matrices are also invertible matrices. In this article we will explore non-singular matrix in detail along with the non-singular matrix definition, non-singular matrix examples. We will also discuss how to find a matrix is non-singular or not, properties of non-singular matrix and solve some examples related to non-singular matrix. Let’s start our learning on the topic “Non-Singular Matrix”.

Table of Content

  • What is Non-Singular Matrix?
  • Properties of Non-Singular Matrix
  • How to Identify Non-Singular Matrix
  • Difference Between Singular and Non-Singular Matrix
  • Solved Examples on Non-Singular Matrix

Similar Reads

What is Non-Singular Matrix?

A non-singular matrix is a matrix with non-zero determinant. The matrices whose determinant is not equal to zero are known as non-singular matrices. The condition for a matrix to be non-singular is that the determinant of the matrix should be non-zero. The condition for a non-singular matrix can be mathematically represented as Det (Matrix) ≠ 0 or |Matrix| ≠ 0. The singular matrices have an inverse, so they are also called invertible matrices....

Properties of Non-Singular Matrix

Some properties of non-singular matrix are listed below....

How to Identify Non-Singular Matrix

The below are some steps to find the matrix is non-singular matrix or not....

Difference Between Singular and Non-Singular Matrix

The below table represents the difference between singular and non-singular matrices....

Solved Examples on Non-Singular Matrix

Example 1: Check whether the given matrix A = [Tex]\begin{bmatrix} 2 & 0\\ 5 & 9 \end{bmatrix}[/Tex] is a non-singular matrix or not?...

Practice Questions on Non-Singular Matrix

Q1. Check whether the given matrix A = [Tex]\begin{bmatrix} 2 & 7 & 12\\ 4 & 6& 1\\ 3 & 0 & 5 \end{bmatrix}[/Tex] is a non-singular matrix or not?...

FAQs on Non-Singular Matrix

What is a 2×2 Non-Singular Matrix?...

Contact Us