Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

Singular Matrix

ffImage
Last updated date: 28th Apr 2024
Total views: 440.7k
Views today: 8.40k
hightlight icon
highlight icon
highlight icon
share icon
copy icon

Meaning of Singular Matrix

  • A Matrixmatrix is a rectangular array of numbers or symbols which are generally arranged in rows and columns. 

  • The order of the Matrixmatrix is defined as the number of rows and columns.

  • The entries are the numbers in the Matrixmatrix and each number is known as an element.

  • The plural of Matrixmatrix is matrices.

  • The size of a Matrixmatrix is referred to as ‘n by m’ Matrixmatrix and is written as n×m where n is the number of rows and m is the number of columns.

  • For example, we have a 3×2 Matrixmatrix, that’s because the number of rows here is equal to 3 and the number of columns is equal to 2.


What is the Singular Matrix?

Depending on the determinant, we may tell if a Matrix is Singular or non-Singular. 'det A' or '|A|' denotes the determinant of a Matrix 'A.' When the determinant of a Matrix is zero, it is said to be Singular. 


If the determinant of a Singular Matrix is 0, it is a square Matrix. i.e., if and only if det A = 0, a square Matrix A is Singular.


Since, the inverse of a Matrix A is found using the formula:

A-1 = (adj A) / (det A). 

And, det A (the determinant of A) is in the denominator and a fraction is NOT defined if its denominator is 0. 


As a result, A-1 is not defined when det A equals 0. i.e., the Singular Matrix’s inverse is not defined. 


Hence, there does not exist any Matrix B such that AB = BA = I (where I is the identity Matrix).


Example of finding Singular Matrix

Two conditions must be met to establish whether a given Matrix is Singular:

  • Make sure A is a square Matrix.

  • Verify that det A equals 0.

Here are a few examples of how to determine if a Matrix is single.

\[ A = \begin{bmatrix} 3 & 6 \\ 2 & 4 \end{bmatrix}\]

The above equation is a Singular Matrix. 

It’s a square Matrix (of order 2x2) and det A (or) |A| = 3 × 4 - 6 × 2 = 12 - 12 = 0.


Properties

Based on its definition, these are some Singular Matrix properties.

  • Singular Matrices are all square Matrices.

  • A Singular Matrix's determinant is 0.

  • A Singular Matrix is a null Matrix of any order.

  • A Singular Matrix's inverse is not specified, making it non-invertible.

  • In a Matrix, qualities of determinants

  • If any two rows or columns are identical, the determinant is zero, and the Matrix is Singular.

  • If all of a row or column's elements are zeros, the determinant is 0 and the Matrix is Singular.

  • The determinant is 0 and the Matrix is Singular if one of the rows (columns) is a scalar multiple of the other row (column).

  • A Singular Matrix's rank is significantly lower than the Matrix's order. A 3x3 Matrix, for example, has a rank of less than 3.

  • A Singular Matrix's rows and columns are not linearly independent.


Steps to find the determinant (d) of a Matrixmatrix-

Before, we know how to check whether a Matrixmatrix is singular or not, we need to know how to calculate the determinant of a Matrixmatrix.

For a 2×2 Matrixmatrix - 

  • Step 1– First of all check whether the Matrixmatrix is a square Matrixmatrix or not.

  • Step 2- For a 2×2 Matrixmatrix (2 rows and 2 columns),

  • Step 3- The determinant of the Matrixmatrix A = ad-bc, and is represented by |A|

  • Step 4 – The determinant of Matrixmatrix A = a times d minus b times c.

  • Step 5- If the value of the determinant (ad-bc = 0), then the Matrixmatrix A is said to be singular.

  • Step 6- If the value of the determinant (ad-bc = 0), then the Matrixmatrix A is said to be non-singular.

Here’s an example for better understanding,

We know that, to calculate the determinant, 

|A| = 2×5 - 2×4 

= 10- 8 = 2

For a 3×3 Matrixmatrix - 

  • Step 1 – First of all check whether the Matrixmatrix is a square Matrixmatrix or not.

  • Step 2- For a 3×3 Matrixmatrix (3 rows and 3 columns),

  • Step 3- The determinant of the Matrixmatrix A = a1(b2c3 – b3c2) - a2(b1c3 – b3c1) – a3(b1c2 – b2c1), and is represented by |A|

  • Step 4 – Multiply a1 by the determinant of the 2×2 Matrixmatrix.

  • Step 5 – Likewise do it for a2 and a3. 

  • Step 6 – Sum all of them, do not forget the minus signs before 

  • Step 7- If the value of the determinant (a1(b2c3 – b3c2) - a2(b1c3 – b3c1) – a3(b1c2 – b2c1) = 0), then the Matrixmatrix A is said to be singular. 

  • Step 8 - If the value of the determinant (a1(b2c3 – b3c2) - a2(b1c3 – b3c1) – a3(b1c2 – b2c1) ≠ 0), then the Matrixmatrix A is said to be non -singular.


How to know if a Matrix is Singular?

According to the singular Matrixmatrix properties,

Questions on singular Matrixmatrix-

Question 1) Find the inverse of the given Matrixmatrix below.

