1. is Singular Matrix ?
`[[1,2,3],[4,5,6],[7,8,9]]`
Solution:
A square matrix `A`, such that `|A| = 0`, is called a singular matrix.
`A` | = | | `1` | `2` | `3` | | | `4` | `5` | `6` | | | `7` | `8` | `9` | |
|
`|A|` | = | | `1` | `2` | `3` | | | `4` | `5` | `6` | | | `7` | `8` | `9` | |
|
`=1 xx (5 × 9 - 6 × 8) -2 xx (4 × 9 - 6 × 7) +3 xx (4 × 8 - 5 × 7)`
`=1 xx (45 -48) -2 xx (36 -42) +3 xx (32 -35)`
`=1 xx (-3) -2 xx (-6) +3 xx (-3)`
`= -3 +12 -9`
`=0`
Here, `|A| = 0`, so `A` is a singular matrix
2. is Singular Matrix ?
`[[1,2],[4,5]]`
Solution:
A square matrix `A`, such that `|A| = 0`, is called a singular matrix.
`=1 × 5 - 2 × 4`
`=5 -8`
`=-3`
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