0% found this document useful (0 votes)
457 views54 pages

Chapter 5 - The Vector Space RN

Let's write this as a system of equations: t1 + 0t2 + t3 = 0 t1 + t2 + 0t3 = 0 0t1 + t2 + t3 = 0 The coefficient matrix is: [1 0 1] [1 1 0] [0 1 1] This matrix is invertible, so the only solution is t1 = t2 = t3 = 0. Therefore, the vectors are linearly independent.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
457 views54 pages

Chapter 5 - The Vector Space RN

Let's write this as a system of equations: t1 + 0t2 + t3 = 0 t1 + t2 + 0t3 = 0 0t1 + t2 + t3 = 0 The coefficient matrix is: [1 0 1] [1 1 0] [0 1 1] This matrix is invertible, so the only solution is t1 = t2 = t3 = 0. Therefore, the vectors are linearly independent.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 54

Chapter 5

The vector space R n


Contents

 5.1 Subspaces and Spanning sets

 5.2 Independence and Dimension

 5.3 Orthogonality

 5.4 Rank of a Matrix


Subspace of Rn
Definition of subspace of Rn. • n
• U
 Let Ø≠U be a subset of Rn ••
 U is called a subspace of Rn if: • •
 S1. The zero vector 0 is in U
vector zero vector
 S2. If X,Y are in U then X+Y is in U
 S3. If X is in U then aX is in U for all real number a.
 Ex1. U={(a,a,0)|aR} is a subspace of R3
n
aX
 the zero vector of R3, (0,0,0)U
• • •
 (a,a,0), (b,b,0)U(a,a,0)+(b,b,0)=(a+b,a+b,0)U • •• X+Y
 If (a,a,0) U and k R, then k(a,a,0)=(ka,ka,0)U
U• •
 Ex2. U={(a,b,1): a,b R} is not a subspace of R3 Y
X
 (0,0,0)U  U is not a subspace
 Ex3. U={(a,|a|,0)|a R} is not a subspace of R3
 (-1,|-1|,0), (1,|1|,0)U but (0,2,0) U  U is not a subspace
Examples- do your self

 V={[0 a 0]T in 3: a Z} Nhận xét: các trường hợp sau
 U={[a 7 3a]T in 3: aR} không là không gian vector con
 có thành phần khác không
 W={[5a b a-b]T in 3: a,bR}  có hệ số bậc cao hoặc tích
 có dấu | |
 Q={[a b |a+b|] : a }
T
 có a và a+1 chẳng hạn
 H={[a b ab]T: a,b }
 P={(x,y,z)| x-2y+z=0 and 2x-y+3z=0}. P is called the solution
space of the system x-2y+z=0 and 2x-y+3z=0.
Note
• A subspace either has only one or infinite
many vectors
• Example, {0} has only vector
• If a subspace U has nonzero vector X then aX
is also in U (by S3). Then U has infinite many
vector
Null space and image space of a matrix
 A is an mxn matrix, if X is nx1 matrix then AX is mx1 matrix
 nullA = {X in Rn: AX=0}
m
 imA = {AX: X is in Rn} 
A
nullA • imA
n

zero vector

nullA ={X Rn:AX=0} is a subspace of Rn: imA ={AX:X  Rn}is a subspace of Rm:
 A.0=00nullA  0=A.00imA
 X,Y nullA AX=0, AY=0  AX,AY imA AX+AY=A(X+Y)=AZ
A(X+Y)=AX+AY=0 (X+Y) nullA AX+AY imA
 X nullA, a R  AX=0  A(aX)=a(AX)=0  AX imA, a R  a(AX)=A(aX)=AZ 
 aXnullA a(AX)imA
Null space nullA={X:AX=0}

1 1 0 
 For example, A   
 2 3 1  23
 x   x    x   x 
      0       1 1 0     0  
nullA   y : A y       y :  y 
    0    2 3 1    0  
 z   z    z   z  
         
 x    t  
   x  y  0    
  y  :     t  : t  
  z  2 x  3 y  z  0    5t  
       