Solution) Since the above Matrixmatrix is a 2×2 Matrixmatrix,

Comparing the Matrixmatrix with the general form,

Here, the value of a = 2, b = 4, c= 2 and d = 4.

Then, determinant of A (|A|) = ad-bc

(2×4 - 4×2 = 0)

According to the singular Matrixmatrix definition, we know that the determinant needs to be zero. Since the determinant of the Matrixmatrix A = 0, it is a singular Matrixmatrix and has no inverse.


Question 2) Find whether the given Matrixmatrix is singular or not.

Solution) Since the above Matrixmatrix is a 2×2 Matrixmatrix,

Comparing the Matrixmatrix with the general form,

Here, the value of a = 8, b = 7, c= 4 and d = 5.

Then, determinant of A (|A|) = ad-bc

(8×5 - 7×4 = 12) 

According to the singular Matrixmatrix definition, we know that the determinant needs to be zero. Since the determinant of the Matrixmatrix A = 12, it is not a singular Matrixmatrix.

FAQs on Singular Matrix

1. How do you know if a Matrixmatrix is singular?

According to the singular Matrixmatrix properties, a square Matrixmatrix is said to be singular if and only if the determinant of the Matrixmatrix is equal to zero.

2. What is a singular Matrixmatrix?

According to the singular Matrixmatrix definition, when a Matrixmatrix is said to be singular it means that the Matrixmatrix is non-invertible. In a singular Matrixmatrix, the determinant is always equal to zero.

3. Does a singular Matrixmatrix have a solution?

There is a solution set that has an infinite number of solutions if the system has a singular Matrixmatrix.

4. Define the singular Matrixmatrix and non-singular Matrixmatrix? Give a singular Matrixmatrix example and a non-singular Matrixmatrix example.

Let’s define a singular Matrixmatrix and a non-singular Matrixmatrix.


If a Matrixmatrix A does not have an inverse then it is said to be a singular Matrixmatrix. A Matrixmatrix B such that AB = BA = identity Matrixmatrix (I) is known as the inverse of Matrixmatrix A. A non–singular Matrixmatrix is a square Matrixmatrix that has a Matrixmatrix inverse. In simpler words, a non-singular Matrixmatrix is one that is not singular. If the determinant of a Matrixmatrix is not equal to zero then it is known as a non-singular Matrixmatrix.


Singular Matrixmatrix example – 

 is a singular Matrixmatrix,

Since the determinant of the above Matrixmatrix is = (2×1 - 1×2 = 0) 


Non-singular Matrixmatrix example - 

is a non-singular Matrixmatrix.

Since the determinant of the above Matrixmatrix is = (3×2- 2×1 = 4)

5. What do you understand by Matrix?

A Matrix is a row-by-column array of integers or symbols. The order of the Matrix is determined by the number of rows and columns.


The numbers in the Matrix are the entries, and each number is referred to as an element. Matrices are the plural form of a Matrix.


A Matrix's size is known as an 'n by m' Matrix and is represented as nxm, where n is the number of rows and m is the number of columns.

6. How many types of Matrices are there?

There are different types of Matrices. Several of these are detailed below:

  • Row Matrix- A row Matrix is a Matrix that only has one row.

  • Column Matrix- A column Matrix is a Matrix that only has one column.

  • Identity or unit Matrix- A diagonal Matrix is called a unit Matrix if all of the members of the primary diagonal are 1.

  • Square Matrix- A square Matrix is one in which the number of rows and columns in the Matrix are the same.

  • Scalar Matrix- A scalar Matrix is one in which all of the elements in the diagonal of a diagonal Matrix are equal.

  • Equal Matrix- Equal Matrices are Matrices that have the same number of entries.

7. What is an inverse of Matrix?

The Inverse Matrix of a square Matrix is its multiplicative inverse.

 

A Matrix A is nonSingular or invertible if it has an inverse. The Singular Matrix has no inverse. It is required to find a Matrix A−1 so that the product of A and A-1 is the identity Matrix to find the inverse of a square Matrix A.


In other words, there is an inverse Matrix, for every nonSingular square Matrix, A, and with the property that, AA−1=A−1A=I, where I is the identity matrix of the appropriate size.

8. What are the applications of Matrices?

Matrices are useful in a variety of fields. Such as:

  • Computer Graphics 

  • Optics 

  • Cryptography 

  • Economics

  • Chemistry 

  • Geology 

  • Robotics and animation 

  • Wireless communication and signal processing 

  • Finance ices

  • Mathematics

They are used to create graphs, calculate statistics, and conduct scientific studies and research on a variety of subjects. 


Matrices can also be used to represent real-world data, such as population statistics or infant mortality rates. These are the best representation strategies for charting surveys.

9. Why do we use Matrices in Maths?

On two or more Matrices, we can execute algebraic operations such as addition, subtraction, scalar multiplication, and so on.


Matrices are commonly used to depict various physical or simulated systems or to list data. We can achieve actions on Matrices since the inputs are numbers, which might be the attribute or the way of quantified units of a system. Different Matrices can always be added or subtracted by adding or removing equivalent elements in them.