Home > Matrix & Vector > Matrix Structure > Singular Matrix checker example

13. is Singular Matrix example ( Enter your problem )
  1. Definition & Examples
  2. Example-2

1. Definition & Examples





1. is Singular Matrix ?
`[[1,1,1],[1,1,1],[1,1,1]]`


Solution:
A square matrix `A`, such that `|A| = 0`, is called a singular matrix.


`A` = 
`1``1``1`
`1``1``1`
`1``1``1`


`|A|` = 
 `1`  `1`  `1` 
 `1`  `1`  `1` 
 `1`  `1`  `1` 


 =
 `1` × 
 `1`  `1` 
 `1`  `1` 
 `-1` × 
 `1`  `1` 
 `1`  `1` 
 `+1` × 
 `1`  `1` 
 `1`  `1` 


`=1 xx (1 × 1 - 1 × 1) -1 xx (1 × 1 - 1 × 1) +1 xx (1 × 1 - 1 × 1)`

`=1 xx (1 -1) -1 xx (1 -1) +1 xx (1 -1)`

`=1 xx (0) -1 xx (0) +1 xx (0)`

`= 0 +0 +0`

`=0`


Here, `|A| = 0`, so `A` is a singular matrix


2. is Singular Matrix ?
`[[2,1,1],[1,2,1],[1,1,1]]`


Solution:
A square matrix `A`, such that `|A| = 0`, is called a singular matrix.


`A` = 
`2``1``1`
`1``2``1`
`1``1``1`


`|A|` = 
 `2`  `1`  `1` 
 `1`  `2`  `1` 
 `1`  `1`  `1` 


 =
 `2` × 
 `2`  `1` 
 `1`  `1` 
 `-1` × 
 `1`  `1` 
 `1`  `1` 
 `+1` × 
 `1`  `2` 
 `1`  `1` 


`=2 xx (2 × 1 - 1 × 1) -1 xx (1 × 1 - 1 × 1) +1 xx (1 × 1 - 2 × 1)`

`=2 xx (2 -1) -1 xx (1 -1) +1 xx (1 -2)`

`=2 xx (1) -1 xx (0) +1 xx (-1)`

`= 2 +0 -1`

`=1`


Here, `|A| != 0`, so `A` is nonsingular matrix






This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then Submit Here





Share this solution or page with your friends.
 
 
Copyright © 2026. All rights reserved. Terms, Privacy
 
 

.