Definition
Cramer’s Rule is an explicit formula for the solution of a system of linear equations with as many equations as unknowns, valid whenever the system has a unique solution. It uses determinants to calculate each variable’s value.
Why It Matters
Cramer’s Rule transforms the determinant check into a precise surgical tool for solving symbolic systems where numerical methods fail. It provides exact algebraic relationships needed for high-stakes engineering and theoretical derivations without full matrix inversion.
Core Concepts
- Cramer’s Rule Formula: The value of each variable is the ratio of two determinants:
- How to read: “The variable x i equals the determinant D x i divided by D.”
- Meaning / when to use: Replace column of the coefficient matrix with the constant vector, compute its determinant (), and divide by the determinant of the original coefficient matrix (). Used for theoretical or small exact symbolic solutions.
- Requirement: The system must be square (), and the determinant of the coefficient matrix must not be zero ().
- Singularity: If , Cramer’s Rule cannot be applied because the system is either inconsistent or dependent.