0 added
0 removed
Original
2026-01-01
Modified
2026-02-21
1
<p>Properties<a>of</a>Cramer's rule are: </p>
1
<p>Properties<a>of</a>Cramer's rule are: </p>
2
<ol><li><p>Cramer’s rule solves systems of<a></a><a>linear equations</a>using<a>determinants</a>.</p>
2
<ol><li><p>Cramer’s rule solves systems of<a></a><a>linear equations</a>using<a>determinants</a>.</p>
3
</li>
3
</li>
4
<li><p>Values of the<a>variables</a>can be determined by the<a>determinants</a>.</p>
4
<li><p>Values of the<a>variables</a>can be determined by the<a>determinants</a>.</p>
5
</li>
5
</li>
6
<li><p>One determinant comes from the<a></a><a>coefficients</a>of variables (<a>coefficient</a>matrix).</p>
6
<li><p>One determinant comes from the<a></a><a>coefficients</a>of variables (<a>coefficient</a>matrix).</p>
7
</li>
7
</li>
8
<li><p>Another determinant is created by replacing one column with the<a>constants</a>(right-hand side).</p>
8
<li><p>Another determinant is created by replacing one column with the<a>constants</a>(right-hand side).</p>
9
</li>
9
</li>
10
<li><p>The value of a variable = determinant with replaced column ÷ coefficient determinant.</p>
10
<li><p>The value of a variable = determinant with replaced column ÷ coefficient determinant.</p>
11
</li>
11
</li>
12
</ol><p>Let us see how Cramer’s rule works in the following system of equations: </p>
12
</ol><p>Let us see how Cramer’s rule works in the following system of equations: </p>
13
<p>\(2x + y + z = 3\) \(x - y - z = 0\) \(x + 2y + z = 0\)</p>
13
<p>\(2x + y + z = 3\) \(x - y - z = 0\) \(x + 2y + z = 0\)</p>
14
<p>Write the given equations with all coefficients:</p>
14
<p>Write the given equations with all coefficients:</p>
15
<p>\(2x + 1y + 1z = 3\\ 1x - 1y - 1z = 0\\ 1x + 2y + 1z = 0\)</p>
15
<p>\(2x + 1y + 1z = 3\\ 1x - 1y - 1z = 0\\ 1x + 2y + 1z = 0\)</p>
16
<p>Create the coefficient matrix and identify its determinant (D): </p>
16
<p>Create the coefficient matrix and identify its determinant (D): </p>
17
<p>\(D= \begin{bmatrix} 2 & 1 & 1\\[0.3em] 1& -1 &-1 \\[0.3em] 1 & 2 &1 \end{bmatrix}\)</p>
17
<p>\(D= \begin{bmatrix} 2 & 1 & 1\\[0.3em] 1& -1 &-1 \\[0.3em] 1 & 2 &1 \end{bmatrix}\)</p>
18
<p>Here, the matrix only contains the coefficients of x, y and z.</p>
18
<p>Here, the matrix only contains the coefficients of x, y and z.</p>
19
<p>The answer column:</p>
19
<p>The answer column:</p>
20
<p>\(\begin{bmatrix} 3\\[0.3em] 0 \\[0.3em] 0 \end{bmatrix}\)</p>
20
<p>\(\begin{bmatrix} 3\\[0.3em] 0 \\[0.3em] 0 \end{bmatrix}\)</p>
21
<p>Now, form Dx by replacing the 1st column with the answer column:</p>
21
<p>Now, form Dx by replacing the 1st column with the answer column:</p>
22
<p>Dx = \( \begin{bmatrix} 3 & 1 & 1\\[0.3em] 0& -1 &-1 \\[0.3em] 0 & 2 &1 \end{bmatrix}\)</p>
22
<p>Dx = \( \begin{bmatrix} 3 & 1 & 1\\[0.3em] 0& -1 &-1 \\[0.3em] 0 & 2 &1 \end{bmatrix}\)</p>
23
<p>Here, the determinant with x-values is replaced.</p>
23
<p>Here, the determinant with x-values is replaced.</p>
24
<p>Create Dy and Dz by replacing the 2nd and 3rd columns with the answer column. </p>
24
<p>Create Dy and Dz by replacing the 2nd and 3rd columns with the answer column. </p>
25
<p>Dy = \(\begin{bmatrix} 2 & 3 & 1\\[0.3em] 1& 0 &-1 \\[0.3em] 1& 0&1 \end{bmatrix}\)</p>
25
<p>Dy = \(\begin{bmatrix} 2 & 3 & 1\\[0.3em] 1& 0 &-1 \\[0.3em] 1& 0&1 \end{bmatrix}\)</p>
26
<p>Dz = \(\begin{bmatrix} 2 & 1 & 3\\[0.3em] 1& -1&0 \\[0.3em] 1& 2&0\end{bmatrix}\)</p>
26
<p>Dz = \(\begin{bmatrix} 2 & 1 & 3\\[0.3em] 1& -1&0 \\[0.3em] 1& 2&0\end{bmatrix}\)</p>
27
<p>We can use cofactor expansion (3 × 3 rule). For a general 3 × 3 matrix, the formula is:</p>
27
<p>We can use cofactor expansion (3 × 3 rule). For a general 3 × 3 matrix, the formula is:</p>
28
<p>\(\begin{bmatrix} a& b& c\\[0.3em] d& e&f \\[0.3em] g& h&i\end{bmatrix} = aei +bfg + cdh - ceg -bdi - afh\)</p>
28
<p>\(\begin{bmatrix} a& b& c\\[0.3em] d& e&f \\[0.3em] g& h&i\end{bmatrix} = aei +bfg + cdh - ceg -bdi - afh\)</p>
29
<p>D = \(\begin{bmatrix} 2 & 1 & 1\\[0.3em] 1& -1&-1 \\[0.3em] 1& 2&1\end{bmatrix}\)</p>
29
<p>D = \(\begin{bmatrix} 2 & 1 & 1\\[0.3em] 1& -1&-1 \\[0.3em] 1& 2&1\end{bmatrix}\)</p>
30
<p>D = Apply the cofactor expansion<p>\((2) (-1) (1) = -2\\ (1) (-1) (1) = -1\\ (1) (1) (2) = 2\\ (1) (-1) (1) = -1\\ (1) (-1) (1) = -1\\ (2) (1) (2) = 4 \)</p>
30
<p>D = Apply the cofactor expansion<p>\((2) (-1) (1) = -2\\ (1) (-1) (1) = -1\\ (1) (1) (2) = 2\\ (1) (-1) (1) = -1\\ (1) (-1) (1) = -1\\ (2) (1) (2) = 4 \)</p>
31
<p>\(D = (-2) + (-1) + 2 - (-1) - (-1) - 4 = -1 - 4 + 2 + 1 + 1 = -1\)</p>
31
<p>\(D = (-2) + (-1) + 2 - (-1) - (-1) - 4 = -1 - 4 + 2 + 1 + 1 = -1\)</p>
32
</p>
32
</p>
33
<p>Hence, D = 3</p>
33
<p>Hence, D = 3</p>
34
<p>Next \(D_x\)= \(\begin{bmatrix} 3 & 1 & 1\\[0.3em] 0& -1&-1 \\[0.3em] 0& 2&1\end{bmatrix}\)</p>
34
<p>Next \(D_x\)= \(\begin{bmatrix} 3 & 1 & 1\\[0.3em] 0& -1&-1 \\[0.3em] 0& 2&1\end{bmatrix}\)</p>
35
<p>\(D_x\) = Apply the cofactor expansion<p>\((3) (-1) (1) = -3\\ (1) (-1) (0) = 0\\ (1) (0) (2) = 0\\ (1) (-1) (0) = 0\\ (1) (-1) (0) = 0\\ (3) (2) (1) = 6\)</p>
35
<p>\(D_x\) = Apply the cofactor expansion<p>\((3) (-1) (1) = -3\\ (1) (-1) (0) = 0\\ (1) (0) (2) = 0\\ (1) (-1) (0) = 0\\ (1) (-1) (0) = 0\\ (3) (2) (1) = 6\)</p>
36
<p>\(D_x = -3 + 0 + 0 - 0 - 0 - 6 = -3 + 6 = 3\)</p>
36
<p>\(D_x = -3 + 0 + 0 - 0 - 0 - 6 = -3 + 6 = 3\)</p>
37
<p>Thus, \(D_x = 3\)</p>
37
<p>Thus, \(D_x = 3\)</p>
38
</p>
38
</p>
39
<p>\(D_y\) = \(\begin{bmatrix} 2 & 3& 1\\[0.3em] 1& 0&-1 \\[0.3em] 1& 0&1\end{bmatrix}\)</p>
39
<p>\(D_y\) = \(\begin{bmatrix} 2 & 3& 1\\[0.3em] 1& 0&-1 \\[0.3em] 1& 0&1\end{bmatrix}\)</p>
40
<p>\(D_y\) = Apply the cofactor expansion<p>\((2) (0) (1) = 0\\ (3) (-1) (1) = -3\\ (1) (1) (0) = 0\\ (1) (0) (1) = 0\\ (1) (-1) (2) = -2\\ (2) (0) (1) = 0 \)</p>
40
<p>\(D_y\) = Apply the cofactor expansion<p>\((2) (0) (1) = 0\\ (3) (-1) (1) = -3\\ (1) (1) (0) = 0\\ (1) (0) (1) = 0\\ (1) (-1) (2) = -2\\ (2) (0) (1) = 0 \)</p>
41
<p>\(D_y = 0 - 3 + 0 - 0 + 2 - 0 = -3 + 2 = -6\)</p>
41
<p>\(D_y = 0 - 3 + 0 - 0 + 2 - 0 = -3 + 2 = -6\)</p>
42
</p>
42
</p>
43
<p>\(D_y = -6\)</p>
43
<p>\(D_y = -6\)</p>
44
<p>\(D_z\) = \(\begin{bmatrix} 2 & 1& 3\\[0.3em] 1& -1&0 \\[0.3em] 1& 2&0\end{bmatrix}\)</p>
44
<p>\(D_z\) = \(\begin{bmatrix} 2 & 1& 3\\[0.3em] 1& -1&0 \\[0.3em] 1& 2&0\end{bmatrix}\)</p>
45
<p>\(D_z\) = Apply the cofactor expansion<p>\((2) (-1) (0) = 0\\ (1) (0) (1) = 0\\ (3) (1) (2) = 6\\ (3) (-1) (1) = -3\\ (2) (0) (2) = 0\\ (2) (1) (0) = 0\)</p>
45
<p>\(D_z\) = Apply the cofactor expansion<p>\((2) (-1) (0) = 0\\ (1) (0) (1) = 0\\ (3) (1) (2) = 6\\ (3) (-1) (1) = -3\\ (2) (0) (2) = 0\\ (2) (1) (0) = 0\)</p>
46
<p>\(D_z = 0 + 0 + 6 - (-3) = 6 + 3 = 9\)</p>
46
<p>\(D_z = 0 + 0 + 6 - (-3) = 6 + 3 = 9\)</p>
47
<p>\(D_z = 9\)</p>
47
<p>\(D_z = 9\)</p>
48
</p>
48
</p>
49
<p>Now, we can apply Cramer’s rule. <p>\( x = \frac{D_x}{D} = \frac{3}{3} = 1 \)</p>
49
<p>Now, we can apply Cramer’s rule. <p>\( x = \frac{D_x}{D} = \frac{3}{3} = 1 \)</p>
50
<p>\( y = \frac{D_y}{D} = \frac{-6}{3} = -2 \)</p>
50
<p>\( y = \frac{D_y}{D} = \frac{-6}{3} = -2 \)</p>
51
<p>\( z = \frac{D_z}{D} = \frac{9}{3} = 3 \)</p>
51
<p>\( z = \frac{D_z}{D} = \frac{9}{3} = 3 \)</p>
52
<p>So, the values for the variables:</p>
52
<p>So, the values for the variables:</p>
53
<p>\(x = 1\\ y = -2\\ z = 3\)</p>
53
<p>\(x = 1\\ y = -2\\ z = 3\)</p>
54
</p>
54
</p>
55
55