Ekuation

purpose

3x3 System of Equations Calculator

Solve three linear equations with three unknowns using Gaussian elimination or Cramer\'s rule. Full step-by-step row operations with augmented matrix display.

Back to Linear System Solver -- Step-by-Step Calculator

System Configuration

Algorithm used for solving and step display

Equation 1

a₁₁x + a₁₂y + a₁₃z = b₁

Equation 2

a₂₁x + a₂₂y + a₂₃z = b₂

Equation 3

a₃₁x + a₃₂y + a₃₃z = b₃

Quick Tips

Click to show tips

Try an Example

Pick a scenario to see how the calculator works, then adjust the values

Simple 2x2 System

Solve 2x + 3y = 7 and x - y = 1 using Gaussian elimination

Key values: 2×2 system · Unique solution · x=2, y=1

3x3 Engineering System

Solve a 3-variable system commonly found in circuit analysis

Key values: 3×3 system · Cramer's Rule · 3 unknowns

Parallel Lines (No Solution)

Explore what happens when two equations have no intersection

Key values: 2×2 system · Inconsistent · No solution

Documentation

Systems as Intersecting Planes

Each equation in a 3×3 system represents a plane in 3D space:

{a1x+b1y+c1z=d1a2x+b2y+c2z=d2a3x+b3y+c3z=d3\begin{cases} a_1x + b_1y + c_1z = d_1 \\ a_2x + b_2y + c_2z = d_2 \\ a_3x + b_3y + c_3z = d_3 \end{cases}

The solution is where all three planes meet. Unlike the 2D case (intersecting lines), 3D geometry produces more diverse outcomes:

  • Unique point: Three planes meet at a single point
  • Line: Three planes share a common line (dependent system)
  • Plane: All three equations describe the same plane
  • No solution: At least two planes are parallel, or they form a “triangular prism” (pairwise intersections are parallel lines)

Solution Strategy

The standard approach is systematic elimination — reduce the 3×3 system to a 2×2 system, then to a single equation:

  1. Use equations 1 and 2 to eliminate one variable (say zz)
  2. Use equations 1 and 3 to eliminate the same variable (zz)
  3. Solve the resulting 2×2 system for xx and yy
  4. Back-substitute to find zz

Tip: Always eliminate the same variable in steps 1 and 2. Choosing the variable with the simplest coefficients (especially ±1) minimizes arithmetic errors.


The 3×3 Determinant

The coefficient matrix determinant determines solvability:

det(A)=a1(b2c3b3c2)b1(a2c3a3c2)+c1(a2b3a3b2)\det(A) = a_1(b_2 c_3 - b_3 c_2) - b_1(a_2 c_3 - a_3 c_2) + c_1(a_2 b_3 - a_3 b_2)

This is the cofactor expansion along the first row. If det(A)0\det(A) \neq 0, the system has a unique solution. If det(A)=0\det(A) = 0, the system is either inconsistent (no solution) or dependent (infinitely many).


Worked Example

Solve:

{x+y+z=62xy+z=3x+2yz=5\begin{cases} x + y + z = 6 \\ 2x - y + z = 3 \\ x + 2y - z = 5 \end{cases}

Eliminate z from equations 1 and 3 (add them):

2x+3y=11(I)2x + 3y = 11 \quad \text{(I)}

Eliminate z from equations 2 and 3 (add them):

3x+y=8(II)3x + y = 8 \quad \text{(II)}

Solve the 2×2 system (I) and (II):

From (II): y=83xy = 8 - 3x. Substitute into (I): 2x+3(83x)=112x + 3(8 - 3x) = 117x=13-7x = -13x=13/7x = 13/7.

Then y=839/7=17/7y = 8 - 39/7 = 17/7 and from equation 1: z=613/717/7=12/7z = 6 - 13/7 - 17/7 = 12/7.


Frequently Asked Questions

What does a 3x3 system of equations represent geometrically?

Each equation in a 3x3 system represents a plane in 3D space. The solution is where all three planes meet. They can intersect at a single point (unique solution), along a line (infinitely many solutions), or not at all (no solution if planes are parallel or form a triangular prism).

How do I solve a 3x3 system step by step?

Use systematic elimination: (1) use two pairs of equations to eliminate the same variable, reducing to a 2x2 system, (2) solve the 2x2 system for two unknowns, (3) back-substitute into one original equation to find the third unknown.

What does the 3x3 determinant tell me?

The determinant of the coefficient matrix tells you whether a unique solution exists. If the determinant is non-zero, the system has exactly one solution. If it equals zero, the system is either inconsistent (no solution) or dependent (infinitely many solutions).

Which variable should I eliminate first?

Choose the variable with the simplest coefficients, especially those with a coefficient of 1 or 1-1. This minimizes arithmetic errors and simplifies the elimination steps. Always eliminate the same variable from both equation pairs.

What are common applications of 3x3 systems?

Common applications include circuit analysis (Kirchhoff's laws for multi-loop circuits), structural engineering (force equilibrium in three dimensions), traffic flow problems, and chemical equation balancing.

Related purpose Variants

Explore more purpose options

More Math Calculators

Explore the category

Calculator Search

Search and find calculators