{{ 'ml-label-loading-course' | message }}
{{ toc.name }}
{{ toc.signature }}
{{ tocHeader }} {{ 'ml-btn-view-details' | message }}
{{ tocSubheader }}
{{ 'ml-toc-proceed-mlc' | message }}
{{ 'ml-toc-proceed-tbs' | message }}
Lesson
Exercises
Recommended
Tests
An error ocurred, try again later!
Chapter {{ article.chapter.number }}
{{ article.number }}. 

{{ article.displayTitle }}

{{ article.intro.summary }}
Show less Show more expand_more
{{ ability.description }} {{ ability.displayTitle }}
Lesson Settings & Tools
{{ 'ml-lesson-number-slides' | message : article.intro.bblockCount }}
{{ 'ml-lesson-number-exercises' | message : article.intro.exerciseCount }}
{{ 'ml-lesson-time-estimation' | message }}
Rule

Cramer's Rule

Consider a system of equations where the number of equations equals the number of variables. Let be the coefficient matrix, the variable matrix, and the constant matrix.
System of Equations Coefficient Matrix Variable Matrix Constants Matrix

If the determinant of is non-zero, then the system has a unique solution whose components are given by the equations below.

In the equations above, and are the coefficient matrices where, for the first column is replaced by the constant matrix and for the second column is replaced by Cramer's Rule also applies for systems with more than two equations.

System of Equations Matrix Equation
Solutions
The usefulness of Cramer's Rule is that the value of a variable can be found without solving the entire system. A proof of Cramer's Rule for a system of two equations is demonstrated below.

Proof

Consider a system of two equations. This system can be solved using the Elimination Method.
Start by eliminating the variable. To do this, multiply Equation (I) by and Equation (II) by Then, subtract the equations.
Solve by elimination
Notice that the factor is equal to the determinant of matrix and that the right-hand side expression is equal to the determinant of matrix
Using these equations, Equation (I) can be rewritten in terms of determinants.
Finally, since both sides of Equation (I) can be divided by This manipulation creates the first equation of Cramer's Rule.

A similar process to eliminate the variable gives the second equation.

In conclusion, when the system has a unique solution whose components are the ones above.

Loading content