Eigenspaces (không gian riêng)
 Suppose A is an nxn matrix and λ is an eigenvalue of A
 Eλ(A)={X: AX=λX} is an subspace of Rn
 For example,
 3 1 x3 1
A   c A 
x  det  xI  A     x  3  x  2 
0 2 0 x2
c A  x   0  x  3  x  2
0 1 0 0 1 0  t 
x  3 :     X    (or X=  t ,0  )
 0 5 0  0 0 0  0 
5 1 0  t 
x  2:  X  
0 0 0  5t 
E3   X : AX  3 X     t ,0  : t  
Các không gian riêng
E2   X : AX  2 X     t , 5t  : t   ứng với GTR
Spanning sets (hệ sinh)
 Y=k1X1+k2X2+…+knXn is called a linear combination of the vectors X1,X2,…,Xn
 The set of all linear combinations of the the vectors X1,X2,…,Xn is called the
span of these vectors, denoted by span{X1,X2,…,Xn }.
 This means, span{X1,X2,…,Xn} = {k1X1+k2X2+…+knXn :kiR is arbitrary}
 span{X1,X2,…,Xn} is a subspace of Rn.
 For example, span{(1,0,1),(0,1,1)}={a(1,0,1)+b(0,1,1) :a,bR}.
 And we have (1,2,3)span{(1,0,1),(0,1,1)} because (1,2,3)= 1(1,0,1)+
2(0,1,1).
 (2,3,2)span{(1,0,1),(0,1,1)} because (2,3,2)≠a(1,0,1)+b(0,1,1) for all a,b.

 Nếu U=span{X,Y} ta nói U là KG được sinh ra bởi {X,Y} hay hệ {X,Y} sinh ra
KG U. Khi đó, U chứa tất cả các vector có dạng aX+bY với a, b là các số thực
tùy ý.
 vector Zspan{X,Y} khi và chỉ khi có các số thực a,b sao cho Z=aX+bY hay hệ
pt Z=aX+bY có nghiệm a,b.
Ta cũng nói Z là một tổ hợp tuyến tính (linear combination) của X,Y khi
Z=aX+bY hay Zspan{X,Y}.
Examples
 If x=(1,3,-5) is expressed as a linear combination of the vectors v1 = (1, 1,
1); v2 =(1,1,-1); v3 = (1, 0, 2); then the coefficient of v3 is:
A. 2 B. 3 C. -2  D. 1 E. 0
 x is expressed as a linear combination of v1, v2, v3 means x=av1+bv2+cv3 for
some a,b,c and c is called the coefficient of v3.
 the system is 1 1 1 1 1 1 1 1 1 1 1 1
a+b+c = 1 1 1 0 3 0 0 -1 2 0 -2 1 -6
 a =1
a+b = 3 1 -1 2 -5 0 0 -1 2
 b =2
0 -2 1 -6
a – b +2c =-5  c =-2
 Which of the vectors below is a linear combination of u=(1,1,2); v=(2,3,5)?
A. (0,1,1)  B. (1,1,0) C. (1,1,1) D. (1,0,1)  E. (0,0,1)
 Có thể giải bằng biến đổi sơ cấp trên ma trận chứa các vector cột như sau:

u v A B C D E u v A B C D E u v A B C D E
 2 0 1 1 1 0  -2 0 1 1 1 0  -2 0 1 1 1 0
1 3 1 1 1 0 0 0  1 0 0 -1 0 0  1 0 0 -1 0
2 5 1 0 1 1 1 0 1 1 -2 -1 -1 1 0 0 0 -2 -1 0 1
Theorem

 U=span{X1,X2,…,Xn} is in Rn and U is a subspace of


Rn
 If W is a subspace of Rn such that Xi are in W
then U  W
W
• 4
• ••
U  span  x1 , x2 , x3 , x4 , x5  •
Linear Independence (sự độc lập tuyến tính)

A set of vectors in Rm {X1,X2,…,Xn } is called linearly independent


(độc lập tuyến tính)

if t1X1+t2X2+…+tnXn=0  t1=t2=…=tn=0 only

