Algebra 5
Algebra 5
January 2024
Any matrix multiplied by the unit matrix gives the same matrix, i.e.,
AI = A.
Instructor: Kwame Piesie, PhD MATH 157: Algebra January 2024 3 / 30
ADDITION OF MATRICES
Two matrices can be added if they are of the same dimension. For
example,
a b e f a+e b+f
+ =
c d g h c+g d+h
3 4 10 6
Example: Given the matrices A = and B = , find
9 1 7 5
A + B.
10 6 3 4 10 + 3 6 + 4 13 10
A+B = + = =
7 5 9 1 7+9 5+1 16 6
3 4 10 6 3 − 10 4 − 6 −7 −2
A−B = − = =
9 1 7 5 9−7 1−5 2 −4
3 4 10 6 3(10) + 4(7) 3(6) + 4(5) 58 38
AB = × = =
9 1 7 5 9(10) + 1(7) 9(6) + 1(5) 97 59
a b c αa αb αc
If A = d
e f and α is a scalar then αA = αd αe
αf
g h k αg αh αk
a b c a b c a b c
If A = d e f then A2 = AA = d e f × d e f
g h k g h k g h k
13 5 7 3 8 7
Given that B = 1 9 8 and C = 0 2 5.
9 12 3 4 6 3
Find:
i. 2B + C
ii. C − B
iii. C 2
2 1 4
Find the transpose of the matrix A = 3 5 0
7 3 9
Solution:
2 3 7
The transpose of the matrix A is AT = 1 5 3
4 0 9
a b
|A| = = ad − bc
c d
a b c
The determinant of a 3 × 3 matrix A = d e f is defined as:
g h i
e f d f d e
|A| = a −b +c
h i g i g h
Instructor: Kwame Piesie, PhD MATH 157: Algebra January 2024 12 / 30
EXAMPLES
9 5
Find the determinant of the following matrices: T =
10 4
9 5
Given the matrix T = .
10 4
9 5
det(T ) = = (4 × 9) − (10 × 5) = 36 − 50 = −14
10 4
Solution:
2 5 0 5 0 2
|A| = 3 −8 +7
6 3 4 3 4 6
1 6
Given matrix A = , find the inverse of A.
4 5
Solution
det(A) = 5(1) − 4(6) = −19
−1 1 5 −6
A =−
19 −4 1
5 6
−1 − 19 19
A = 4 1
19
− 19
1 4 0 4 0 1
det(A) = −2 +3
6 0 5 0 5 6
= 1(−24) − 2(−20) + 3(5)
= -24 + 40 - 15
=1
1 0 5
Transpose of A: AT = 2 1 6
3 4 0
Now, we will find the determinant of each of the 2 × 2 minor
matrices.
For first row elements:
1 6
= −24
4 0
Find
the inverse ofthe following matrices
−4 8 5
V = 2 5 −4
−5 3 0
−2 8 −6
A = 0 −1 −4
−5 4 1
3x1 + 4x2 = 6
x1 − 2x2 = 3
Solution
Given:
3 4 x 6
A= , X= 1 , b=
1 −2 x2 3