Cramer’s Rule is one of the easiest ways to solve a given equation. Furthermore, it helps in getting to the solution of any one of the variables. As a result, there is no need to solve the whole given equation. Let’s understand the concepts of Cramer’s rule better.
Suggested Videos
Cramer’s Rule
Given is the solution of equations,
a11x + a12y + a13z = d1
b21x + b22y + b23z = d2
a31x + a32y + a33z = d3
We can show it as:
x = |Δx| / |Δ|
y = |Δy| / |Δ|
z = |Δz|/ |Δ|
where Δ is the coefficient matric and the condition for the same is: Δ ≠ 0
Coefficient Matrix: \(Δ =\begin{vmatrix}{a_1}{_1} & {a_1}{_2} & {a_1}{_3} \\{a_2}{_1} & {a_2}{_2} & {a_2}{_3} \\{a_3}{_1} & {a_3}{_2} & {a_3}{_3} \end{vmatrix} \)
X Matrix: \(Δ_x =\begin{vmatrix}{d_1} & {a_1}{_2} & {a_1}{_3} \\{d_2} & {a_2}{_2} & {a_2}{_3} \\{d_3} & {a_3}{_2} & {a_3}{_3} \end{vmatrix} \)
Y Matrix: \(Δ_y =\begin{vmatrix}{a_1}{_1} & {d_1} & {a_1}{_3} \\{a_2}{_1} & {d_2} & {a_2}{_3} \\{a_3}{_1} & {d_3} & {a_3}{_3} \end{vmatrix} \)
Z Matrix: \(Δ_z =\begin{vmatrix}{a_1}{_1} & {a_1}{_2} & {d_1} \\{a_2}{_1} & {a_2}{_2} & {d_2} \\{a_3}{_1} & {a_3}{_2} & {d_3} \end{vmatrix} \)
Note
- To solve the given equations for x, a replacement takes place. The replacement takes place in the coefficients of the column x with the constant column.
- To solve the given equations for y, a replacement takes place. The replacement takes place in the coefficients of the column y with the constant column.
- To solve the given equations for z, a replacement takes place. The replacement takes place in the coefficient of the column z with the constant column.
Theorem
Now that we know the basic of Cramer’s rule, let’s know about the theoretical results. Two most significant results that we get from Cramer’s rule about the square system are:
Theorem 1: A given square system, say, Ax = b gives a very unique result for every column matrix b. This is possible if and only if the determinant of A is not equal to zero i.e. det A ≠ 0.
Theorem 2: A given homogeneous square system, say, Ax = 0 is going to have a trivial solution for x =0. This is possible if and only if the determinant of A is not equal to zero i.e. det A ≠ 0.
Cramer’s Rule is more of theoretical importance than practical. This is so because it gives the direct values for unknown variables. Hence, we don’t prefer it a lot as it is not an efficient way to solve a given equation when it comes to a large equation.
Importance of Gaussian elimination is still the primary choice. However, Cramer’s Rule can play its part when we need to get the value of a specific unknown only.
Browse more Topics under Business Mathematics
- Ratios
- Proportions
- Laws of Indices, Exponents
- Logarithms and Anti-Logarithms
- Simultaneous Linear Equations up to Three variables
- Quadratic and Cubic Equations in One Variable
- Types and Algebra of Matrices
- Determinant of a Matrix
- Inverse of a Matrix
- Linear Inequalities
Advantages of Cramer’s Rule
One of the biggest advantage that Cramer’s rule offers is that we can easily find the unknown variables without the need to know about the other variables. Another fact is that, if either of x,y, or z is in the fraction form, then there is no need of a fraction to get hold of the other values. We can find each value in an independent manner.
In a nutshell, we can say that Cramer’s Rule helps in reducing a lengthy calculation to a greater extent!
Point to Remember
- If the value of Δ = 0, Δx = 0, Δy = 0, Δz = 0, then in such a case, all the equations will be dependent on one another. Also, the given system of equations will have an infinite number of solutions.
- If the value of Δ = 0 and two of the three i.e. Δx = 0, Δy = 0 but Δz is not equal to zero, then the given system of equations will have solutions. This is where the equations are inconsistent.
Solved Examples on Cramer’s Rule
Example 1: Solve the given system of equations using Cramer’s Rule.
x + 3y + 3z = 5
3x + y – 3z = 4
-3x + 4y + 7z = -7
Solution: So, in order to solve the given equation, we will make four matrices. These matrices will help in getting the values of x, y, and z.
x + 3y + 3z = 5
3x + y – 3z = 4
-3x + 4y + 7z = -7
Coefficient Matrix
\(D =\begin{vmatrix} 1 & 2 & 3 \\ 3 & 1 & -3 \\-3 & 4 & 7 \end{vmatrix} \)
X Matrix
\(D_x =\begin{vmatrix} -5 & 2 & 3 \\ 4 & 1 & -3 \\-7 & 4 & 7 \end{vmatrix} \)
Y Matrix
\(D_y =\begin{vmatrix} 1 & -5 & 3 \\ 3 & 4 & -3 \\-3 & -7 & 7 \end{vmatrix} \)
Z Matrix
\(D_z =\begin{vmatrix} 1 & 2 & 5 \\ 3 & 1 & 4 \\-3 & 4 & -7 \end{vmatrix} \)
Furthermore, we have to solve each matrix. We can even do this manually. It can be a tidious job but having a good practice is a good skill. On solving the matrices, we get the following values:
|D| = 40
|Dx| = -40
|Dy| = 40
and, |Dz| = -80
We can easily calculate the final answers once we get hold of all the determinants.
x = |Dx|/|D| = -40 / 40 = -1
y = |Dy|/|D| = 40 / 40 = 1
z = |Dz|/|D| = -80 / 40 = 2
Hence, the final answer can be given in point notation: (x,y,z) = (-1,1,2).
Example 2
Solve the given system of equations using Cramer’s Rule.
-y – 2z = -8
x + 3z = 2
7x + y + z = 0
Solution: Comparing this question to the last one, it is very easy. This is so because there are zero entries in the equations. The zero entries are in z and y column respectively. This becomes a lot simple. Let’s see how.
Coefficient Matrix
\(D =\begin{vmatrix} 0 & 1 & 2 \\ 1 & 0 & 3 \\7 & 1 & 1 \end{vmatrix} \)
X Matrix
\(D_x =\begin{vmatrix} -8 & -1 & -2 \\ 2 & 0 & 3 \\0 & 1 & 1 \end{vmatrix} \)
Y Matrix
\(D_y =\begin{vmatrix} 0 & -8 & 2 \\ 1 & 2 & 3 \\7 & 0 & 1 \end{vmatrix} \)
Z Matrix
\(D_z =\begin{vmatrix} 0 & -1 & 8 \\ 1 & 0 & 2 \\7 & 1 & 0 \end{vmatrix} \)
On solving these, we get the respective values for the determinant x, y, and z.
|D| = -22
|Dx| = 22
|Dy| = -132
and, |Dz| = -22
Now, we can finally get to the answer.
x = |Dx|/|D| = 22 / -22 = -1
y = |Dy|/|D| = -132 / -22 = 6
z = |Dz|/|D| = -22 / -22 = 1
Hence, the answer is: (x,y,z) = (-1,6,1)