numbers in R vectors in Rm
Ex1. The set {[1 -1]T, [2 3]T}R2 is called linearly independent since t1[1 -]T + t2[2
3]T = [0 0]T follows t1=t2=0.
Ex2. A set of vectors that containing zero vector never linearly independent.
Ex3. The set {(0,1,1), (1,-1,0), (1,0,1)} is not linearly independent because the
system t1(0,1,1)+t2(1,-1,0)+t3(1,0,1)=(0,0,0) has one solution t1=-1, t2=-1, t3=1
Examples
 Show that {(1,1,0);(0,1,1);(1,0,1)} is linearly independent in R3
t1  1,1,0   t2  0,1,1  t3  1,0,1   0,0,0 
 ...  t1  t2  t3  0
t1  1,1,0   t2  0,1,1  t3  1,0,1   0,0,0 
1t1  0t2  1t3  0 1 0 1 0  1 0 1 0  1 0 1 0 
      
 1t1  1t2  0t3  0  1 1 0 0   0 1 1 0   0 1 1 0 
0t  1t  1t  0 0 1 1 0  0 0 2 0  0 0 1 0 
 1 2 3

 t1  t2  t3  0  independent
Fast way to determine a set of vectors is independent or not:
independent  Number of leading 1s = member of vectors

More ex. {(1,0,-2), (2,1,0), 1 2 0 -1 1 2 0 -1 1 2 0 -1


(0,1,5), (-1,1,0)} is not linearly
0 1 1 1 0 1 1 1 0 1 1 1
independent (number of
leading 1s = member of -2 0 5 0 0 4 5 2 0 0 1 -2
vectors)
Examples – do your self
 Determine whether each the following sets is linearly
independent or linearly dependent.
 {(-1,2,0)}
 {(0,0,0); (1,2,3); (-3,0,1)}
 {(1,1,-1); (-1,1,1); (1,-1,1)}
 {(-2,3,4,1); (4,-1,5,0); (-2,1,0,3)}
 {(1,1,0); (-2,3,1); (5,0,1); (-1,0,2)}
 {X-Y+Z,3X+Z,X+Y-Z}, where {X,Y,Z} is an independent set of
vectors. (see below)
1 3 1  3 1  3 1  3 1  3 1
-1 0 1 0 3 2 0  1 0  1 0  1 independent
1 1 -1 0 -2 -2 0 3 2 0 0 -1 0 0 
Fundamental Theorem
 Theorem. Let U be a subspace of Rn is spanned by m vectors,
if U contains k linearly independent vectors, then k≤m
 This implies if k>m, then the set of k vectors is always linear
dependence.
 For example, Let U be the space spanned by {(1,0,1), (0,-
1,1)} and S={(1,0,1), (0,-1,1), (2,-1,3)} U. Then, S is not
linearly independent (m=2, k=3).
Basis and dimension (cơ sở và chiều của KG)
 Definition of basis: Suppose U is a subspace of Rn, a set {X1,X2,
…,Xk} is called a basis of U if U=span{X1,X2,…,Xk} and {X1,X2,
…,Xk} is linear independence
 Ex1. Let U={(a,-a)|aR}. Then U is a subspace of R2. Consider the set B={(1,-
1)}. B is linearly independent and U={(a,-a):aR}={a(1,-1): aR } =span{(1,-
1)}. So, B is a basis of U.
 Note that B’={(-1,1)} is also a basis of U.
 But {(1,1)} is not a basis of U because U can not be spanned by {(1,1)}
 Ex2. Given that V=span{(1,1,1), (1,-1,0), (0,2,1)}. Then, B={(1,1,1), (1,-1,0),
(0,2,1)} is not linearly independent, because (0,2,1)=(1,1,1) – (1,-1,0)B is
not a basis of V.
 Consider B’={(1,1,1), (1,-1,0)}. B’ is linearly independent and all vectors in
