Examples and Practice Questions
Examples and Practice Questions
Each minor of a two by two matrix with a sign is called the cofactor of an entry in a square matrix of the order two.
Introduction
In a two by two matrix, the cofactor of an entry is calculated by multiplying the following two factors.
The negative one raised to the power of sum of the number of the row and the number of the column of the corresponding element.
Let us learn how to find the cofactor of every entry for the following example matrix.
𝐵 = [𝑏𝑏 11 𝑏
𝑏
12
]
21 22
It is essential to learn how to find the minors of entries in a square matrix of the order two.
𝑀 = |𝑏 |
11 22
∴ 𝑀 =𝑏 11 22
𝐶 11 −
= ( 1) 1+1 × 𝑀 11
⟹ 𝐶11 −
= ( 1)
1+1
× 𝑏 22
⟹ 𝐶11 = (−1) 2
× 𝑏 22
Ad removed.
⟹ 𝐶11 = 1×𝑏 22
Show details
∴ 𝐶 11 = 𝑏 22
𝑀 = |𝑏 |
12 21
∴ 𝑀 =𝑏 12 21
𝐶 12 −
= ( 1) 1+2 × 𝑀 12
⟹ 𝐶12 − 𝑏 = ( 1) 1+2 × 21
⟹ 𝐶12 = (−1) × 𝑏
3
21
⟹ 𝐶12 = (−1) × 𝑏 21
∴ 𝐶 = −𝑏 12 21
𝑀 = |𝑏 |
21 12
∴ 𝑀 =𝑏 21 12
The cofactor of the element 𝑏 21 is denoted by 𝐶 21 . For the entry 𝑏 21 , the number of the row is 2 and the number of the column is 1.
The cofactor of the entry 𝑏 21 is evaluated by multiplying the minor of this element with the negative one raised to the power of the sum of 2
and 1.
𝐶 21 −
= ( 1) 2+1 × 𝑀 21
⟹ 𝐶21 − 𝑏 = ( 1) 2+1 × 12
⟹ 𝐶21 = (−1) × 𝑏 3
12
⟹ 𝐶21 = (−1) × 𝑏 12
∴ 𝐶 = −𝑏 21 12
𝑀 22 = | 𝑏 11 |
∴ 𝑀 22 = 𝑏 11
𝐶 22 = ( 1)− 2+2
× 𝑀 22
⟹ 𝐶22 − = ( 1) 2+2
× 𝑏 11
⟹ 𝐶22= (−1) 4
× 𝑏 11
⟹ 𝐶22= 1×𝑏 11
∴ 𝐶 =𝑏 22 11
Signs
A sign technique can be used as a shortcut method
while finding the cofactors of entries in a 2 × 2
matrix.
+ –
⎡
⎢𝑏11 𝑏12 ⎤ ⎥
𝐵 = ⎢ – +⎥
⎢ ⎥
⎣𝑏 21 𝑏 22 ⎦
In the first row, write a plus sign above the first
element and a negative sign over the second
element.
In the second row, write a minus sign above the
first element and a positive sign over the
second element.
Example
𝐴 = [−52 36]
Let’s find the cofactors of the entries in the the matrix 𝐴 of the order 2.
(1). 𝐶 11 −
= ( 1) 1+1 |6| = + |6| = 6
(2). 𝐶 12 −
= ( 1) 1+2 | 2| = − − |−2| = −(−2) = 2
The cofactor of the entry three is positive two.
(3). 𝐶 21 −
= ( 1) 2+1 |3| = − |3| = −3
The cofactor of the entry negative two is negative three.
(4). 𝐶 22 −
= ( 1) 2+2 |6| = + |5| = 5
In this way, the cofactor of every element can be calculated in a square matrix of the order two.
Ad Sider
A 3×3 matrix
Key Terms:
Below are some terms that are essential to finding the inverse of a
matrix:
Determinant: A matrix's determinant is the scalar value produced for
a given square matrix. The determinant is dealt with in linear algebra,
and it is computed using the elements of a square matrix.
Minors: The matrix created after eliminating the row and column of
the matrix in which that specific element lies is defined as the minor of
the matrix.
Cofactors: The cofactor of an element in matrix A is produced by
multiplying the element's minor Mij by (-1)i+j.
Adjoint: A matrix A's adjoint is the transpose of A's cofactor matrix.
Inverse of a matrix
A square matrix A is invertible if and only if A is a nonsingular matrix.
The inverse of a matrix may be obtained by dividing the adjoint of a
matrix by the determinant of the matrix. The inverse of a matrix may be
computed by following the steps below:
Let A = a21
⎣a31 a33 ⎦
a22
a23
a32
⎡A11
A12
A13 ⎤
A23 =
⎣A31 A33 ⎦
Adjoint of A = Transpose of A21 A22
A32
⎡A11 A21 A31 ⎤
1
Inverse of matrix A = A{-1}=
⎣A13 A33 ⎦
∣A∣
A12 A22 A32
A23
Now, let's look at how determinants and matrices may be used to solve
systems of linear equations in two or three variables and to assess the
system's consistency.
Augmented Matrix
b1 x + b2 y + b3 z = d2
c1 x + c2 y + c3 z = d3
⎡a1 x + a2 y + a3 z ⎤ ⎡d1 ⎤
b1 x + b2 y + b3 z = d2
⎣ c1 x + c2 y + c3 z ⎦ ⎣d3 ⎦
y = d2
⎣ c1 ⎦ ⎣ z ⎦ ⎣d3 ⎦
b1
b2 b3
c2 c3
x - 2y = 5
4x - 3y - z = 3
5y - 7z = 9
⎡1 −2 0 5⎤
The following augmented matrix is: 4 −3 −1 3
⎣0 9⎦
5 −7
AX = B
A system of equations is solved using the inverse of a matrix by the
following steps:
⎡a b c⎤
f = a(ei − f h) − b(di −
⎣g i⎦
Determinant of 3×3 matrix: d e
h
gf ) + c(dh − ge)
Then we will compute the Minors and Cofactors
The matrix created after eliminating the row and column of the matrix in
which that specific element lies is defined as the minor of the matrix.
⎣a31 a33 ⎦
Let A = a21 a22
a23
a32
[ ]
a21 a23
The minor of the element a12 is M12 =
a31 a33
−M32 C32
⎡a11 a12
a13 ⎤
LetA = a21
⎣a31 a33 ⎦
a22 a23
a32
⎣C13 C33 ⎦
Adjoint of A=Transpose of Cofactor Matrix = C12 C22 C32 =
C23
⎡A11 A21 A31 ⎤
⎣a31 a33 ⎦
Let A = a21
a22
a23
a32
⎣A13 A33 ⎦
Adjoint of A = A12 A22 A32
A23
1
⎡A11 A21 A31 ⎤
-1
⎣A13 A33 ⎦
Inverse of matrix A = A = ∣A∣ A12
A22 A32
A23
Step 2: Computing the X Matrix
AX = B
⎡a1 a2 a3 ⎤
⎡x⎤ ⎡d1 ⎤
Where: A = b1 b3 , X = y , B = d2
⎣ c1 c3 ⎦ ⎣z ⎦ ⎣d3 ⎦
b2
c2
X = A-1B
If (adj A) B ≠ O, (O being zero matrices), then the solution does not exist,
and the system of equations is called inconsistent.
If (adj A) B = O, then the system may be either consistent or inconsistent
- the system has either infinitely many solutions or no solution.
Solved Examples
Question 1: Find the following of the given matrix A =
⎡3 2 −1⎤
−5 0 −2
⎣3 −1⎦
4
determinant of matrix A
cofactor matrix A
adjoint of matrix A
inverse of matrix A
Solution:
⎡3 2 −1⎤
The given matrix is A = −5 0 −2
⎣3 −1⎦
4
Determinant of the A = 3(0 × (−1) − 4 × (−2)) + 5(2 ×
(−1) − 4 × (−1)) + 3(2 × (−2) − 0 × (−1))
= 3(0+8)+5(-2+4)+3(-4)
= 3 × 8 + 5 × 2 + 3 × (-4)
= 24 + 10 - 12 units
Cofactor of matrix A =
⎡8 −11 −20⎤
Cofactor matrix of A = C = −2 0 −6
⎣−4 10 ⎦
11
Adjoint of matrix A = transpose of cofactor matrix C
⎡8 −20⎤
′
−11
C = −2 0 −6
⎣−4 10 ⎦
11
⎡ 8 −2 −4⎤
A = −11 0 11
⎣−20 10 ⎦
−6
Inverse of matrix A = A−1 = ∣A∣
1
adj.A
⎡ 8 −2 −4⎤
1
−11 0 11
⎣−20 10 ⎦
= 22
−6
⎡ 11 ⎤
4 −1 −2
11 11
−1 1
0
⎣ −10 5 ⎦
= 2
2
−3
11 11 11
Solution:
Let "x" and "y" represent the monthly salary and a yearly increase
of a certain amount, respectively.
According to the question;
x + y = 300 ⇢ (i)
x + 3y = 600 ⇢ (ii)
This can be written as AX = B, where
1 1 300
A=[ ],X = [ ],B = [ ]
x
1 3 y 600
Determinant of A = 1 × 3 - 1 × 1 = 3 - 1 = 2
3 −1
Adjoin of A = [ ]
−1 1
3 −1
A−1 = 1
[ ]
2 −1 1
300
X= 1
[ ]
2 300
150
X=[ ]
150
c Algebra1.
x +xySet
++ yTheory
z+= 3z = 3Probability Statistics Geometry Calculus Logarith Sign In
x + 2y = 10
2. xy++2y = 66
4z =
3. y + 4z = 10
⎡1 1 1⎤
This can be written as AX = B, where A = 1 2 0 ,X =
⎣0 4⎦
1
⎡x⎤ ⎡3⎤
y , B = 10
⎣z ⎦ ⎣6⎦
⎡8 −3 −2⎤
Adj. A = −4 4 1
⎣1 1⎦
−1
⎡8 −3 −2⎤
−1 1 1
= = −4 4 1
⎣1 1⎦
Thus, A ∣A∣ [Link] A
5
−1
X = A-1B
1
⎡8 −3 −2⎤ ⎡ 3 ⎤
X= −4 4 1 10
⎣1 1 ⎦⎣ 6 ⎦
5
−1
⎡x⎤ ⎡ 24 − 30 − 12 ⎤ ⎡−18⎤ ⎡ 5 ⎤
−18
1 1 34
y = −12 + 40 + 6 = 34 =
⎣z ⎦ ⎣ 3 − 10 + 6 ⎦ ⎣ −1 ⎦ ⎣ −1 ⎦
5 5 5
5
Therefore;
−18 34 −1
X= 5
,Y = 5
,Z = 5
Question 4: Assume Joe, Max, and Polly went shopping at the mall. Joe
pays 45/- for 4 kg of apples, 7 kg of bananas, and 6 kg of guavas. Max
pays 30/- for 2 kg of apples and 5 kg of guavas, and Polly pays 35/- for 3
kg of apples, 1 kg of bananas, and 4 kg of guavas. How much do apples,
bananas, and guavas cost per kilogram?
Solution:
⎡4 7 6⎤ ⎡x⎤ ⎡45⎤
A= 2 0 5 , X = y , B = 30
⎣3 4⎦ ⎣z ⎦ ⎣35⎦
1
The solution of the given system of equations be X = A-1 B.
In order to find the inverse of A, we will first find the determinant of
A.
⎡4 7 6⎤ ⎡x⎤ ⎡45⎤
A= 2 0 5 , X = y , B = 30
⎣3 4⎦ ⎣z ⎦ ⎣35⎦
1
1
A−1 = ∣A∣
adj.A
⎡−5 −22 35 ⎤
7 −2 −6
⎣2 −14⎦
Adj. of A =
17
A−1 = 1
41
adj.A
1
⎡−5 −22 35 ⎤ ⎡45⎤
−1
X=A B= 7 −2 −6 × 30
⎣2 −14⎦ ⎣35⎦
41
17
⎡340⎤ ⎡8.3⎤
1
X = 41 45 = 1.1
⎣110⎦ ⎣2.7⎦
Solution:
6
⎡x⎤ ⎡50⎤
y , B = 40
⎣z ⎦ ⎣60⎦
The solution of the given system of equations is X = A-1B. In order
to find the inverse of A, we will first find the determinant of A.
Determinant of A |A| = 2(3 - 36) - 3(15 - 24) + 2(30 - 4) = 2 × (-33)
- 3(-9) + 2(26) = -66 + 27 + 52 = 13
Now, find the adjoint of A to get the inverse of A.
A11 = 3 - 36 = -33, A12 = -(15 - 24) = 9, A13 = 30 - 4 = 26
A21 = -(9 - 12) = 3, A22 = 6 - 8 = -2, A23 = -(12 - 12) = 0
1 1
⎡ −33 3 16 ⎤
A{-1}=A−1 = ∣A∣ adj.A = 13 9 −2 −2
⎣ 26 −13⎦
0
A31 = 18 - 2 = 16, A32 = -(12 - 10) = -2, A33 = 2 - 15 = -13
⎡−33 3 16 ⎤
Thus, Adj.A = 9 −2 −2
⎣ 26 −13⎦
0
X = A-1B
⎡−33 3 16 ⎤ ⎡50⎤
1
X = 13 9 −2 −2 40
⎣ 26 −13⎦ ⎣60⎦
⎡x⎤ 1
⎡ −33 × 50 + 3 × 40 + 16 × 60⎤
y = 13 9 × 50 − 2 × 40 − 2 × 60 =
⎣z ⎦ ⎣ 26 × 50 + 0 × 40 − 13 × 60 ⎦
1
⎡ −570⎤ ⎡−43.8⎤
250 = 19.2
⎣ 520 ⎦ ⎣ 40 ⎦
13
x = 43.8, y = 19.2, z = 40
Related Articles
3x + 4y = 5
2x - y = 1
x + 2y + 3z = 9
2x + 3y +z = 8
3x + y + 2z = 7
2x + y = 4
4x + 2y = 8
x+y+z=2
2x + 3y - z = 1
3x + 4y + z = 3
Solutions:
1. x = 9/11, y = 7/11
2. x = 2/3, y = 5/3, z = 5/3
3. Infinite Solutions x=t, y = 4-2t
4. x = 5, y = -3, z = 0