Cramer's Rule Calculator — Step-by-step determinants for 2×2 and 3×3 linear systems.
For a 2×2 system:
\( a_1 x + b_1 y = c_1 \)
\( a_2 x + b_2 y = c_2 \)
Solution: \[ x = \frac{D_x}{D} ,\; y = \frac{D_y}{D} \quad (D\neq0) \].
For a 3×3 system :
\( a_1 x + b_1 y + c_1 z = d_1 \)
\( a_2 x + b_2 y + c_2 z = d_2 \)
\( a_3 x + b_3 y + c_3 z = d_3 \)
Solution: \[ x = \frac{D_x}{D} ,\; y = \frac{D_y}{D},\; z = \frac{D_z}{D} \quad (D\neq0) \].
\( 1x + 2y = 3 \)
\( 1x + 6y = 5 \)
\( 1x + 2y + (-3)z = 9 \)
\( 1x + 6y + 5z = -1 \)
\( 1x + 6y + 4z = 3 \)
analyzemath.com — step‑by‑step linear system solver using Cramer's rule.