V are spanned by B’ because a(1,1,1)+ b(1,-1,0)+ c(0,2,1) =a(1,1,1)+ b(1,-
1,0)+ c(1,1,1) –c(1,-1,0) = (a+c)(1,1,1)+(b-c)(1,-1,0). So, B’ is a basis of V.
Some important theorems
 Theorem 1. The following are equivalence for an nxn matrix A.
 A is invertible.
 the columns of A are linearly independent.
 the columns of A span Rn.
 the rows of A are linearly independent.
 the rows of A span the set of all 1xn rows.
 Theorem 2. (Invariance theorem). If {a1,a2,..,am} and {b1,b2,…,bk} are bases of a
subspace U of Rn, then m=k. In this case, m=k is called dimension of U and we write
dimU=m.
 Ex1. Let U={(a,-a)|aR} be a subspace of R2. Then, B={(1,-1)} is a basis of U and
B’={(-1,1)} is also a basis of U. In this case, dimU=1.
 Ex2. {(1,0), (0,1)} is a basis of R2 and {(1,-2), (2,0)} is also a basis of R2. But {(1,0), (-
1,1), (1,1)} is not a basis of R2. We have dimR2=2.
 The basis {(1,0), (0,1)} is called standard basis of R2.
 Ex3. Which of the following is a basis of R 3?
 {(1,0,1), (0,0,1)}
 {(2,1,0), (-1,0,1), (1,0,1), (0,-1,1)} Nhận xét: trong R 3
, mọi
 {(0,1), (1,0)} tập có 3 vector độc lập
 None of the others đều là cơ sở.
Some important theorems
 Theorem 3. Let U≠0 be a subspace of Rn. Then:
 U has a basis and dimUn.
 Any independent set of U can be enlarged (by adding vectors) to a basis of U.
 If B spans U, then B can be cut down (by deleting vectors) to a basis of U.
Ex1. Let U=span{(1,1,1), (1,0,1), (1,-2,1)} be a subspace of R3. This means, B=
{(1,1,1), (1,0,1), (1,-2,1)} spans U.
 U has a basis and dimU3,
  B can be cut down to a basis of U: {(1,0,1), (1,1,1)} is a basis of U, dimU=2
 construct a basis for U: {(1,0,1)} {(1,0,1), (1,1,1)}.
1 1 1 1 1 1 1 1 1 Cũng có thể chọn 2
1 0 -2 0 -1 -3 0 1 3 vector 1 và 3, hoặc 2
và 3 làm cơ sở
1 1 1 0 0 0 0 0 0

 Theorem 4. Let U be a subspace of Rn and B={X1,X2,…,Xm}U, where dimU=m.


Then B is independent if and only if B spans U.
 Theorem 5. Let UV be subspaces of Rn. Then:
 dimU  dimV.
 If dimU=dimV, then U=V.
Exercises
Determine whether U is a subspace of R3. Nhận xét: không là subspace khi
U={[0 a b]T: a,b  R}   có hằng số khác 0
U={[0 1 s]T:s  R}  có hai hệ số chênh lệch 1 hằng
U={[a b a+1] T:a,b  R} số
 có bậc lớn hơn 1
U={[a b a2]T: a, b  R}

1 0 2  0 2 Find all m such that the set {(2,m,1),(1,0,1),(0,1,1)} is linearly


0 1 m 0 1 m independent.
1 1 1 0 1 -1 m≠-1 
m=-1 only
 0 2 m=0 only
Independent  số  = số vector
0  m m≠0
0 0 -1-m
None of the others

Nhận xét:
A basis for the subspace U={[a b a-b]T: a,b R} is…
 U phụ thuộc 2 tham số nên
a. {[1 0 1]T, [0 1 -1]T}  dimU=2 và mọi cơ sở đều phải có
b. {[1 1 0]T} đúng 2 vector độc lập tuyến
c. {[1 0 1]T, [-1 0 -1]T, [0 1 -1]T} tínhchỉ có thể là a hoặc d.
d. None of the others.  kiểm tra a: độc lập và sinh ra U
Exercises
The dimension of the subspace U=span{(-2, 0, 3),  không thể là b vì dimUdimR3=3
(1, 2, -1),(-2, 8, 5),(-1, 2, 2)} is…  kiểm tra bằng biến đổi sơ cấp
a. 2 
1 -2 -1 -2  -2 -1 -2  -2 -1 -2
}có đúng hai 
b. 4
c. 3 2 8 2 0 0 12 4 4 0  1/3 1/3
d. 1 -1 5 2 3 0 3 1 1 0 0 0 0

