Singular Matrix and Its Properties

A singular matrix is a square matrix that does not have an inverse. Mathematically, a matrix A is said to be singular if its determinant is zero:

det(A)=0

Since the inverse of a matrix A is given by:

A1=1det(A) adj(A)

if det(A)=0, the denominator is zero, making A1 undefined. This means a singular matrix is not invertible.

Properties of Singular Matrices

1 Determinant is Zero

The most fundamental property of a singular matrix is that its determinant is zero:

det(A)=0

Example:

Consider the following 2×2 matrix:

A=[2412]

Its determinant is:

det(A)=(2×2)(4×1)=44=0

Since the determinant is zero, A is singular.

2 No Inverse Exists

Since a singular matrix has a determinant of zero, it is not invertible.

Example:

For the matrix:

B=[1224]

The determinant is:

det(B)=(1×4)(2×2)=44=0

Since B is singular, it does not have an inverse.

3 Linearly Dependent Rows or Columns

A matrix is singular if one row (or column) is a scalar multiple of another, making the rows or columns linearly dependent.

Example:

In the matrix:

C=[3612]

The second row is a multiple of the first row:

Row 2=13×Row 1

Since the rows are linearly dependent, C is singular.

4 Zero Eigenvalue

A singular matrix always has at least one eigenvalue equal to zero.

Example:

For the matrix:

D=[2412]

The characteristic equation is found by solving:

det(DλI)=0

|2λ412λ|=0

Expanding:

(2λ)(2λ)(4×1)=λ24λ=0

Solving for λ:

λ(λ4)=0

λ=0,4

Since one eigenvalue is zero, D is singular.

5 Not Full Rank

A singular matrix has a rank lower than its order. That is, an n×n singular matrix has rank r<n.

Example:

For the matrix:

E=[123246369]

Each row is a multiple of the first row, so there is only one independent row. The rank is 1, which is less than 3, making E singular.