suppose that Ax=32 and the value of
X is 8, then applying cramer rule, the
I value of lAl is
Answers
Using Cramer’s Rule to Solve a System of Two Equations in Two Variables
Evaluating the Determinant of a 2×2 Matrix
A determinant is a real number that can be very useful in mathematics because it has multiple applications, such as calculating area, volume, and other quantities. Here, we will use determinants to reveal whether a matrix is invertible by using the entries of a square matrix to determine whether there is a solution to the system of equations. Perhaps one of the more interesting applications, however, is their use in cryptography. Secure signals or messages are sometimes sent encoded in a matrix. The data can only be decrypted with an invertible matrix and the determinant. For our purposes, we focus on the determinant as an indication of the invertibility of the matrix. Calculating the determinant of a matrix involves following the specific patterns that are outlined in this section.
A GENERAL NOTE: FIND THE DETERMINANT OF A 2 × 2 MATRIX
The determinant of a \displaystyle 2\text{ }\times \text{ }22 × 2 matrix, given
\displaystyle A=\left[\begin{array}{cc}a& b\\ c& d\end{array}\right]A=[
a
c
b
d
]
is defined as
Figure 1
Notice the change in notation. There are several ways to indicate the determinant, including \displaystyle \mathrm{det}\left(A\right)det(A) and replacing the brackets in a matrix with straight lines, \displaystyle |A|∣A∣.
EXAMPLE 1: FINDING THE DETERMINANT OF A 2 × 2 MATRIX
Find the determinant of the given matrix.
\displaystyle A=\left[\begin{array}{cc}5& 2\\ -6& 3\end{array}\right]A=[
5
−6
2
3
]
SOLUTION
d
e
t
(
A
)
=
|
5
2
−
6
3
|
=
5
(
3
)
−
(
−
6
)
(
2
)
=
27
Using Cramer’s Rule to Solve a System of Two Equations in Two Variables
We will now introduce a final method for solving systems of equations that uses determinants. Known as Cramer’s Rule, this technique dates back to the middle of the 18th century and is named for its innovator, the Swiss mathematician Gabriel Cramer (1704–1752), who introduced it in 1750 in Introduction à l’Analyse des lignes Courbes algébriques. Cramer’s Rule is a viable and efficient method for finding solutions to systems with an arbitrary number of unknowns, provided that we have the same number of equations as unknowns.
Cramer’s Rule will give us the unique solution to a system of equations, if it exists. However, if the system has no solution or an infinite number of solutions, this will be indicated by a determinant of zero. To find out if the system is inconsistent or dependent, another method, such as elimination, will have to be used.
To understand Cramer’s Rule, let’s look closely at how we solve systems of linear equations using basic row operations. Consider a system of two equations in two variables.
\displaystyle \begin{array}{c}{a}_{1}x+{b}_{1}y={c}_{1}\left(1\right)\\ {a}_{2}x+{b}_{2}y={c}_{2}\left(2\right)\end{array}
a
1
x+b
1
y=c
1
(1)
a
2
x+b
2
y=c
2
(2)
We eliminate one variable using row operations and solve for the other. Say that we wish to solve for \displaystyle xx. If equation (2) is multiplied by the opposite of the coefficient of \displaystyle yy in equation (1), equation (1) is multiplied by the coefficient of \displaystyle yy in equation (2), and we add the two equations, the variable \displaystyle yy will be eliminated.