Let u and v be vectors in R3 and w  span{u,v}. Then …


 w  span{u,v} means w=au+bv
a. {u,v,w} is linearly dependent. 
{u,v,w} is not independent
 lưu ý cũng không có gì chắc
b. {u,v,w} is linearly independent.
chắn {u,v} độc lập nên dimU2 c. {u,v,w} is a basis of R3
d. the subspace is spanned by {u,v,w} has the dimension 3.

Let {u,v,w,z} be independent. Then …. is also


independent. 1 1 0 0  1 0 0  1 0 0
a. {u,v+w,z} 
b. {u,v,v-z-u,z} 1 0 0 1 0 -1 0 1 0  0 -1
c. {u+v,u-w,z, v+z+w} 0 -1 0 1 0 -1 0 1 0 0  1
d. {u,v,w,u-v+w} 0 0 1 1 0 0 1 1 0 0 0 0
 {v-z-u,v,z,u} hiển nhiên phụ thuộc
 kiểm tra bằng biến đổi sơ cấp, ví dụ xét c, hệ số của các vector được đặt thành cột theo trật tự u,v,w,z
 chỉ có 3 leading  trong khi có 4 vectornot independent
Exercises
 Let U=span{(1,-1,1), (0,2,1)}. Find all value(s) of m for which (3,-1,m)U.
 (3,-1,m) U (3,-1,m)= a(1,-1,1) + b(0,2,1) for some a,b. Solve for a,bm=4

 Find all values of m so that {(2,-1,3); (0,1,2); (-4,0; m)} spans R 3.


 Theorem 4. Let U be a subspace of Rn and B={X1,X2,…,Xm}U, where dimU=m.
Then B is independent if and only if B spans U.
 So, {(2,-1,3); (0,1,2); (3,1; m)} spans R3  it is linearly independent  m≠10
2 0 -4  -1 0  -1 0  -1 0  -1 0
-1 1 0 2 0 -4 0 2 -4 0  2 0  2
3 2 m 3 2 m 0 5 m 0 5 m 0 0 m-10

 Find a basis for the solution space to the homogeneous system


x - y + 2z=0
2x + y + z=0 Solution: z=t, y=t, x=-t
Solution space: U={(-t,t,t)| tR}
 -1 2 0  -1 2 0  -1 2 0 ={t(-1,1,1)| tR}=span{(-1,1,1)}
2 1 1 0 0 3 -3 0 0  -1 0 A basis for U: {(-1,1,1)}
dimU=1
Exercises
 Find a basis for the subspace of R3 defined by U={(a,b,c): 2a-b+3c=0}
