A determinant is a function whose input is a square matrix and whose
output is a number. If A is a square matrix, then the determinant of A
is represented by either | A | or
det ( A ). Do not confound the determinant symbol with absolute value.
A determinant can be a negative number.
For a 2 X 2 matrix, the determinant is
.
Find the determinant
For a 3 X 3 matrix, the determinant is
Find the determinant
Cramer's Rule utilizes the coefficient matrix of a system of linear equations and determinants to find the solution.
Consider the general system of two linear equations in two variables:
a1x + b1y
= c1
a2x + b2y
= c2
The coefficient matrix is
.
Three determinants are defined in terms of the coefficient matrix:
Then Cramer's Rule finds the solution of the system of equations as
x = Dx / D
y = Dy / D
Use Cramer's Rule to solve the system
5 x + 3 y = - 2 -3 x + y = 4Solution
Consider the general system of three linear equations is three variables:
a1x + b1y
+ c1z = d1
a2x + b2y
+ c2z = d2
a3x + b3y
+ c3z = d3
The coefficient matrix is
.
Four determinants are defined in terms of the coefficient matrix:
Cramer's Rule finds the solution of the system of equations as
x = Dx / D
y = Dy / D
z = Dz / D
Use Cramer's Rule to solve the system
2 x - 5 y + 2 z = 0 x + 3 y + z = -1 y - 3 z = 0Solution