MAA101_Chapter_2
MAA101_Chapter_2
MAA101_Chapter_2
Department of Mathematics
The FPT university
Topics:
Examples.
M N
a b c aM + bP + cU aN + bQ + cV
P Q =
x y z xM + yP + zU xN + yQ + zV
U V
a
2 3 4 b = 2a + 3b + 4c
c
2 2a 2b 2c
3 a b c = 3a 3b 3c
4 4a 4b 4c
To multiply two matrices of large sizes, we can divide each matrix into
blocks and treat these as entries.
Example 1.
1 2 0 0 9 10 1 2 0 0 9 10
3 4 0 0 11 12 3 4 0 0
11 12
1 0 5 6 0 0 = 1 0
6 5 0 0
0 1 7 8 0 0 0 1 8 7 0 0
31 34
A 0 C AC 71 78
= = =
I B 0 C 9 10
11 12
Notes.
1 2
A matrix may not have an inverse. For example, the matrix
3 6
does not have an inverse.
The inverse matrix of a matrix A, if exists, is unique and is denoted
by A−1 . In this case we say A is invertible.
Theorem
a b
The matrix A = is invertible if and only if det(A) 6= 0. In that case,
c d
1 d −b
A−1 = .
det(A) −c a
1 2 2 4
A= , B=
3 4 3 6
x2 + · · · + ak →
x1 + a2 →
T (a1 →
− − −
xk ) = a1 T (→
−
x1 ) + a2 T (→
−
x2 ) + · · · + ak T (→
−
xk )
Theorem
Let T : Rn → Rm be a linear transformation. Then T is a matrix
transformation induced by the following m × n matrix
S ◦ T (→
−
x ) = S(T (→
−
x ))
for all →
−
x ∈ Rn .
TrungDT (FUHN) MAA101 Chapter 2 25 / 29
Theorem
If the matrix of T is A and the matrix of S is B then the matrix of S ◦ T
is BA.
OUTPUT
Farming Housing Garment
Farming 0.4 0.2 0.3
CONSUMPTION Housing 0.2 0.6 0.4
Garment 0.4 0.2 0.3
Problem. Find the annual prices that each industry must charge for its
income to equal its expenditures.
TrungDT (FUHN) MAA101 Chapter 2 27 / 29
OUTPUT
Farming Housing Garment
Farming 0.4 0.2 0.3
CONSUMPTION Housing 0.2 0.6 0.4
Garment 0.4 0.2 0.3
(I − E )P = 0