Która Macierz jest Odwracalna? Test Macierzy Osobliwej i Wyznaczanie k dla det = 0
Kiedy macierz jest odwracalna? Dowiedz się, jak rozpoznać macierz osobliwą i rozwiązywać zadania egzaminacyjne na wyznaczenie parametru k dla det = 0.
Direct Answer / AI Overview: A square matrix $A$ is invertible (non-singular) if and only if its determinant is not equal to zero: $\det(A) \neq 0$. If $\det(A) = 0$, the matrix is singular, meaning it has no multiplicative inverse ($A^{-1}$ does not exist), its rows and columns are linearly dependent, and its geometric transformation collapses $n$-dimensional space into a lower dimension (zero area or volume). In algebra exams, questions asking to “find the value of $k$ for which the matrix is singular” require you to set up the determinant expression as an algebraic equation $\det(A(k)) = 0$ and solve for the unknown parameter $k$.
The Invertibility Test: Singular vs. Invertible Matrices
When analyzing a matrix, the fastest test of invertibility is evaluating its determinant:
| Property | Invertible (Non-Singular) Matrix | Singular (Non-Invertible) Matrix |
|---|---|---|
| Determinant Value | $\det(A) \neq 0$ | $\det(A) = 0$ |
| Matrix Inverse | Exists ($A^{-1} = \frac{1}{\det(A)}\text{adj}(A)$) | Does not exist (division by zero) |
| Reduced Row Echelon Form | $\text{RREF}(A) = I_n$ (Full identity) | Has at least one row of all zeros |
| Linear Independence | Columns are linearly independent | Columns are linearly dependent |
| Matrix Rank | Full rank: $\text{rank}(A) = n$ | Deficient rank: $\text{rank}(A) < n$ |
| System $Ax = 0$ | Only trivial solution ($x = 0$) | Infinitely many non-trivial solutions |
| Geometric Effect | Preserves dimension (Area/Volume $\neq 0$) | Collapses space into a point, line, or plane (Volume $= 0$) |
To test any matrix instantly, input its coefficients into our free Determinant Solver.
How to Determine Which Matrix is Invertible (Step-by-Step)
Suppose an exam or assignment asks: “Which of the following matrices is invertible?”
$$\mathbf{M_1} = \begin{bmatrix} 3 & 6 \ 2 & 4 \end{bmatrix}, \quad \mathbf{M_2} = \begin{bmatrix} 5 & -2 \ 3 & 4 \end{bmatrix}$$
Testing Matrix $M_1$:
Using the 2x2 determinant formula ($\det = ad - bc$): $$\det(M_1) = (3)(4) - (6)(2) = 12 - 12 = 0$$ Since $\det(M_1) = 0$, $M_1$ is singular (NOT invertible). Notice that Row 1 is a scalar multiple of Row 2 ($[3, 6] = 1.5 \times [2, 4]$).
Testing Matrix $M_2$:
$$\det(M_2) = (5)(4) - (-2)(3) = 20 - (-6) = 20 + 6 = 26$$ Since $\det(M_2) = 26 \neq 0$, $M_2$ is invertible.
Exam Problem 1: Finding $k$ Such That a 2x2 Matrix is Singular
Problem: Find all values of $k$ for which the matrix $A$ is singular:
$$A = \begin{bmatrix} k - 2 & 3 \ 4 & k + 2 \end{bmatrix}$$
Step-by-Step Solution (Show Work Format):
-
State the Invertibility Criterion:
A matrix is singular if and only if its determinant is zero: $\det(A) = 0$. -
Set up the Determinant Formula:
$$\det(A) = (k - 2)(k + 2) - (3)(4)$$ -
Expand and Simplify:
Using the difference of squares:
$$(k^2 - 4) - 12 = k^2 - 16$$ -
Set Equal to Zero and Solve for $k$:
$$k^2 - 16 = 0 \implies k^2 = 16 \implies k = \pm 4$$
Conclusion: The matrix is singular when $k = 4$ or $k = -4$. For any other real number $k \neq \pm 4$, the matrix is invertible.
Exam Problem 2: Finding $k$ for a 3x3 Singular Matrix
Problem: For what value(s) of $k$ does the following $3 \times 3$ matrix have NO inverse?
$$B = \begin{bmatrix} 1 & 2 & k \ 0 & k & 4 \ 2 & 1 & 0 \end{bmatrix}$$
Step-by-Step Solution (Show Work Format):
-
Condition for No Inverse:
The matrix has no inverse if $\det(B) = 0$. -
Evaluate the 3x3 Determinant via First Column Expansion:
Expanding down Column 1 (which contains a zero) using our How to Find 3x3 Determinant method:$$\det(B) = 1 \cdot \det\begin{bmatrix} k & 4 \ 1 & 0 \end{bmatrix} - 0 \cdot \det\begin{bmatrix} 2 & k \ 1 & 0 \end{bmatrix} + 2 \cdot \det\begin{bmatrix} 2 & k \ k & 4 \end{bmatrix}$$
-
Calculate the 2x2 Minors:
- Minor 1: $(k)(0) - (4)(1) = -4$
- Minor 3: $(2)(4) - (k)(k) = 8 - k^2$
-
Combine the Terms:
$$\det(B) = 1(-4) + 2(8 - k^2) = -4 + 16 - 2k^2 = 12 - 2k^2$$ -
Solve $\det(B) = 0$:
$$12 - 2k^2 = 0 \implies 2k^2 = 12 \implies k^2 = 6 \implies k = \pm \sqrt{6}$$
Final Answer: Matrix $B$ has no inverse if and only if $k = \sqrt{6}$ or $k = -\sqrt{6}$.
Geometric Meaning: Why Does $\det(A) = 0$ Mean Non-Invertible?
In linear algebra, the absolute value of the determinant measures the factor by which a linear transformation scales $n$-dimensional volume:
- In 2D, $|\det(A)|$ represents the area of the parallelogram formed by the column vectors.
- In 3D, $|\det(A)|$ represents the volume of the parallelepiped formed by the column vectors.
When $\det(A) = 0$, the transformation crushes the entire space into a lower dimension:
- In 2D, a 2D plane collapses onto a 1D line or a single 0D point (Area $= 0$).
- In 3D, a 3D space flattens onto a 2D plane, line, or point (Volume $= 0$).
Because information is lost when a higher dimension is collapsed into a lower one, no inverse function can reconstruct the original vectors. For visual examples, explore our guide on Calculating Area and Volume Using Determinants.
Need additional tools?
Explore our complete collection of SEO software, AI tools, calculators and converters.
Related Mathematical Resources
Essential matrix guides, determinant theorems, and computational tutorials
- • Reduced Row Echelon Form (RREF) – Master Gauss-Jordan row reduction, leading pivot rules, and understand why full rank RREF matrices guarantee non-zero determinants. reduced row echelon form RREF guide .
- • Matrix Multiplication & Determinants – Learn row-by-column multiplication algorithms and prove the fundamental product determinant theorem det(AB) = det(A)det(B). matrix multiplication determinant rule .
- • Solving 3 Equations 3 Unknowns – Solve 3-variable linear systems comparing matrix inversion AX=B, Cramer's rule determinant ratios, and Gaussian elimination. solving 3 equations 3 unknowns matrix method .
- • Which Matrix is Invertible? – Test if a matrix is invertible, identify singular matrices with determinant zero, and solve exam problems finding parameter k. singular matrix invertibility test .
- • LU Decomposition Method – Learn how partial pivoting and triangular factorization compute matrix determinants in O(n³) polynomial time with high numerical stability. LU decomposition determinant calculation .
- • Sarrus' Rule Shortcut – Master the visual diagonal method for rapid manual 3x3 matrix determinant evaluations without expansion errors. Sarrus rule for 3x3 determinants .
- • Cramer's Rule Guide – Step-by-step guide to solving simultaneous linear equations using coefficient matrix determinant ratios. Cramer's rule linear systems .
- • Step-by-Step Methods – Compare Laplace cofactor expansion, Gaussian row reduction, and triangular methods with complete worked proofs. determinant calculator with steps .
- • Matrix Inverses & Adjugates – Understand the relationship between non-zero determinants, invertible matrix theorems, and cofactor adjugates. matrix inverse adjugate method .