βŠ•

2D Systems Two variables

2D Systems of Linear Equations

A system of two linear equations in two variables has the form:

a₁x + b₁y = c₁
aβ‚‚x + bβ‚‚y = cβ‚‚

Each equation represents a line in the plane. The solution corresponds to the intersection point.

Three Possible Outcomes

  • Unique Solution β€” Lines intersect at one point. Consistent & independent.
  • No Solution β€” Lines are parallel. Inconsistent system.
  • Infinite Solutions β€” Lines are coincident. Consistent & dependent.

Dragging

Click and drag the numbered circles on each line to shift it. The constant term c updates as you drag.

↔ Click and drag the numbered circles on each line to move it
Equation 1 β€” Blue Line
x + y =
Equation 2 β€” Pink Line
x + y =
Solution β€”
Drag lines to see solution
[ 2.0 1.0 ] [ x ] = [ 5.0 ]
[ 1.0 -1.0 ] [ y ] = [ 0.0 ]
⬑

3D Systems Three variables

3D Systems of Linear Equations

A system of three equations in three variables:

a₁x + b₁y + c₁z = d₁
aβ‚‚x + bβ‚‚y + cβ‚‚z = dβ‚‚
a₃x + b₃y + c₃z = d₃

Each equation represents a plane in 3D space. The solution is the intersection of all three planes.

Possible Outcomes

  • Unique Solution β€” Planes intersect at exactly one point.
  • No Solution β€” Planes have no common intersection.
  • Line of Solutions β€” Planes intersect along a line.
  • Plane of Solutions β€” All three planes coincide.

Navigation

Click and drag to orbit. Scroll to zoom in/out. The green sphere marks the unique solution point.

βŠ™ Drag to orbit the 3D view. Scroll to zoom. Green sphere = solution point
Equation 1 β€” Cyan Plane
x + y + z =
Equation 2 β€” Magenta Plane
x + y + z =
Equation 3 β€” Yellow Plane
x + y + z =
Solution βœ“ Unique
Calculating…
[ 1.0 1.0 1.0 ] [ x ] = [ 6.0 ]
[ 2.0 1.0 -1.0 ] [ y ] = [ 1.0 ]
[ 1.0 -1.0 2.0 ] [ z ] = [ 3.0 ]