1.1 Matrices and Operations With Matrices
1.1 Matrices and Operations With Matrices
Chapter 1: Matrices
Chapter 2: Mathematics of Finance
Chapter 3: Differentials and Integrals in R
Chapter 4: Differentials in Rn
Le Ba Khiet, Phd. Faculty of Mathematics & Statistics, TDTU October 16, 2022 1 / 18
C01120: Mathematical Economics
Chapter 1: Matrices
Chapter 2: Mathematics of Finance
Chapter 3: Differentials and Integrals in R
Chapter 4: Differentials in Rn
Le Ba Khiet, Phd. Faculty of Mathematics & Statistics, TDTU October 16, 2022 1 / 18
C01120: Mathematical Economics
Chapter 1: Matrices
Chapter 2: Mathematics of Finance
Chapter 3: Differentials and Integrals in R
Chapter 4: Differentials in Rn
Le Ba Khiet, Phd. Faculty of Mathematics & Statistics, TDTU October 16, 2022 1 / 18
C01120: Mathematical Economics
Chapter 1: Matrices
Chapter 2: Mathematics of Finance
Chapter 3: Differentials and Integrals in R
Chapter 4: Differentials in Rn
Le Ba Khiet, Phd. Faculty of Mathematics & Statistics, TDTU October 16, 2022 1 / 18
References
Le Ba Khiet, Phd. Faculty of Mathematics & Statistics, TDTU October 16, 2022 2 / 18
Discussion
We begin with the following questions:
1 What is Economics?
Le Ba Khiet, Phd. Faculty of Mathematics & Statistics, TDTU October 16, 2022 3 / 18
Discussion
We begin with the following questions:
1 What is Economics?
Le Ba Khiet, Phd. Faculty of Mathematics & Statistics, TDTU October 16, 2022 3 / 18
Chapter 1: Matrices
4 Determinant of a Matrix
Le Ba Khiet, Phd. Faculty of Mathematics & Statistics, TDTU October 16, 2022 4 / 18
1.1 Matrices and Operations with matrices
Example 1
Two Vietnamese restaurants A and B in France serve 3 specialities:
Bun Bo, Pho and Hu Tieu. The following data provide the number of
bowls sold by these restaurants.
Le Ba Khiet, Phd. Faculty of Mathematics & Statistics, TDTU October 16, 2022 5 / 18
1.1 Matrices and Operations with matrices
Example 1
Thus the previous data can be stored in 2 matrices A and B as follows
35 30 40 45 50 60
A= , B =
40 50 45 50 45 55
Le Ba Khiet, Phd. Faculty of Mathematics & Statistics, TDTU October 16, 2022 6 / 18
1.1 Matrices and Operations with matrices
Example 2
Two Vietnamese restaurants A and B in France serve 3 specialities:
Bun Bo, Pho and Hu Tieu with the price in euros usually as follows
Le Ba Khiet, Phd. Faculty of Mathematics & Statistics, TDTU October 16, 2022 7 / 18
1.1 Matrices and Operations with matrices
Example 2
Let P be the usual price matrix
15 12 10
P= .
14 15 11
Le Ba Khiet, Phd. Faculty of Mathematics & Statistics, TDTU October 16, 2022 8 / 18
1.1 Matrices and Operations with matrices
Le Ba Khiet, Phd. Faculty of Mathematics & Statistics, TDTU October 16, 2022 9 / 18
1.1 Matrices and Operations with matrices
In general, if the matrix A has m rows and n columns → A is called a
m × n matrix.
The numbers in a matrix are called its elements. For example, a13
represents the element in the first row and the third column.
Example 4
Let
1 2 3 1 3 5
4
A= 5 2
6 and B = 4 6
.
7 8 9 3 6 9
Find A + B, A − B, 2A and −B.
Le Ba Khiet, Phd. Faculty of Mathematics & Statistics, TDTU October 16, 2022 13 / 18
1.1 Matrices and Operations with matrices
Example 5
A Vietnamese restaurant in USA serves 3 specialities: Bun Bo, Pho
and Hu Tieu with the price of each bowl 15$, 14$ and 11$ respectively.
The following data provide the number of bowls sold in 2 days.
Le Ba Khiet, Phd. Faculty of Mathematics & Statistics, TDTU October 16, 2022 14 / 18
1.1 Matrices and Operations with matrices
Le Ba Khiet, Phd. Faculty of Mathematics & Statistics, TDTU October 16, 2022 15 / 18
1.1 Matrices and Operations with matrices
Example 5
Find AB and BA if
3 2 1 2
A= and B = .
1 0 3 1
Le Ba Khiet, Phd. Faculty of Mathematics & Statistics, TDTU October 16, 2022 16 / 18
1.1 Matrices and Operations with matrices
Exercise
Find c13 if C = AB where
1 0 2
1 2 0
A= and B = 3 1 1
. Then calculate AB.
2 5 1
2 4 3
Identity Matrix
An n × n matrix that has 1s down its diagonal and 0s everywhere else
is called an identity matrix. For example, the matrix
1 0
I= is a 2 × 2 identity matrix.
0 1
Le Ba Khiet, Phd. Faculty of Mathematics & Statistics, TDTU October 16, 2022 17 / 18
1.1 Matrices and Operations with matrices
Exercise
Find c13 if C = AB where
1 0 2
1 2 0
A= and B = 3 1 1
. Then calculate AB.
2 5 1
2 4 3
Identity Matrix
An n × n matrix that has 1s down its diagonal and 0s everywhere else
is called an identity matrix. For example, the matrix
1 0
I= is a 2 × 2 identity matrix.
0 1
Le Ba Khiet, Phd. Faculty of Mathematics & Statistics, TDTU October 16, 2022 17 / 18
1.1 Matrices and Operations with matrices
Some Properties
Let be given some matrices A, B, C. We have
1. A + B = B + A
2. (A + B) + C = A + (B + C)
3. (A + B)T = AT + B T
4. A(B + C) = AB + AC
5. (AB)C = A(BC)
6. AB 6= BA
7. (AB)T = B T AT
8. AI = IA = A where I denotes the identity matrix.
Exercises
Page 200: 3, 4, 9, 10, 17, 21–24, 46, 50 . . .
Le Ba Khiet, Phd. Faculty of Mathematics & Statistics, TDTU October 16, 2022 18 / 18
1.1 Matrices and Operations with matrices
Some Properties
Let be given some matrices A, B, C. We have
1. A + B = B + A
2. (A + B) + C = A + (B + C)
3. (A + B)T = AT + B T
4. A(B + C) = AB + AC
5. (AB)C = A(BC)
6. AB 6= BA
7. (AB)T = B T AT
8. AI = IA = A where I denotes the identity matrix.
Exercises
Page 200: 3, 4, 9, 10, 17, 21–24, 46, 50 . . .
Le Ba Khiet, Phd. Faculty of Mathematics & Statistics, TDTU October 16, 2022 18 / 18