To calculate result you have to disable your ad blocker first.
Cramer's rule calculator
Specify the total number of equations in matrix and place the coefficients in the generated equation. Hit the Calculate button to solve the equation using Cramer's method.
Table of Contents:
Cramer rule formula
x = Dx/D
y = Dy/D
z = Dz/D
Where,
Dx, Dy, and Dz are determinant of matrix x, y, and z respectively, and
D is the determinant of main matrix.
Cramer's rule calculator efficiently solves the simultaneous linear equations and instantly finds the value for the variables in the equation. It applies the Cramer’s rule for 2x2, 3x3, and 4x4 matrices as well.
If you know how to use Cramer’s rule on 2x2 system, and looking for the implementation of Cramer’s rule on 3x3 or 4x4 systems, then continue reading the next sections.
What is Cramer’s rule?
Cramer’s rule is a method to evaluate the value of given unknown variables in linear equations. It is proposed by Gabriel Cramer in 1750. By using this rule, one can solve simultaneous linear equations with much ease.
How to solve linear equations with Cramer’s rule?
To solve simultaneous linear equations using Cramer’s rule, follow the below steps.
Example:
Solve the equations given below for x, y, and z.
2x+3y+5z=10
5x+3y+2z=12
x+5y+0z=8
Solution:
Step 1: By using the coefficients, variables, and constants, develop a matrix as shown below.
Step 2: Find the determinant of the main matrix. Suppose main matrix is equal to D.
= 2[(3×0)-(2×5)] - 3[(5×0)-(2×1)] + 5[(5×5)-(3×1)]
= 2(0-10) - 3(0-2) + 5(25-3)
= -20 + 6 + 110
|D| = 96
Step 3: Construct x, y, and z matrices by replacing the x, y, and z columns of the main matrix D by the constant matrix respectively.
Step 4: Take the determinant of all of the three new matrices x, y, and z.
Dx = 10[(3×0)-(2×5)] - 3[(12×0)-(2×8)] + 5[(12×5)-(3×8)]
Dx = -100 + 48 + 180
Dx = 128
Dy = 2[(12×0)-(2×8)] - 10[(5×0)-(2×1)] + 5[(5×8)-(12×1)]
Dy = -32 + 20 + 140
Dy = 128
Dz = 2[(3×8)-(12×5)] - 3[(5×8)-(12×1)] + 10[(5×5)-(3×1)]
Dz = -72 - 84 + 220
Dz = 64
Step 4: Apply the Cramer’s rules and place the values.
x = Dx/D = 128/96
x = 1.33
y = Dy/D = 128/96
y = 1.33
z = Dz/D = 64/96
z = 0.67
So, we got x = 1.33, y = 1.33, and z = 0.67 after applying Cramer’s rule on the given 3x3 equation.
References:
- Stapel, E. Cramer's Rule. purplemath.com