Matrix Algebra PT 1 - CH No. 09
Matrix Algebra PT 1 - CH No. 09
Matrix Algebra PT 1 - CH No. 09
Week 7-8
This week
01 Matrices
03 Types of Matrices
04 Application of a Matrix
Matrices
Definition: “Matrix is a rectangular array of elements”
In general,
Continue…
Order of Matrix(Dimension): A matrix of m rows and n columns is said to be of
order m×n.
Identity Matrix: It is also called unit matrix. It is n x n matrix for which each main diagonal
entry is a 1 and all other entries are 0.
1 0 0 0
1 0 0
1 0 0 1 0 0
e.g. 𝐼2 = , 𝐼3 = 0 1 0 , 𝐼4 =
0 1 0 0 1 0
0 0 1
0 0 0 1
Continue…
Augmented Matrix: A matrix derived from system of linear equations (each written in
standard form with the constant term on the right) is the augmented matrix of the system.
3𝑥 − 2𝑦 + 𝑧 = 5
e.g. Linear system: ቐ 𝑥 + 3𝑦 − 𝑧 = 0
−𝑥 + 4𝑧 = 11
The augmented matrix will be,
3 −2 1 5
1 3 −1 0
−1 0 4 11
Transpose of a Matrix
3 4 1
Convert rows into column. i.e. AT =
2 0 −2
Exercise 9.2
Q1 – Q10
Q1: Find a, b, c, and d, if
𝑎 𝑏 1 3
=
𝑐 𝑑 5 2
Solution:
Since the two matrices are equal, the corresponding entries must be same.
So, a = 1, b = 3, c = 5, and d = 2.
Performing Operations on Matrices
Solution:
Since column in A is equal to rows in B. therefore, we can perform matrix
multiplication;
5 7 1 2 5∗1+7∗9 5 ∗ 2 + 7 ∗ (−1)
AB = =
−3 0 9 −1 −3 ∗ 1 + 0 ∗ 9 −3 ∗ 2 + 0 ∗ (−1)
68 3
=
−3 −6
Continue…
1 2 5 7 1∗5 + 2 ∗ (−3) 1∗7 + 2∗0
BA= =
9 −1 −3 0 9 ∗ 5 + (−1) ∗ (−3) 9 ∗ 7 + −1 ∗ 0
−1 7
=
48 63
b) Total revenue in Santa Monica is $4690, in Long Beach is $1690 and in Anaheim is $13210.
Word Problem 2:
Word Problem 2:
81.5
95.8
Answer = 67.7
81.3
74.9
The final average grades of five students are 81.5, 95.8, 67.7, 81.3, and 74.9 respectively.
Thank You!