Sign In
This method was introduced by the Swiss mathematician Gabriel Cramer.
Cramer's Rule
We are asked to complete the given statement.
|
is a method for using determinants to solve a system of linear equations. |
This method was introduced by the Swiss mathematician Gabriel Cramer, hence the name Cramer's Rule.
|
Cramer's Rule |
|
If a system of n linear equations in n variables has a coefficient matrix A with a nonzero determinant |A|, then the system has the following solution. x_1=|A_1|/|A|,x_2=|A_2|/|A|,...,x_n=|A_n|/|A| The ith column of A_i is the column of constants in the system of equations. If the determinant of the coefficient matrix is zero, then the system has either no solution or infinitely many solutions. |
| Matrix | Use the Determinant Formula | Calculate Determinant |
|---|---|---|
| A= 2 & 3 8 & 2 | |A|=2* 2-3* 8 | |A|=- 20 |
| A_1= 1 & 3 4 & 2 | |A_1|=1* 2-3* 4 | |A_1|=- 10 |
| A_2= 2 & 1 8 & 4 | |A_2|=2* 4-8* 1 | |A_2|=0 |
Now we can find the solutions of the system of equations using Cramer's Rule.
(I), (II):Substitute values
(I), (II):Calculate quotient
We found the solution of the system using Cramer's Rule! Now we are ready to complete the given statement.
|
Cramer's Rule is a method for using determinants to solve a system of linear equations. |