La 2
La 2
4 −1
2
1 9 3
B=
0 1 2
−1 5 10
Find the size of matrix B
2) Find B23 , B43 , B31 .
Solution
1) Size of B is 4 × 3
2) B23 = 3, B43 = 10, B31 = 0.
4
5
Trần Hoà Phú Chapter 2: Matrix Algebra
Trần Hoà Phú Chapter 2: Matrix Algebra
Matrix Operations
Addition A+B=?
Scalar Multiplication 3.A=?
Matrix Multiplication A.B=?
⇔ a + c b + a c + b = 3 2 −1
a+c =3
⇔ b + c = 2 ⇔ a = 0, b = −1, c = 3
a + b = −1
1 2 3
Exercise Find 3.
4 −1 2
Trần Hoà Phú Chapter 2: Matrix Algebra
Exercise
Solution: C
A2 − 6A + 5I = 0
A2 − 6A + 5I = 0
⇔A(A − 6I) = −5I
⇔A(6I − A) = 5I
⇔A(6I − A)/5 = I
⇔A−1 = (6I − A)/5 → iii.
Example
Solve
the linear system
−2x + y = −1
3x − 2y = 5
2x+ 3y + z = 10
2x − 3y − 3z = 22
4x − 2y + 3z = −2
Definition
2 2
T : R →
R is called
a linear
transformation
if it satisfies
x x x x
T 1 + 2 = T 1 + T 2 ∀x1 , x2 , y1 , y2 ∈ R
y1 y2 y1 y2
x x
T α = αT for all x , y ∈ R and α ∈ R
y y
We have
(3, 2, 1) = (1, 1, 1) + (1, 1, 0) + (1, 0, 0)
T (3, 2, 1) = T (1, 1, 1) + T (1, 1, 0) + T (1, 0, 0)
= (0, 1) + (1, 0) + (1, 1) = (2, 2)
Trần Hoà Phú Chapter 2: Matrix Algebra
Exercise
Let T : R2 → R2 be a linear transformation and assume that
T (1, 2) = (−1, 1) and T (0, 3) = (−3, 3). Compute T (2, 7).
A. (-4,4)
B. (-7,7)
C. (-5,5)
D. (-6,6)
We have
1 1 0 0
−2
= 0
− 2 1
+ 3 0
3 0 0 1
Then
1 1 0 0 ! ! ! !
1 2 5 12
L −2 = L 0 − 2L 1 + 3L 0 = −2 +3 =
−2 −3 1 7
3 0 0 1
We have ! ! !
7 1 1
=a +b
3 2 −1
Then
! ! ! ! ! !
7 10 1 11 1 10 −3 11 3 1
T = + = + =
3 3 2 3 −1 3 6 3 −6 −2