Quantcast
Loading [MathJax]/jax/output/CommonHTML/autoload/mtable.js

3 Equations 3 Unknowns

Last modified by
on
Nov 7, 2024, 5:46:41 PM
Created by
on
Oct 16, 2020, 7:05:52 PM
[x,y,z]=[|d1b1c1d2b2c2d3b3c3||a1b1c1a2b2c2a3b3c3|,|a1d1c1a2d2c2a3d3c3||a1b1c1a2b2c2a3b3c3|,|a1b1d1a2b2d2a3b3d3||a1b1c1a2b2c2a3b3c3|]
aX+bY+cZ=d

The 3 Simultaneous Linear Equation calculator solves a system of simultaneous linear equations in three variables using Cramer's Rule.  The equations are of the form aX+ bY + cZ = d.

 

INSTRUCTIONS: Enter the coefficients in the matrix:

  • a1, b1, c1, d1
  • a2, b2, c2, d2
  • a3, b3, c3, d3

Linear Equation Solution (X, Y, Z): The calculator returns the [x, y, z] solution to the set of simultaneous equations.

The Math

Given a system of simultaneous equations:

    a1x+b1y+c1=d1

    a2x+b2y+c2=d2

    a3x+b3y+c3=d3

 

We can represent these three equations in matrix form using a coefficient matrix, as [a1b1c1a2b2c2a3b3c3][xyz]=[d1d2d3], where we refer to [a1b1c1a2b2c2a3b3c3] as the coefficient matrix.

Using Cramer's rule we compute the determinant of the coefficient matrix:  D=|a1b1c1a2b2c2a3b3c3|=a1(b2c3-b3c2)+b1(c2a3-a2c3)+c1(a2b3-b2a3)

We also form the Dx,  Dy, and Dz determinants as:

     Dx=|d1b1c1d2b2c2d3b3c3|

     Dy=|a1d1c1a2d2c2a3d3c3|

     Dz=|a1b1d1a2b2d2a3b3d3|

Continuing with Cramer's Rule, we compute the values of and y as:

     x=DxD

     y=DyD

     z=DzD

See also

 

This equation, 3 Equations 3 Unknowns, references 1 page
  • Comments
  • Attachments
  • Stats
No comments
This site uses cookies to give you the best, most relevant experience. By continuing to browse the site you are agreeing to our use of cookies.