Chapter 01 - PPT 3
Chapter 01 - PPT 3
Chapter 01 - PPT 3
Contents
1. Solutions and Elementary Operations
2. Gaussian Elimination
3. Homogeneous Equations
1.1. Solutions and Elementary Operations
coefficients variables = unknowns
a1x1+a2x2+…+anxn=b is called a linear equation (phương trình
tuyến tính)
A solution (nghiệm) to the equation is a sequence s1,s2,…,sn
such that a1s1+a2s2+…+ansn=b
s1,s2,…,sn is called a solution to a system of linear equations if
s1,s2,…,sn is a solution to every equation of the system
A system may have:
0
no solution
unique solution
1
an infinite family of solutions
A system that has no solution is called inconsistent (không
tương thích/ không nhất quán)
A system that has at least one solution is called consistent
(tương thích/ nhất quán)
Inconsistent Consistent
(không (tương thích)
tương thích)
No solutions Unique solution Infinitely many
( vô nghiệm) (nghiệm duy nhất) solutions
(vô số nghiệm)
Example 1
x 2 y 1 x y z 1
x 2 y 3 x y z 3
no solution (0,2,1), (2,0,1) (t,2-t,1)
Inconsistent Consistent
(infinitely many solutions)
(t,2-t,1) is called a general solution and
given in parametric form, t is parameter
( t is arbitrary)
Elementary Operations
(phép biến đổi sơ cấp)
Interchange two equations (type I)
3x1 2 x2 x3 x4 1 3 2 1 1 1
x3 2 x4 0
2 x1 2 0 1 2 0
3x1 x2 2 x3 5 x4 2 3 1 2 5 2
augmented matrix
coefficient matrix
constant matrix
3 2 1 1 1
2 0 1 2 0
3 1 2 5 2
Example 2
Consider the system
x y 1
x 2 y 2
1 1 1
augmented matrix
1 2 2
Example 2
x y 1 x y 1 x y 1 x 0 y 0
x 2 y 2 0 x 3 y 3 0 x y 1 0 x y 1
1 1 1 ( III ) 1 1 1 1 1 1
( II ) ( III ) 1 0 0
1 2 2 0 3 3 0 1 1 0 1 1
Solution (0,-1)
Theorem. Suppose an elementary operation is performed on a
system of linear equations. Then the resulting system has the
same set of solutions as the original system, so the two system
are equivalent (tương đương)
In this case,their augmented matrices are called row-equivalent
1.2. Gaussian Elimination
(phép khử Gauss)
By using elementary row operations to carry the
augment matrix to “nice” matrix such as
1 0 0*
0 1 0*
0 0 1*
0 1 * * * * *
0 0 0 1 * * *
0 0 0 0 1 * *
leading ones
0 0 0 0 0 0 1
0 0 0 0 0 0 0
1 * * * 0 1 * * 1 * *
0 1 * * 0 0 0 1 0 0 0
0 1 * * 0 0 0 0 0 0 1
A reduced row-echelon matrix
(ma trận bậc thang theo dòng thu
gọn) has the properties
It is a row-echelon matrix
Each leading 1 is the only 1 0 * 0
0 1 * 0
nonzero entry in its
column 0 0 0 1
Which is a reduced row-
echelon matrix?
1 * 0
1 * 0 0 1 0
0 0 1
0 0 1
1 0 * 0 0 1 * 0 1 * 0
0 1 * 0 0 0 0 1 0 0 0
0 0 0 1 0 0 0 0 0 0 1
How to carry a matrix to
(reduced) row-echelon form?
Elementary row operations
Gaussian Algorithm
Theorem. Every matrix can be brought to (reduced) row-
echelon form by a series of elementary row operations
Step 1. If all row are zeros, stop
Step 2. Otherwise, find the first column from the left
containing a nonzero entry (call it a) and move the row
containing a to the top position
Step 3. Multiply that row by 1/a to creat the leading 1
Step 4. By subtracting multiples of that row from the
rows below it, make each entry below the leading 1
zero
Step 5. Repeat step 1-4 on the matrix consisting of the
remaining rows
Gaussian Algorithm
0 0 0 0
0 0 0 0
step 1: stop
0 0 0 0
leading one
0 0 0 0
2 2 1 0 1 1
0 0 1 3 1 1 0 1 1 0
r r 0 0 1 3 2r
2 2
2 1 0
1 2 4 r r
0 0 1 3
1 1 4
1 2
0 0 1 3
0 3 0 6 0 3 0 6 0 3 0 6 0 3 0 6
4 7 5 1 4 7 5 1 4 7 5 1 0 3 7 1
2 3 11 4 2 3 11 4 0 3 9 6
1
2 1 3
3 11 3 0 3 11 3 0 0 2 6 3
1 1 3 1 1 2 r r
r2 1 3 1 1 1 r 1 3 1 1
0 1 3 2 0 1 3 2
3
3 2 3 7
0 1 3 2
0 2 6 3 0 0 0 7 0 0 0 1
row-echelon matrix
1 3 1 1 2 r r 3 2 1 3 1 0
r r
0 1 3 2 3 1
0 1 3 0
0 0 0 1 0 0 0 1
1 0 10 0
3 r r
2
0
1
1 3 0
0 0 0 1
reduced row-echelon matrix
Do yourself – carry these matrices to
reduced row-echelon matrices
0 1 3 2
B 2 1 0 1
2 1 3
A 3 0 0 4
1 0 2
1 2 0 1
2 1 3 0
0 2 1 3 D
C 0 5 3 2
1 3 0 1
1 3 3 2
Gauss-Jordan Elimination
(for solving a system of linear equantions)
Step 1.Using elementary row
operations, augmented matrix 1 0 10 0 x 0 y 10 z 0
reduced row-echelon matrix 0 1 3 0 0 x 1 y 3 z 0
0 0 0 1 0 x 0 y 0 z 1
Step 2. If a row [0 0 0…0 1] occurs,
the system is inconsistent reduced row echelon matrix
3 7 2 10 0 1 2 19 0 0 0 20
1
1 2 0 3
r
0 1 2 1
3
20
0 0 0 1
inconsistent
1 2 1 3 1 1 2 1 3 1
2 4 1 0 5
0 0 3 6 3 leading one
1 2 2 3 4 0 0 3 6 3
1 2 1 3 1 1 2 0 1 2
0 0 1 2 1 0 0 1 2 1
0 0 0 0 0 0 0 0 0 0
reduced row echelon matrix
x2,x4 are nonleading
variables, so we set x1 = 2 + 2t - s
x2=t and x4=s x2 = t
(parameters) and then x3 = 1 + 2s
compute x1, x3 x4 = s
Do yourself – solve the following systems
given by augmented matrices
1 1 0 3 0 1 2 3 5 0 1 2 1 1 0
1) 0 0 1 2 0 2) 0 1 2 2 0 3) 3 4 2 5 0
0 0 0 0 0 0 0 0 0 0 2 3 3 1 0
3 1 1 1
4) 2 0 5 2
0 2 13 8
Example
Which condition on the numbers a,b,c is the system
3x y z a
x y 2z b
5 x 3 y 4 z c
consistent ?
3 1 1 a 1 1 2 b 3r r 1 2 1 1 2 b
r r
1
2
5 r r
1 3
1 1 2 b 3 1 1 a 0 4 7 a 3b
5 3 4 c 5 3 4 c 0 8 14 c 5b
3 r r 1
1 2 1 2 b
5 r r
1 3
0 4 7 a 3b
0 0 0 c 2a b
Answer: c-2a+b=0
The rank of a matrix
The reduced row-echelon form of a matrix A is
uniquely determined by A, but the row-
echelon form of A is not unique
The number r of leading 1’s is the same in
each of the different row-echelon matrices
As r depends only on A and not on the row-
echelon forms, it is called the rank of the
matrix A, and written r=rankA
The rank of a matrix
If the a matrix A has the row-echelon matrix is
0 1 * * * * *
0 0 0 1 * * *
0 0 0 0 1 * *
0 0 0 0 0 0 1
0 0 0 0 0 0 0
then rankA=4
Theorem 2
Suppose a system of m equations in n
variables has a solution. If the rank of the
augment matrix is r then the set of
solutions involves exactly n-r parameters
leading one
1 2 1 3 1 1 2 1 3 1 1 2 1 3 1
2 4 1 0 5 0 0 3 6 3 0 0 1 2 1
1 2 2 3 4 0 0 3 6 3 0 0 0 0 0
rankA=2
1 2 1 3 3d1 d2 1 2 1 3 1 2 1 3
d1 d3 d 2 d3
3 5 1 m 0 1 2 m 9 0 1 2 m 9
1 1 1 1 0 1 2 2 0 0 0 m 7
1 2 3 1 2 3 1 2 3
2 3 4 0 1 2 0 1 2
3 4 m 0 2 m 9 0 0 m 5
rankA=2 iff m=5 (rankA=3 iff m ≠5)
x1 x2 x3 x4
17
Number of parameters = number of 1 * * * 0
23 nonleading variables
12 = n - r (số ẩn – hạng ma trận) 0 0 1 * 0
6 r = rankA = number of leading ones 0 0 0 0 0
None of the others
leading variables: x1, x3
1 2 1 1 0 1 2 1 1 0 1 2 1 1 0
3 1 3 0 0
0 7 6 3 0
0 1 1 1 0
0 1 1 1 0 0 1 1 1 0 0 7 6 3 0
1 2 1 1 0
0 1 1 1 0 w is nonleading variable, so w=parameter=t
0 0 1 4 0
Solution: w=t, z=4t, y=3t, x=3t
Exercises
x 2y z 1
9. Find all values of m such that the system 2 x 5y 3z 5
3x 7y m2 z 6
has infinitely many solution.
m=1
m=2 1 2 1 1 1 2 1 1 1 2 1 1
m=0
2 5 3 5 0 1 1 3 0 1 1 3
m= 1 3 7 m2 6 0 1 m2 3 3 0 0 m2 4 0
m=3
Exercises
3x 2y mz 0
10. Find all values of m such that the system x y 2z 0
2 x y 3mz 0
has nontrivial solution.
3 2 m 0 1 1 2 0 1 1 2 0
1 1 2 0 3 2 m 0 3 2 m 0
m≠1 2 1 3m 0 2 1 3m 0 2 1 3m 0
m = -1 1 1 2 0 1 1 2 0
m=1
0 5 m 6 0 0 1 3m 4 0
m= 1 0 1 3m 4 0 0 5 m 6 0
m ≠-1 1 1 2 0
0 1 3m 4 0
0 0 14m 14 0
THANK YOU