1. Introduction
In discrete mathematics and linear algebra, matrices are often classified based on whether they possess an inverse. This leads to two important categories:
- Singular matrices
- Non-singular matrices
A non-singular matrix is particularly important because it ensures unique solutions and supports reliable mathematical operations.
2. Definition of Non-Singular Matrix
A non-singular matrix is a square matrix whose determinant is not equal to zero.
Formal Definition:
A square matrix A is non-singular if:
det(A) ≠ 0
3. Meaning of Non-Singularity
If a matrix is non-singular:
- It has an inverse (
A⁻¹ exists)
- Its rows and columns are linearly independent
- It represents a system with a unique solution
4. Example of Non-Singular Matrix
Consider the matrix:
A = | 1 2 |
| 3 4 |
Step 1: Compute Determinant
For a 2×2 matrix:
det(A) = (1 × 4) − (2 × 3)
= 4 − 6
= -2
Conclusion:
Since det(A) ≠ 0, the matrix is non-singular.
5. Why is this Matrix Non-Singular?
- Rows are not multiples of each other
- Columns are independent
- The matrix contains full information
6. Inverse of a Non-Singular Matrix
Only non-singular matrices have an inverse.
For a 2×2 matrix:
A = | a b |
| c d |
If det(A) ≠ 0, then:
A⁻¹ = (1 / det(A)) × | d -b |
| -c a |
7. Properties of Non-Singular Matrices
- Determinant is non-zero
- Inverse exists
- Rank equals the order of the matrix
- Rows and columns are linearly independent
8. Non-Singular vs Singular Matrix
| Feature |
Non-Singular Matrix |
Singular Matrix |
| Determinant |
Non-zero |
0 |
| Inverse |
Exists |
Does not exist |
| Rows/Columns |
Independent |
Dependent |
| Solutions (Ax = b) |
Unique solution |
No or infinite solutions |
9. Applications in Discrete Mathematics
(a) Systems of Equations
- Guarantees a unique solution
(b) Computer Science
- Used in algorithms and matrix computations
(c) Graph Theory
- Matrix invertibility can affect structural analysis
10. Geometric Interpretation
A non-singular matrix represents a transformation that:
- Preserves dimensionality
- Does not collapse space
Example:
- A square transformed into another parallelogram (not flattened)
11. Key Observations
- Only square matrices can be non-singular
- Determinant determines invertibility
- Non-singular matrices are invertible matrices
12. Summary
- A non-singular matrix has
det(A) ≠ 0
- It always has an inverse
- Represents independent structure
- Ensures unique solutions in equations