Let us see Cramer’s rule applied to a numerical system, with a final check of the solutions found.

Example — 2×22\times 2 system with Cramer

{2x+3y=13x+y=3\begin{cases} 2x + 3y = -1 \\ -3x + y = 3 \end{cases} We compute the three determinants: Δ=2331=213(3)=2+9=11Δx=1331=(1)133=10Δy=2133=23(1)(3)=63=3\begin{aligned} \Delta &= \begin{vmatrix} 2 & 3 \\ -3 & 1 \end{vmatrix} = 2\cdot 1 - 3\cdot(-3) = 2+9 = 11 \\[4pt] \Delta_x &= \begin{vmatrix} -1 & 3 \\ 3 & 1 \end{vmatrix} = (-1)\cdot 1 - 3\cdot 3 = -10 \\[4pt] \Delta_y &= \begin{vmatrix} 2 & -1 \\ -3 & 3 \end{vmatrix} = 2\cdot 3 - (-1)(-3) = 6-3 = 3 \end{aligned} Hence: x=1011=1011,y=311=311x = \frac{-10}{11} = \boxed{-\frac{10}{11}}, \qquad y = \frac{3}{11} = \boxed{\frac{3}{11}}

Check: 2(1011)+3311=20+911=12\cdot\bigl(-\frac{10}{11}\bigr) + 3\cdot\frac{3}{11} = \frac{-20+9}{11} = -1 ✓;   3(1011)+311=30+311=3-3\cdot\bigl(-\frac{10}{11}\bigr) + \frac{3}{11} = \frac{30+3}{11} = 3 ✓.

Connections

Topics: Linear systems
Concepts: Determinant · Cramer’s rule
Methods: Systems by Cramer
Skills: Computing · Solving systems
People: Gabriel Cramer