Linear Algebra II
Linear Algebra II
Linear Algebra II
Algebra II
Review lesson Linear Algebra I:
1. Vector spaces
∙ Independent linearly vectors.
∙ Generators, span.
2. Let ⊂ V .Vector { x1,..., x2 } is called a generator of W if:
∀ xϵ W . x= a1x1 +...+ amxm , ai ϵ K
Denote W = ¿ x1,..., xn¿
3. Bases:
{e1, ..., en } is called a basis of W if :
. it is dependent
. W = ¿ e1, ..., en ¿
Note that: dim W = n
4. Sum and direct sum
a) Sum: Let V 1, V 2 ⊂ V be vector subspace.
V 1 + V 2 = {x1 + x2 | xi ϵ V i}.
b) Direct sum:
V 1 + V 2 is called direct if V 1 ∩ V 2 = {0}
. Example:
a11 a12 a13 a11 a12
A= a21 a22 a23 a21 a22
a31 a32 a33 a31 a32
det A = a11a22a33 + a12a23a31 + a1 a21a32 – a13 a22 a31 – a11 a23a32 – a12a21a33
......................................................................................................................
Consider: T: R 2→ R 2.
x= (x1, x2) → (x1, 0)
x’ 1 x ’2 x ’m
Note that: x1
xn = x2 the column of x
....
xn
x’1
x’ 2
x’ = .... the column of T(x)
x’ n
⇒ x’ = A. x (2)
§2
2.1. Kernel and image (range) of a linear maps.
New words: - kernel : hạt nhân
- Image : ảnh
- injection : đơn cấu
- surjection : toàn cấu
- isomorphism : đẳng cấu
- bijection : song ánh
- rank : hạng
- nullity : số hạch
Def:
Let T: V →W be a linear map K
The kernel of T is: {x ∈ V = Tx =0 } ⊂ V
Denote by: ker T.
Ex : T: R 2 → R 2
(x1, x2) → (2x1− x2, 0)
→ Ker T= {x= (x1, x2) | (2x1 − x2 = 0)}
= {( a, 2a)| a ∈ R } = < ( 1, 2) > R
T: R 2 → R 3
(x1, x2) → ( x1- x2 , x1+ 2x2, x1+ 3x2)
T= {x= ( x1, x2) ∈ R 2 : Tx= 0}
x1= x2
= {x= (x1, x2) ∈ R 2 : x1+ 2x2= 0
x1+ 3x2= 0
= {0, 0}
Remark:
If T: V →W is given Tx= Ax
Then ker T= { x ∈ V : Ax= 0}
b) Def:
The image (range) of T is { y ∈ W : ∃x ∈ V , T(x)= y} ⊂ W
Dark by: ImT or Range T.
Remark:
ImT= T(V )
Ex: T: R 2 → R 2
(x1, x2) → (2x1− x2, 0)
→ ImT= {y= (2x1− x2, 0)| x1, x2 ∈ R }
= {(2a- b, 0)| a, b ∈ R }
= {(c, 0)| c∈ R }
= < (1, 0)>R the span generated by (1, 0)
Note that:
i) 0v ∈ker T
T(0)= 0
ii) 0w ∈ ImT
iii) ker T ⊂ V , ImT ⊂ W are subspaces
a - 2c= y1
⟺ ∃(a, b, c): b+ c= y2
0= y3
a - 2c= y1
⟺ ∃a, b, c:⇒ b+ c= y2
0= y3
Ax= b has a root:
⟺ rank A= rank [ Ab]
1 0 -2 1 0 -2 y1
⟺ Rank 0 1 1 = rank 0 1 1 y2
0 0 0 0 0 0 y3
⟺ y1, y2 ∈ R
y3= 0
⟺ y= (y1, y2, 0)| y1, y2 ∈ R
Remark:
If A is the matrix of T then rank T= rank a
Ex: T: R 2 → R 3
1 0 1 1
A= 1 1 0 1 → i) Find a basis of ker T
0 1 1 1 ii) ImT
Solution:
i) Ker 1 0 1 1 0 1 0 1 1 0 1 0 1 1 0
1 1 0 1 0 → 0 1 -1 0 0 → 0 1 -1 0 0
0 1 1 1 0 0 1 1 1 0 0 02 1 0
x1 + x 3+ x 4= 0 x1- x3= 0 x 1 = x3
⇒ x 2 - x3 =0 ⇔ x2= x3 ⇔ x2= x3
2x 3 + x4= 0 x4= -2x3 x4= -2x3
⇒ x3( 1, 1,1, -2) → <1, 1, 1,-2> → dim ker A= 1
1 0 1 1 1 0 1 0 1 0 1 0 10 1 0
ii) ImT= 1 1 0 1 → 1 1 -1 1 → 1 1 -1 0 → 1 10 0
0 1 1 1 0 1 0 0 0 1 0 0 01 1 0
a+b =0 (1) has a root ⇔ rank A= rank [ Ab] = 3
→ b+ c =0 (1) → basis of ImA {<(1,1,0); ( 0,1 ,1 ); ( 1,0, 1) >}
a+ c =0 ⇒ dim ImA= 3
b) Properties:
Let T: V →W be a linear map over K
1. T is injective ⇒ ker T= {0}
prop1 2. T is surjective ⇒ ImT=
3. T is isomorphism ker T= {0}
ImT =
Proof: We have V = < x1, ..., xm > → we have to prove that W = < Tx1, ..., Txm >
Indeed, ∀ y∈W = ImT (since T injective)
→∃x ∈ V : y= Tx
since V = < x1, ..., xm >
→∃x= a1x1+... + amxm
T (a1x1+... + amxm)= y , ai∈ K
→ y= a1Tx1+ a2Tx2+ ... + amTxm
Hence, W = < Tx1, ..., Txm >
Thrm 2
If dim = dim k then:
2
T is injective T is surjective
Proof:
(⇒ ) we have ker T= 0 (⟸) we have: ImT= W
→ dim kerT = 0 → dim ImT= W
. By using find theorem, By using find theorem,
dim ImT= dim V - dim ker T dim ker T= dimV - dim ImT
= dim V
= dim W
but ImT ⊂ W
Hence, ImT= W
→ T is surjective
Definition:
Assume that T is an isomorphism.
Then V ∧W are called isomorphic to each other.
Denote by:V ≃W .
V ≃W ⇔ ∃T: V →W is isomorphic
Tx= λ x
Then x is called an eigenvector of T w.r.t λ Tx= Ax
x
Remark: . An eigenvector is nonzero.
. However, zero vector satisfies Tx= λ x
Ex: T: R 2 → R 2
(x1 , x2) → (2x1, 3x2)
. T (1, 0) = (2, 0) = 2.(1, 0)
. T (0, 1) = (0, 3) = 3. (0, 1)
Hence: λ = 2 is an eigenvalue of T
λ = 3 ...............................T
We write:
a11 a12 ... a1n
A= a21 a22 ... a2n
.... .... .... , then
an1 an2 ann a11−λ a12 ... a1n
a21 a22−λ ... a2n =0
λ is an eigenvalue of T ⇔ .... .... ....
an1 an2 ann−λ
Ex: T: R 2→ R 2
(x1, x2) →(2x1, 3x2)
Consider a basis {e} = {e1(1, 0), e2( 0, 1) } for R 2
The matrix of T is A: 2 0
0 3
⇒ 2 −λ 0 λ= 2
Thm: λ ∈ K is an eigenvalue of T ⇔ PT ( λ )= 0
1 -2 1
Ex: T: R 3→ R 3 is given by A: 0 0 0
Find eigenvalues of T 0 1 1
Solution: 1– λ -2 1
The characteristic of T PT ( λ ¿: 0 –λ 0
0 1 1– λ
⇒ (1 – λ) ( – λ ) (1 – λ ) = 0
⇒ λ = 1 or λ = 0
Ex
Recall: T: T →T , dimV= n and A the matrix of T.
Find eigenvalues and eigenvectors of T ( or A).
Step1: PA(t) the characteristic polynomial of T
Step 2: Eigenvalues of T : PA(t) = 0
λ 1, ...., λ m
Ex: 1) T: R3→ R 3, ( x1, x2, x3) → ( x1+ 3x2, 3x1+ x2, -2x3)
Matrix of T is
1 3 0 1−t 3 0
A=3 1 0 ⇒ the char polynomial of T: PT(t) = 3 1−t 0 =0
0 0 −2 0 0 −2−t