📐 3x3 System Solver - Cramer's Rule

Solve \( a_1x + b_1y + c_1z = d_1 \), etc.

\( 2x - y + z = 3 \)
\( x + y + z = 2 \)
\( -x + 2y + z = 1 \)
Solve the system using Cramer's Rule. Click "Show me" for each step.

📖 Step-by-Step Solution

STEP 1: Define the determinant D of the coefficient matrix
STEP 2: Define the determinants Dx, Dy, Dz
STEP 3: Evaluate all four determinants
STEP 4: Determine the solution using Cramer's Rule