Quantcast
Processing math: 100%

Cramer's Rule (three equations)

Last modified by
on
Jun 8, 2023, 8:19:42 PM
Created by
on
Feb 10, 2015, 5:03:18 AM
[x,y,z]=[a1b1c1d1a2b2c2d2a3b3c3d3]
aX+bY+cZ=d
Tags
UUID
20839d91-b0e2-11e4-a9fb-bc764e2038f2

The Cramer's Rule 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.  Enter the coefficients for the three equations

 

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


Matrix Calculators


This equation, Cramer's Rule (three equations), references 1 page
This equation, Cramer's Rule (three equations), is used in 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.