a. {(1,2,0), (0,3,1)}  b. {(1,0,0), (0,1,0), (0,0,1)} c. {(1,2,0)}
d. {(1,0,0), (1,2,0)} e. {(3,0,-2), (1,0,0} f. {(2,-1,3)}
Nhận xét:
 Nghiệm phụ thuộc 2 tham sốdimU=2 và mọi cơ sở của U phải có đúng 2
vector chỉ a,d hoặc e đúng
 các vector trong cơ sở cũng phải thuộc U nên dễ thấy (1,0,0) không thuộc U
loại d,e.

 Find a basis and dimension for the subspace of R3 defined by


U={(a,b,a-b)|a,bR}
 U={a(1,0,1)+b(0,1,-1)|a,bR}=span{(1,0,1), (0,1,-1)}
 {(1,0,1), (0,1,-1)} spans U and independent  {(1,0,1), (0,1,-1)} is a
basis and dimU=2
Nhận xét: a 1 0
 U phụ thuộc 2 tham số  dimU=2
 Có thể chỉ ngay một cơ sở của U bằng cách bên (chọn b 0 1
theo cột) a-b 1 -1
 Còn nhiều cơ sở khác của U, ví dụ {(-1,0,-1), (0,1,-1)},…
Do yourself
 Find all values of m for which (1,2,m) lies in the subspace spanned by
{(1,0,-1), (0,1,2)}
 Find all m such that (-3,2,m) is a linear combination of two vectors (1,1,-1)
and (-2, 3, 4).
 Determine {x-y,x+y-z,x+z} is independent or not, where {x,y,z} is
independent.
Determine whether each of the following sets is a basis of R3 or not:
• {(1,0,-1), (0,1,2), (3,1,-1)}
• {(0,1,1), (-1,2,1)}
• {(1,0,0), (1,1,0), (1,1,1), (0,0,1)}
Find a basis and dimU if:
 U=span{(1,-1,2,0);(-2,1,0,1);(-1,0,0,1); (1,0,1,2)}
 U=span{(1,-1,3,0);(5,-2,4,3);(-2,0,7,1)}
 U=span{(-1,4,3);(3,0,-2);(-6,2,0)}
 U={(a,b,c):a+b+c=0}
 U={[a b 0]T: a,b in R}
Subspace of R n

 S1. The zero vector 0 is in U


 S2. x,y are in U x+y is in U
 S3. x is in U ax is in U for all real number a
U is a subspace of Rn

If (one of S1 or S2 or S3 is not true) then U is not a


subspace of Rn
• U={(a,b,ab):a,b in R} • V={(a,b,2a-3b): a,b in
is not a subspace R} is a subspace
• U={(a,b,|a+b|): a,b in • V={(a, b, c): a+b-c=0}
R} is not a subspace is a subspace
• U={(a,b,0): a in Z, b in
R} is not a subspace
Spanning set (hệ sinh)
 U=span{x,y}={ax+by:a,b in R}
 Vector z is in span{x,y} if and only if z is a
linear combination of x and y, that means,
there exist a and b such that z=ax+by
 U=span{x1,x2,…,xn} is a subspace of Rn. Note
that Rn=span{E1,E2,…,En}
Independence ( sự độc lập)
 {x1,x2,…,xm} is called linearly independent if
t1x1+t2x2+…+tmxm=0
then
t1=t2=…=tm=0
 Note that if {x1,x2,…,xm} is linear independent then
every vector z in span{x1,x2,…,xm} has a unique
representation as a linear combination of xi
 {x1,x2,…,xm} is called linearly dependent (pttt) if it is
not linear independent.
Basis and dimension
 If {x1,x2,…,xm} is a basis of U then dimU=m
 dimRn=n
 Note that if U=span {x1,x2,…,xm} then dimU≤m and
dimU=m if and only if {x1,x2,…,xm} is linear
independent
 If dimU=m then every set of m+1 vector in U is
linearly dependent
 Every set of n linearly independent vectors is a basis
of Rn ( mỗi tập gồm n vector đltt của Rn đều là một cơ
sở của Rn)
Example
Examples
 Find a basis and dimU if U=span{(1,1,1);(1,-
1,1);(-1,0,1);(0,-1,1)}
 Note that U is a subspace of R3 , so
dimU≤dimR3=3
 Which of these is a basis of R3:
A={(-1,0,3);(3,0,-1)};
B={(1,-1,2);(3,0,1);(1,1,0)};
C={(7,-1,4);(0,0,1);(1,-1,0);(0,1,5)};
Find all x in R such that {(1,1,1,1);(2,3,2,3),(3,4,1,x)} is a
linearly independent set
Examples
 Find all x in R such that {(1,1,1,1);(2,3,2,3),(3,4,1,x)} is
a linearly independent set
 Let U=span{(1,2,3);(3,4,5)}. Find m such that (3,5,m)
lies in U
 For what value of a is the set of vectors S={(1,1,1,1);
(3,2,1,5);(2,3,0,a-11)} is linearly dependent?
 If (x,y,z) is expressed as a linear combination of
vectors v1=(1,1,-1); v2=(1,0,1) and v3=(-1,0,1) then
what is the coefficient of v3?
Dot product
 If X= [x1 x2 … xm]T, Y= [y1 y2 … ym]T
We define
 X•Y=x1y1+x2y2+…+xmym
The length of a vector
 If X=[x1 x2 … xm]T then

2 2 2
X  XX  x1  x2  ...  xm

 A vector with length 1 is called a unit vector


 Distance between X and Y defined by

d  X ,Y   X  Y
Theorem
Dot product, Length, and Distance

Example 3

Solution
Dot product, Length, and Distance
Cauchy Inequality
X Y  X Y
Dot product, Length, and Distance
Orthogonal Set (hệ trực giao)
 A set {x1,x2,…,xm} is called orthogonal set if xi is
not zero vector and xi•xj=0 for all i≠j
 For example, {(1,-1);(1,1)} is an orthogonal set
in R2
 {(1,1,1);(-1,0,1);(0,1,0)} is not orthogonal set
but {(-1,0,1);(0,1,0)} is a orthogonal set
Orthonormal Set (hệ trực chuẩn)
 A orthogonal set {xi} is called orthonormal set
(hệ trực chuẩn) is xi is unit vector for all i. For
example, {(1,0,0);(0,1,0)} is orthonormal
 {(-3,0,4);(4,5,3)} is a orthogonal set, not a
orthonormal set. However, the set
1 1 
  3, 0, 4  ;  4,5,3 
5 5 2 
is orthonormal
Examples
 The standard basis of Rn {E1,E2,…,En} is
orthonormal
 If {F1,F2,…,Fk} is orthogonal then {a1F1,a2F2,
…,akFk} is also orthogonal for any nonzero
scalar ai
 Every orthogonal set is a linearly independent
set
Pythagoras’s Theorem
 If {F1,F2,…,Fk} is orthogonal then
2 2 2 2
F1  F2  ...  Fk  F1  F2  ...  Fk
Expansion Theorem
 Let {F1,F2,…,Fk} be a orthogonal basis of a
subspace U and X is in U. Then
X  F1 X  F2 X  Fn
X 2
F1  2
F2  ...  2
Fk
F1 F2 Fn
5.4. Rank of a matrix
Hạng của ma trận
Rank of a matrix
 If A is carried to row-echelon form then
rankA=number of leading 1’s
 If A is an mxn matrix then rankA≤min{n,m}
 rankA=rank(AT)
rowA and colA subspaces
 rowA=span{rows of matrix A}
 colA=span{columns of A}
 dim(rowA)=dim(colA)=rankA
 For example, find bases of colA and rowA if
 1 1 1 2 
3 2 0 5
 
A   2 3 3 4 
 
 1 1 1 3 
 0 1 1 2 
 1 1 1 2  1 1 1 2 
 3 2 0 5  0 1 3 1
   
A   2 3 3 4   0 1 1 0 
   
 1 1  1 3   0 0 0 1 
 0 1 1 2  0 1 1 2 
1 1 1 2  1 1 1 2 
0 1 3 1 0 1 3 1
   
 0 0 2 1   0 0 2 1 
   
 0 0 0 1   0 0 0 1 
0 0 3 3  0 0 0 0 

A basis of rowA is {r1,r2,r3,r4} and dim(rowA)=4


A basis of colA is {c1,c2,c3,c4} and dim(colA)=4
Theorem
 An nxn matrix A is invertible if and only if
rankA=n
 If an mxn matrix B has rank n then the n
columns of B is linearly independent
 If A is mxn matrix and m>n then the set of m
rows of A is not independent
Theorem
If an mxn matrix A has rank r then
 The equation AX=0 has n-r basic solutions
X1,X2,…,Xn-r
 {X1,X2,…,Xn-r} is a basis of nullA
 Dim nullA=n-r
 imA=colA and
 Dim imA=dim colA=rankA=r
Examples
Find a basis and dimU if:
 U=span{(1,-1,2,0);(-2,1,0,1);(-1,0,0,1);
(1,0,1,2)}
 U=span{(1,-1,3,0);(5,-2,4,3);(-2,0,7,1)}
 U=span{(-1,4,3);(3,0,-2);(-6,2,0)}
 U={(a,b,c):a+b+c=0}
 U={[a b 0]T: a,b in R}
Thanks

You might also like