Unit-1
Unit-1
2
Vector Space ℝ𝑛
Introduction to vectors
The locations of points in a plane are usually discussed in
terms of a coordinate system. For example, in Figure below,
the location of each point in the plane can be described
using a rectangular coordinate system. The point 𝐴 is the
point (5,3).
EXAMPLE 1:
The direction will depend upon the sign of the scalar. The
general result is as follows. Let 𝑢 be a vector and 𝑐 a scalar.
The direction of 𝑐𝑢 will be the same as the direction of 𝑢 if
𝑐 > 0, the opposite direction to 𝑢 if 𝑐 < 0. The length of 𝑐𝑢 is
𝑐 times the length of 𝑢. See the figure below.
Zero vector:
The vector (0,0, … ,0) having 𝑛 zero components, is called the
zero vector of ℝ𝒏 and is denoted by 0. For example, (0,0,0)
is zero vector of ℝ3 . We shall find that zero vectors play a
central role in the development of vector spaces.
Negative Vector:
THEOREM:
Let 𝒖, 𝒗 and 𝒘 be vectors in ℝ𝑛 and let 𝑐 and 𝑑 be scalars.
(a) 𝒖 + 𝒗 = 𝒗 + 𝒖
(b) 𝒖 + (𝒗 + 𝒘) = (𝒖 + 𝒗) + 𝒘
(c) 𝒖 + 𝟎 = 𝟎 + 𝒖 = 𝒖
(d) 𝒖 + (−𝒖) = 𝟎
(e) 𝒄 (𝒖 + 𝒗) = 𝒄𝒖 + 𝒄𝒗
(f) (𝒄 + 𝒅) 𝒖 = 𝒄𝒖 + 𝒅𝒖
(g) 𝒄 (𝒅𝒖) = (𝒄𝒅)𝒖
(h) 𝟏𝒖 = 𝒖
These results are verified by writing the vectors in terms of
components and using the definitions of vector addition
and scalar multiplication, and the properties of real
numbers. We give the proofs of (a) and (e).
𝒖 + 𝒗 = 𝒗 + 𝒖:
Let 𝑢 = 𝑢1 , … . . 𝑢𝑛 and 𝑣 = 𝑣1 , … . . 𝑣𝑛 Then
𝑢 + 𝑣 = 𝑢1 , … . . 𝑢𝑛 + 𝑣1 , … . . 𝑣𝑛
= 𝑢1 + 𝑣1 , … 𝑢𝑛 + 𝑣𝑛
= 𝑣1 + 𝑢1 , … 𝑣𝑛 + 𝑢𝑛
=𝑣+𝑢
𝒄(𝒖 + 𝒗) = 𝒄𝒖 + 𝒄𝒗:
𝑐 𝒖 + 𝒗 = 𝑐 𝑢1 , … . . 𝑢𝑛 + 𝑣1 , … . . 𝑣𝑛
= 𝑐( 𝑢1 + 𝑣1 , … 𝑢𝑛 + 𝑣𝑛 )
= 𝑐 𝑢1 + 𝑣1 , … , 𝑐 𝑢𝑛 + 𝑣𝑛
𝑎 + 𝑏 ∈ 𝑉 𝐹 , 𝛼𝑎 ∈ 𝑉 𝐹 .
2) Commutativity:
𝑎+𝑏 =𝑏+𝑎
3) Associativity:
∃ 0 ∈ 𝑉 𝐹 such that 𝑎 + 0 = 0 + 𝑎 = 𝑎
5) Existence of additive inverse:
∃ − 𝑎 ∈ 𝑉 𝐹 such that 𝑎 + −𝑎 = −𝑎 + 𝑎 = 0
6) Distributive Laws:
𝛼 𝑎 + 𝑏 = 𝛼𝑎 + 𝛼𝑏
7) 1𝐹 𝑎 = 𝑎
8) 𝛼𝛽 𝑎 = 𝛼 𝛽𝑎 .
Note: Throughout this course we use the field of real
numbers as scalar set. We may refer a vector space simply
Example:
1) The set of all 2×2 matrices with entries real numbers is
a vector space over the field of real numbers under usual
addition and scalar multiplication of matrices.
2) The set of all functions having real numbers as their
domain is a vector space over the field of real numbers
under the following operations.
𝒇+𝒈 𝒙 =𝒇 𝒙 +𝒈 𝒙
𝒄𝒇 𝒙 = 𝒄. 𝒇 𝒙
For all functions 𝑓 and 𝑔 and scalar 𝑐.
We now give a theorem that contains useful properties of
vectors. These are properties that were immediately
apparent for ℝ𝑛 and were taken almost for granted. They
are not, however, so apparent for all vector spaces.
Theorem: Let „V‟ be a vector space, 𝑣 a vector in 𝑉, 0 the
zero vector of 𝑉, ‘𝑐’ a scalar, and 0 the zero scalar. Then
(a) 0𝑣 = 0
(b) 𝑐𝑣 = 0
(c) −1 𝑣 = −𝑣
(d) If 𝑐𝑣 = 0, then either 𝑐 = 0 or 𝑣 = 0
Proof: (a) 0𝑣 + 0𝑣 = 0 + 0 𝑣 = 0𝑣
Add the negative of 0𝑣 namely −0𝑣 to both sides of this
equation.
0𝑣 + 0𝑣 + −0𝑣 = 0𝑣 + −0𝑣
⇒ 0𝑣 + 0𝑣 + −0𝑣 =0
⇒ 0𝑣 + 0 = 0
⇒ 0𝑣 = 0
(b) 𝑐0 = 𝑐 0 + 0
⇒ 𝑐0 + 𝑐0
⇒ 𝑐0 = 0.
(c) −1 𝑣 + 𝑣 = −1 𝑣 + 1𝑣
= −1 + 1 𝑣
= 0𝑣 = 0
Thus (-1) 𝑣 is the additive inverse of 𝑣.
i.e (-1) 𝑣 = −𝑣
(d) Assume that 𝑐 ≠ 0𝐹 .
𝑐𝑣 = 0 ⇒ 𝑐 −1 𝑐𝑣 = 𝑐 −1 0
⇒ 𝑐 −1 𝑐𝑣 = 0
⇒ 1𝐹 𝑣 = 0
⇒ 𝑣 = 0.
SUBSPACES
Definition: Let 𝑉(𝐹) be a vector space. A non-empty subset
𝑈 ⊆ 𝑉 which is also a vector space under the inherited
operations of 𝑉 is called a vector subspace of 𝑉.
So 0 = 𝑣 − 𝑣 ∈ 𝑈
All other properties hold as they hold in 𝑉.
Therefore ‘𝑈’ is a vector space with the same binary
operations as on 𝑉 and hence 𝑈 is a subspace of 𝑉.
Theorem: Let X⊆ 𝑉, 𝑌 ⊆ 𝑉 be vector subspaces of a vector
space 𝑉(𝐹). Then their intersection 𝑋 ∩ 𝑌 is also a vector
subspace of 𝑉.
Proof: Follows from the above Theorem.
Problem 1: Let 𝑢 = −1,4,3,7 and 𝑣 = −2, −3,1,0 be vectors
in ℝ4 . Find 𝑢 + 𝑣 and 3𝑢.
Solution: We get
= 20,7, −31 .
Problem 3: Let ℂ denote the complex numbers and ℝ
denote the real numbers. Is ℂ a vector space over ℝ under
ordinary addition and multiplication? Is ℝ a vector space
over ℂ?
Suppose that 𝑈1 ⊈ 𝑈2 on 𝑈2 ⊈ 𝑈1
So ∃ 𝑢1 ∈ 𝑈1 and 𝑈2 ∈ 𝑈1 consider 𝑢1 + 𝑢2
Then 𝑢1 + 𝑢2 cannot be in 𝑈1 and 𝑈2 .
(If 𝑢1 + 𝑢2 ∈ 𝑈1 , then 𝑢1 + 𝑢2 − 𝑢1 = 𝑢2 ∈ 𝑈1 )
= 𝑎1 − 𝑏1 − 3𝜆1 + 𝛼 𝑎2 − 𝑏2 − 3𝜆2
= 0 + 𝛼 0 = 0.
Problem 6: Prove that 𝑋 = 𝑎, 2𝑎 − 3𝑏, 5𝑏, 𝑎 + 2𝑏, 𝑎 : 𝑎, 𝑏 ∈ 𝑅
is a vector subspace of ℝ5 .
Solution:
(b) 2𝑢 + 3𝑣 − 𝑤
(c) −3𝑢 + 4𝑣 − 2𝑤
2. Prove that the set 𝐶 𝑛 with the operations of addition and
scalar multiplication defined as follow is a vector space
𝑢1 , … , 𝑢𝑛 + 𝑣1 , … , 𝑣𝑛 = 𝑢1 + 𝑣1 , … , 𝑢𝑛 + 𝑣𝑛
𝑐 𝑢1 , … , 𝑢𝑛 = 𝑐𝑢1 , … , 𝑐𝑢𝑛
(a) 𝑎, 𝑏, 0
(b) 𝑎, 2𝑎, 𝑏
(c) 𝑎, 𝑎 + 𝑏, 3𝑎
(a) 𝑎 + 𝑏 + 𝑐 = 0
(b) 𝑎𝑏 = 0
(c) 𝑎𝑏 = 𝑎𝑐.
(a) (𝑎, 𝑎 + 1, 𝑏)
(b) 𝑎, 𝑏, 𝑎 + 𝑏 − 4 .
10. Let 𝑈 be the set of all vectors of the form 𝑎, 𝑏, 𝑐 and 𝑉
be the set of all vectors of the form 𝑎, 𝑎 + 𝑏, 𝑐 . Show that 𝑈
and 𝑉 are the same set. Is this set a subspace of ℝ3 ?
Answers
1. (a) 13, −1 (b) 17, −4 (c) 19, −20
2. (a) 7 − 𝑖, 4 + 7𝑖 (b) 4 − 7𝑖, 17 + 6𝑖
3. 𝑊 is not a subspace.
6. Not a subspace
𝐶1 + 2𝐶3 = −1
2𝐶1 + 𝐶2 + 3𝐶3 = 1
3𝐶1 + 4 𝐶2 + 6𝐶3 = 5
It can be shown that this system of equations has the
unique solution.
𝐶1 = 1, 𝐶2 = 2, 𝐶3 = −1.
2𝐶1 + 𝐶2 + 3𝐶3 = 5
3𝐶1 + 4 𝐶2 + 2𝐶3 = 5
This system of equations has many solutions,
𝐶1 = −2𝑟 + 3, 𝐶2 = 𝑟 − 1, 𝐶3 = 𝑟
𝐶1 − 𝐶2 + 𝐶3 = 3
2𝐶1 − 𝐶2 + 4𝐶3 = −4
3𝐶1 − 2 𝐶2 + 5𝐶3 = 6
This system has no solution. Thus (3, −4, −6) is not a linear
combination of the vectors
Thus, 𝐶1 + 𝐶3 = 𝑥
2𝐶1 + 𝐶2 + 𝐶3 = 𝑦
−𝐶2 + 2𝐶3 = 𝑧
𝐶1 = 3𝑥 − 𝑦 − 𝑧,
𝐶2 = −4𝑥 + 2𝑦 + 𝑧,
𝐶3 = −2𝑥 + 𝑦 + 𝑧.
𝑣 = 𝑎 𝑣1 + 𝑏 𝑣2
we can write
𝑎 𝑏
𝑣= 𝑘1 𝑣1 + 𝑘2 𝑣2
𝑘1 𝑘2
= (𝑎 − 3𝑏, 2𝑎 + 𝑏, 2𝑏)
5𝑝 + 𝑞 = 2𝑎 + 𝑏
2𝑝 − 2𝑞 = 2𝑏.
𝑎+𝑏 𝑎−2𝑏
This system of eqs has unique solution 𝑝 = ,𝑞 = .
3 3
(a)𝑓 𝑥 = 3𝑥 2 + 2𝑥 + 9; 𝑔 𝑥 = 𝑥 2 + 1, 𝑥 = 𝑥 + 3
(b) 𝑓 𝑥 = 𝑥 2 + 4𝑥 + 5; 𝑔 𝑥 = 𝑥 2 + 𝑥 − 1, 𝑥 = 𝑥 2 + 2𝑥 + 1
Answers
2. (a) −3,3,7 = 2 1, −1,2 − 2,1,0 + 3 −1,2,1
(b) 0,10,8 = 2 − 𝑐 −1,2,3 + 2 − 2𝑐 1,3,1 + 𝑐 1,8,5 ,
whether c is any real number
Assume that 𝑐1 ≠ 0.
The above identity can be rewritten as
−𝑐2 −𝑐𝑚
𝑣1 = 𝑣2 + ⋯ + 𝑣
𝑐1 𝑐𝑚 𝑚
𝑣1 = 𝑣2 𝑑2 , … , 𝑑𝑚 𝑣𝑚 .
𝑐1 0 + 𝑐2 𝑣2 + ⋯ + 𝑐𝑛 𝑣𝑛 = 0.
𝐶1 − 2𝐶2 + 8𝐶3 = 0
2𝐶1 + 𝐶2 + 6𝐶3 = 0
3𝐶1 + 𝐶2 + 10𝐶3 = 0
3 𝐶1 + 3 𝐶2 + 𝐶3 = 0
−2 𝐶1 − 𝐶2 = 0
2 𝐶1 + 4 𝐶2 + 5 𝐶3 = 0
⇒ 𝑎 + 𝑏 𝑣1 + 𝑎 − 𝑏 𝑣2 = 0
(a) {𝑣1 , 𝑣1 + 𝑣2 , 𝑣3 }
and since
𝛼1 , … , 𝛼𝑘 , 𝛽1 , … , 𝛽𝑚
is also an independent set, each 𝑥𝑖 = 0 and each 𝑦𝑗 = 0 .
Thus 𝛼1 , … , 𝛼𝑘 , 𝛽1 , … , 𝛽𝑚 , 𝛾1 , … , 𝛾𝑛
is a basis for 𝑊1 + 𝑊2 . Finally
dim 𝑊1 + dim 𝑊2 = 𝑘 + 𝑚 + 𝑘 + 𝑛
=𝑘+ 𝑚+𝑘+𝑛
= dim 𝑊1 ∩ 𝑊2 + dim 𝑊1 + 𝑊2 .
1.5. BASIS AND DIMENSION
Basis: A subset of a vector space is said to be a basis of if it has the
following properties:
i) is linearly independent
ii) spans
Examples
is linearly independent
ii) Any vector can expressed as a linear combination of
the vectors in . That is,
; ;
; ;
Solving we have
; ; (do it !!)
(OR)
Proof: To show that is linearly dependent, it is enough to show that there exist
scalars , not all zero, such that
Note: The largest linearly independent subset of a finite dimensional vector space
of dimension is a basis.
THEOREM 2: Let be a finite dimensional vector space .Then any two bases
of have the same number of elements.
By continuing in this way (not more than steps), then we have a linearly
independent set , which is an extended basis for or is
a part of the basis of .
; ;
Solving we have (do it!!). Thus, is linearly
independent and hence it is a basis of .
If , then
From is linearly independent, which is a contradiction and hence .
From , we have
spans .
Thus, is a basis of with dimension .
This shows that . That is, .
Hence be proved.
Proof:
Given and be two finite dimensional subspaces of a vector space .
is also a finite dimensional subspace of .
Let and be a basis of .
Then and .
Since is linear independent and , we can extend to form a basis of .
Let be a basis of and
Since is linear independent and , we can extend to form a basis of .
Let be a basis of and
Also,
… (3)
… (4)
Hence be proved.
Problem 1: Show that the set 1,0, −1 , 1,1,1 , 1,2,4 is a
basis for ℝ3 .
𝑎2 + 2𝑎3 = 𝑥2
−𝑎1 + 𝑎2 + 4𝑎3 = 𝑥3
This system of equations has the solution
𝑎1 = 2𝑥1 − 3𝑥2 + 𝑥3
𝑎3 = 𝑥1 − 2𝑥2 + 𝑥3
Thus the set spans the space. We now show that the set is
linearly independent.
𝑏2 + 2𝑏3 = 0
−𝑏1 + 𝑏2 + 4𝑏3 = 0
This system has the unique solution 𝑏1 = 0, 𝑏2 = 0, and 𝑏3 =
0. Thus the set is linearly independent.
−𝑐1 + 4𝑐3 = 0
(a) The vectors (1, 2), (-1, 3), (5, 2) are linearly dependent in
ℝ 2.
(b) The vectors (1, 0, 0), (0, 2, 0), (1, 2, 0) span ℝ3.
(a) {(3, 1), (2, 1)} (b) {(1, −3), (−2, 6)}
𝛽 = 𝑦1 𝛼1 + ⋯ + 𝑦𝑛 𝛼𝑛
be in V and let c be any scalar. Now
𝑐𝛼 + 𝛽 = 𝑐𝑥1 + 𝑦1 𝛼1 + ⋯ + 𝑐𝑥𝑛 + 𝑦𝑛 𝛼𝑛
and so by definition
𝑇 𝑐𝛼 + 𝛽 = 𝑐𝑥1 + 𝑦1 𝛽1 + ⋯ + 𝑐𝑥𝑛 + 𝑦𝑛 𝛽𝑛
on the other hand,
𝑛 𝑛
𝑐 𝑇(𝛼) + 𝑇(𝛽) = 𝑐 𝑥𝑖 𝛽𝑖 + 𝑦𝑖 𝛽𝑖
𝑖=1 𝑖=1
𝑛
= (𝑐𝑥𝑖 + 𝑦𝑖 ) 𝛽𝑖
𝑖=1
𝑈(𝛼) = 𝑈 𝑥𝑖 𝛼𝑖
𝑖=1
𝑛
= 𝑥𝑖 (𝑈(𝛼𝑖 ))
𝑖=1
𝑛
= 𝑥𝑖 𝛽𝑖
𝑖=1
𝑇 0𝑈 = 𝑇 0 𝑢 = 0 𝑇 𝑢 = 0𝑣 = 0𝑉 .
DEFINITION: Let 𝑇: 𝑈 → 𝑉 be a linear transformation. The
set of vectors in 𝑈 that are mapped into the zero vector of 𝑉
is called the kernel of 𝑇. The kernel is denoted by 𝑘𝑒𝑟 𝑇 .
The set of vectors in 𝑉 that are images of vectors in 𝑈
is called the range of 𝑇. The range is denoted by 𝑟𝑎𝑛𝑔𝑒 𝑇 .
We illustrate these sets in the following figure.
U V
O
Kernel
𝑇→
All vectors in 𝑈 that are mapped into 0.
U V
range
𝑇→
All vectors in 𝑉 that are images of vectors in 𝑈.
Proof:
Existence of the mapping
n
ai i
i 1
Then each vector in there exists in , that is, for each . Thus,
is a well defined mapping.
n n n n n
aii bii caii bii cai bi i
i 1 i 1 i 1 i 1 i 1
n
Now, using the definition ai i , we have
i 1
n n
cai bi T i cai bi i
i 1 i 1
n
For aii , we have
i 1
n n n
ai i aiT ' i ai i (using definition)
i 1 i 1 i 1
That is, a linear transformation maps a zero vector into a zero vector.
Kernel of a linear transformation
Let and are two vector spaces, and is a linear
transformation. Then kernel of T, denoted by , is the set of vectors in
that map into the zero vector in , that is,
a) is a subspace of .
b) is a subspace of .
i.e.,
i.e.,
Therefore, is a subspace of .
Hence be proved.
Let …
, where
We now show that the set of all image elements of additional vectors
is a basis for so that .
To prove that is linear independent, it is enough to show that for any scalars
such that ,
where .
Now,
(from (2))
Thus, spans
Hence be proved.
Problem 1: Prove that the following transformation
𝑇: 𝑅 2 → 𝑅 2 is linear. T(x,y) = (2x, x+y)
Solution: We first show that T preserves addition. Let
(x1,y1) and (x2,y2) be elements of 𝑅 2 . Then
T((x1,y1)+ (x2,y2)) = T (x1+x2,y1+y2) by vector addition
= (2x1+2x2, x1+x2+y1+y2) by definition of T
= (2x1, x1+ y1)+( 2x2, x2+ y2) by vector addition
= T(x1,y1)+T (x2,y2) by definition of T
Thus T preserves vector addition.
We now show that T preserves scalar multiplication. Let c
be a scalar.
T(c(x1,y1))=T(cx1,cy1) by scalar multiplication of a vector
=(2c x1, cx1+c y1) by definition of T
=c(2x1, x1+ y1) by scalar multiplication of a vector
=cT (x1, y1) by definition of T
Thus T preserves scalar multiplication. T is linear.
Problem 2: Let 𝑃𝑛 be the vector space of real polynomial
functions of degree ≤n. Show that the following
transformation 𝑇: 𝑃2 → 𝑃1 is linear.
T (ax2+bx+c)= (a+b)x+c
Solution: Let ax2+bx+c and px2+qx+r be arbitrary
elements of P2. Then
T ((ax2+bx+c)+(px2+qx+r)) = T ((a+p)x2+(b+q)x+(c+r) by vector
addition
= (a+p+b+q)x+(c+r) by definition of T
=(a+b)x+c+(p+q)x+r
= T (ax2+bx+c)+ T(px2+qx+c ) by definition of T
Thus T preserves addition
We now show that T preserves scalar multiplication. Let k
be a scalar.
T(k(ax2+bx+c))=T(kax2+kbx+kc) by scalar multiplication
= (ka+kb)x+kc by definition of T
=k((a+b)x+c)
=kT(ax2+bx+c) by definition of T
T preserves scalar multiplication. Therefore, T is a linear
transformation.
Problem 3: Find the kernel and range of the linear
operator T(x,y,z)=(x,y,0)
Solution: Since the linear operator T maps R3 into R3, the
kernel and range will both be subspaces of R3.
Kernel: ker(T) is the subset that is mapped into (0,0,0). We
see that T(x,y,z) = (x,y,0)
= (0,0,0), if x=0,y=0
Thus ker(T) is the set of all vectors of the form (0,0,z). We
express this as ker(T) ={(0,0,z)}
Geometrically, ker(T) is the set of all vectors that lie on the
z-axis.
Range: The range of T is the set of all vectors of form
(x,y,0). Thus range (T) = {(x,y,0)}
Range (T) is the set of all vectors that lie in the x-y plane.
Exercise
1. Prove that the following transformations 𝑇: 𝑅2 → 𝑅 are not
linear.
(a) T(x, y) = y2
(b) T(x, y, z) = (x + y, z) of 𝑹3 → 𝑹2
(b) The kernel is the set {(r,-r,0)} and the range is R2. Dim
ker(T) =1, dim range(T)=2, and dim domain(T)= 3, so dim
ker(T)+ dim range(T) = dim domain(T).
(c) The kernel is the zero vector and the range is the set
{(3a,a-b,b)}. Dim ker(T) =0, dim range(T)= 2, so dim ker(T)+
dim range(T) = dim domain(T).
a1
The column vector 𝑢𝑩 =
is called the coordinate
an
vector of u relative to this basis. The scalars 𝑎1 , . . . . , 𝑎𝑛
are called the coordinates of 𝒖 relative to this basis.
Note: We will use a column vector from coordinate vectors
rather than row vectors. The theory develops most
smoothly with this convention.
Example: Find the coordinate vector of 𝒖 = (4,5) relative to
the following bases 𝑩 and 𝑩′ of 𝑅 2 :
(a) The standard basis, 𝐵 = 1,0 , 0,1 and
(b) 𝐵′ = { 2,1 , −1,1 }.
Solution:
(a) By observation, we see that
(4, 5) = 4(1, 0) + 5(0, 1)
4
Thus 𝒖𝐵 = . The given representation of u is, in
5
fact, relative to the standard basis.
(b) Let us now find the coordinate vector of u relative
to 𝐵′, a basis that is not the standard basis. Let
(4, 5) = 𝑎1 (2, 1) + 𝑎2 (-1, 1)
Thus
2a1 a2 4
a1 a2 5
This system has the unique solution
𝑎1 = 3 , 𝑎2 = 2
3
Thus 𝑢𝐵 ′ =
2
Definition: Let 𝑩 = 𝑢1 , . . . , 𝑢𝑛 and 𝑩′ = 𝑢′1 , . . . , 𝑢′ 𝑛 be
bases for a vector space 𝑈. Let the coordinate vectors of
𝑢1 , . . . , 𝑢𝑛 relative to the basis 𝑩′ = 𝑢′1 , . . . , 𝑢′ 𝑛 be
(𝑢1 )𝐵 ′ , . . . . , (𝑢𝑛 )𝐵 ′ . The matrix 𝑃, having these vectors as
columns , plays a central role in our discussion. It is called
the transition matrix from the basis 𝑩 to the basis 𝑩′.
Transition matrix 𝑷 = [(𝑢1 )𝐵 ′ , . . . . , (𝑢𝑛 )𝐵 ′ ].
𝒖𝐵 ′ = 𝑃𝒖𝐵
= [ 𝑢1 𝐵′ , . . . . , 𝑢𝑛 𝐵 ′ ]𝒖𝐵
1 3
The coordinate vectors of (1,2) and (3, −1) are and
2 1
.
The transition matrix 𝑃 is thus
1 3
P
2 1
(Observer that the columns of 𝑃 are the vectors of the
basis.) We get
1 3 3 15
𝒖𝐵 ′
2 1 4 2
f x x 3
𝑢 . . . . . . . . . . 𝑇 . . . . . . . . . . .𝑇(𝑢)
Coordinate
Mapping
......... .........
a A b
Figure
𝑇 𝑢1 = 𝑐11 𝑣1 + . . . + 𝑐1𝑚 𝑣𝑚
𝑇 𝑢2 = 𝑐21 𝑣1 + . . . + 𝑐2𝑚 𝑣𝑚
.
.
.
𝑇 𝑢𝑛 = 𝑐𝑛1 𝑣1 + . . . + 𝑐𝑛𝑚 𝑣𝑚
Thus
𝐵 = 𝑃−1 𝐴𝑃
𝐴′ = 𝑃−1 𝐴𝑃
Proof: Consider a vector 𝑢 in 𝑈. Let its coordinate vector
relative to B and 𝐵′ be 𝑎 and 𝑎′. The coordinate vectors of
𝑇(𝑢) are 𝐴𝑎 and 𝐴′𝑎′. Since P is the transition matrix from 𝐵′
to 𝐵, we know that
𝑃−1 𝐴𝑎 = 𝐴′𝑎′
1 1 3 3 2 2
L , L , L .
4 4 1 1 6 6
2, 6
1, 4
3, 1
3, 1
1, 4
2, 6
1 4 3 1 2 6
L , L , L .
4 1 1 3 6 2
2, 6
1, 4
3, 1
4, 1
1, 3
6, 2
3. Rotation:
u1 u1 cos sin u1
2
2
L : R R , L A u
u 2 u 2 sin cos 2
For example, as 2,
cos
A
2 0
sin 1
cos 1
2
0 .
sin 2 2
Thus, the rotation for the triangle with vertices 0, 0, 1, 0, 1, 1
is
and
1 0 1 1 1
L 1 1 .
1 1 0
0, 1
1, 1
1, 1
0, 0 1, 0
Problem 1: Consider the linear transformation T : R3 R2
defined as follows on basis vectors of R 3 . Find T 1, 2,3.
8, 3
Problem 2: Let 𝑇: 𝑈 → 𝑉 be a linear transformation. T is
defined relative to bases 𝐵 = {𝑢1 , 𝑢2 , 𝑢3 } and 𝐵′ = 𝑣1 , 𝑣2 of 𝑈
and 𝑉 as follows
𝑇 𝑢1 = 2𝑣1 − 𝑣2
𝑇 𝑢2 = 3𝑣1 + 2𝑣2
𝑇 𝑢3 = 𝑣1 − 4𝑣2
Find the matrix representation of 𝑇 with respect to these
bases and use this matrix to determine the image of the
vector 𝑢 = 3𝑢1 + 2𝑢2 − 𝑢3 .
2 3 1
A
1 2 4
Let us now find the image of the vector 𝑢 = 3𝑢1 + 2𝑢2 − 𝑢3
using this matrix.
3
The coordinate vector of 𝑢 is a 2 .
1
We get
3
2 3 1 11
Aa 2 5
1 2 4 1
11
𝑇(𝑢) has coordinate vector . Thus 𝑇 𝑢 = 11𝑣1 + 5𝑣2 .
5
Problem 3: Consider the linear transformation 𝑇: 𝑅 3 → 𝑅 2 ,
defined by 𝑇 𝑥, 𝑦, 𝑧 = (𝑥 + 𝑦, 2𝑧). Find the matrix of 𝑇 with
respect to the bases {𝑢1 , 𝑢2 , 𝑢3 } and {𝑢′1 , 𝑢′2 } of 𝑅 3 and 𝑅 2 ,
where
𝑢1 = 1,1,0 , 𝑢2 = 0,1,4 , 𝑢3 = 1,2,3 𝑎𝑛𝑑 𝑢′1 = 1,0 , 𝑢′2 = (0,2).
2 0
A
1 1
Therefore
1
2 1 2 0 2 1
A ' P 1 AP 1 1 3 1
3 1
1 1 2 0 3 2
3 2 1 1 10 6
Exercise
1) Let 𝑇: 𝑈 → 𝑉 be a linear transformation. Let 𝑇 be
defined relative to bases {𝑢1 , 𝑢2 , 𝑢3 } and {𝑣1 , 𝑣2 , 𝑣3 } of 𝑈
and 𝑉 as follows:
𝑇 𝑢1 = 𝑣1 + 𝑣2 + 𝑣3
𝑇 𝑢2 = 3𝑣1 −2𝑣2
𝑇 𝑢3 = 𝑣1 + 2𝑣2 − 𝑣3 .
Find the matrix of 𝑇 with respect to these bases. Use
this matrix to find the image of the vector
𝑢 = 3𝑢1 + 2𝑢2 − 5𝑢3 .
1 3 1
1) 1 2 2 , 4v1 11v2 8v3
1 0 1
1 0 0
2) (a) 0 2 0 ,( 1,10,6)
0 0 3
1 0 0
(b)
0 0 0 ,( 1,0,0)
0 0 0
2 2 1
3) ,(7,3)
1 3 2
0 0 0
4) 4 0 0 ,6 x 2
0 1 0
0 1 1
5) (a) 0 1 1
0 0 0
0 1
(b) 1 0
0 1
2 0 2 2
6) , 0 1
1 1
8) No
1. Solve the system of equations by using the method
of Gauss-Jordan elimination method.
2𝑥1 + 2𝑥2 − 4𝑥3 = 14
3𝑥1 + 𝑥2 + 𝑥3 = 8
2𝑥1 − 𝑥2 + 2𝑥3 = −1
Solution:
2 2 −4 14
Augmented matrix is 3 1 1 8
2 −1 2 −1
1 1 −2 7
1
𝑅1 ~ 3 1 1 8
2
2 −1 2 −1
1 1 −2 7
𝑅2 − 3𝑅1 , 𝑅3 − 2𝑅1 ~ 0 −2 7 −13
0 −3 6 −15
1 1 −2 7
1 7 13
− 𝑅2 ~ 0 1 −
2
2 2
0 −3 6 −15
3 1
1 0
2 2
7 13
𝑅1 − 𝑅2 , 𝑅3 + 3𝑅2 ~ 0 1 −
2 2
9 9
0 0 −
2 2
3 1
1 0
2 2 2
− 𝑅3 ~ 0 1 −
7 13
9
2 2
0 0 1 −1
1 0 0 2
7 3
𝑅2 + 𝑅3 , 𝑅1 − 𝑅3 ~ 0 1 0 3
2 2
0 0 1 −1
This is the reduced echelon form.
∴ The solution is 𝑥1 = 2, 𝑥2 = 3, 𝑥3 = −1
1 2 −1 −1 0
𝑅2 − 𝑅1 , 𝑅3 + 𝑅1 ~ 0 0 1 2 4
0 0 1 3 5
1 2 0 1 4
𝑅1 + 𝑅2 , 𝑅3 − 𝑅2 ~ 0 0 1 2 4
0 0 0 1 1
1 2 0 0 3
𝑅1 − 𝑅3 , 𝑅2 − 2𝑅1 ~ 0 0 1 0 2
0 0 0 1 1
This is the reduced echelon form.
The corresponding system of equation is
𝑥1 + 2𝑥2 = 3, 𝑥3 = 2, 𝑥4 = 1
There are many solutions
𝑥1 = 3 − 2𝑥2 , 𝑥3 = 2, 𝑥4 = 1
Let 𝑥2 = 𝑘𝜖ℝ
The general solution is
𝑥1 = 3 − 2𝑘, 𝑥2 = 𝑘, 𝑥3 = 2, 𝑥4 = 1
Solution:
1 −1 −2 0 7
2 −2 2 −4 12
Augmented matrix is
−1 1 −1 2 −4
−3 1 −8 −10 −29
1 −1 −2 0 7
0 0 6 −4 −2
𝑅2 − 2𝑅1 , 𝑅3 + 𝑅1 , 𝑅4 + 3𝑅1 ~
0 0 −3 2 3
0 −2 −14 −10 −8
1 −1 −2 0 7
0 −2 14 10 −8
𝑅2 ↔ 𝑅4 , ~
0 0 −3 2 3
0 0 6 −4 −2
1 −1 −2 0 7
1 0 1 7 5 4
− 𝑅2 ~
2 0 0 −3 2 3
0 0 6 −4 −2
1 0 5 5 11
0 1 7 5 4
𝑅1 + 𝑅2 ~
0 0 −3 2 3
0 0 6 −4 −2
1 0 5 5 11
1 0 1 7 5 4
− 𝑅3 ~ 2
3 0 0 1 − 3 −1
0 0 6 −4 −2
25
1 0 0 3 16
29
0 1 0 11
𝑅1 − 5𝑅3 , 𝑅2 − 7𝑅3 , 𝑅4 − 6𝑅3 ~ 3
0 0 1 2 −1
0 0 0 −3 4
0
1 0 0 25/3 16
1 0 1 0 29/3 11
𝑅4 ~
4 0 0 1 −2/3 −1
0 0 0 0 1
1 0 0 25/3 0
0 1 0 29/3 0
𝑅1 − 16𝑅4 , 𝑅2 − 11𝑅1 , 𝑅3 + 𝑅4 ~
0 0 1 −2/3 0
0 0 0 0 1
b. Let 𝑎 + 1, 𝑎, 𝑎 + 2 , 𝑏 + 1, 𝑏, 𝑏 + 2 𝜖𝑊2
We get 𝑎 + 1, 𝑎, 𝑎 + 2 + 𝑏 + 1, 𝑏, 𝑏 + 2
= 𝑎 + 𝑏 + 2, 𝑎 + 𝑏, 𝑎 + 𝑏 + 4
≠ 𝑎 + 𝑏 + 1, 𝑎 + 𝑏, 𝑎 + 𝑏 + 2
𝑊2 is not closed under addition
∴ 𝑊2 is not a subspace of ℝ3
we get 𝑎 = 0, 𝑎 + 1 = 0 and 𝑎 + 2 = 0.
This system of equations has no solution
∴ 𝑊2 is not a subspace of ℝ3 .
c. Let 𝑎1 , 𝑏1 , 𝑐1 , 𝑎2 , 𝑏2 , 𝑐2 𝜖𝑊3
⇒ 𝑎1 + 2𝑏1 + 𝑐1 = 0, 𝑎2 + 2𝑏2 + 𝑐2 = 0
𝑎1 , 𝑏1 , 𝑐1 + 𝑎2 , 𝑏2 , 𝑐2 = 𝑎1 + 𝑎2 , 𝑏1 + 𝑏2 , 𝑐1 + 𝑐2
= 𝑎1 + 𝑎2 + 2 𝑏1 + 𝑏2 + 𝑐1 + 𝑐2
= 𝑎1 + 2𝑏2 + 𝑐3 + 𝑎1 + 2𝑏2 + 𝑐3
= 0.
⇒ 𝑎1 , 𝑏1 , 𝑐1 + 𝑎2 , 𝑏2 , 𝑐2 𝜖𝑊3
𝑊3 is closed under addition.
Let 𝑐𝜖ℝ
𝑐 𝑎1 , 𝑏1 , 𝑐1 = 𝑐𝑎1 , 𝑐 𝑏1 , 𝑐 𝑐1
= 𝑐 𝑎1 + 2 𝑏1 + 𝑐1
=0
⇒ 𝑐 𝑎1 , 𝑏1 , 𝑐1 𝜖𝑊2
∴ 𝑊3 is a subspace of ℝ3
Solution:
𝑎 2𝑥 − 7 + 𝑏 𝑥 2 − 3𝑥 + 5 = 3𝑥 2 − 5𝑥 + 1
⇒ 𝑏𝑥 2 + 2𝑎 − 3𝑏 𝑥 − 7𝑎 + 5𝑏 = 3𝑥 2 − 5𝑥 + 1
Equating corresponding coefficients
𝑏 = 3, 2𝑎 − 3𝑏 = −5, −7𝑎 + 5𝑏 = 1
𝑏 = 3 ⇒ 2𝑎 = −5 + 9 ⇒ 𝑎 = 2
∴ 2 2𝑥 − 7 + 3 𝑥 2 − 3𝑥 + 5 = 3𝑥 2 − 5𝑥 + 1
⇒ 𝑣𝜖𝑈
∴𝑈=𝑉
𝑉 be a vector space.
𝑣1 be a linear combination of 𝑣1 and 𝑣2 ∃ scalars 𝑎 and
𝑏 such that 𝑣1 = 𝑎𝑣2 + 𝑏𝑣3
𝑐1 and 𝑐2 are two non-zero scalars.
We have to show 𝑣1 is also a linear combination of
𝑐1 𝑣2 and 𝑐2 𝑣3 .
⇒ 𝑣1 = 𝑎𝑣2 + 𝑏𝑣2
𝑎 𝑏
We can write 𝑣1 = 𝑐1 𝑣2 + (𝑐2 𝑣3 )
𝑐1 𝑐2
𝑎 𝑏
Here and are scalars
𝑐1 𝑐2
∴ 𝑣1 is a linear combination of 𝑐1 𝑣2 and 𝑐2 𝑣3 .
Solution:
Let 𝑥, 𝑦, 𝑧 𝜖ℝ3
⇒ 𝑥, 𝑦, 𝑧 = 𝑎 2, 1, 0 + 𝑏 −1, 3, 1 + 𝑐 4, 5, 0
= (2𝑎 − 𝑏 + 4𝑐, 𝑎 + 3𝑏 + 5𝑐, 𝑏)
⇒ 2𝑎 − 𝑏 + 4𝑐 = 𝑥
𝑎 + 3𝑏 + 5𝑐 = 𝑦
𝑏=𝑧
Solving this system of equations, we get
5𝑥 − 4𝑦 + 17𝑧 1
𝑎= , 𝑏 = 𝑧 and 𝑐 = 2𝑦 − 𝑥 − 17𝑧
6 6
5𝑥 − 4𝑦 + 17𝑧
∴ (𝑥, 𝑦, 𝑧) = 2, 1, 0 + 𝑧 −1, 3, 1
6
1
+ 2𝑦 − 𝑥 − 17𝑧 (4, 5, 0)
6
Therefore ℝ3 is spanned by the vectors
2, 1, 0 , −1, 3, 1 and (4, 5, 0).
9. For what values of ′𝑡′ the set { 2, −𝑡 , 2𝑡 + 6,4𝑡 } is
linearly dependent.
Solution:
By definition { 2, −𝑡 , 2𝑡 + 6,4𝑡 } is linearly dependent if
∃ scalars 𝑎, 𝑏 both are not zero such that
𝑎 2, −𝑡 + 𝑏 2𝑡 + 6,4𝑡 } = 0
2𝑎 + 𝑏 2𝑡 + 6 , −𝑎𝑡 + 𝑏4𝑡 = 0
Equating corresponding elements
⇒ 2𝑎 + 2𝑏𝑡 + 6𝑏 = 0, − 𝑎𝑡 + 4𝑏𝑡 = 0
⇒ 2 𝑎 + 3𝑏 + 𝑏𝑡 = 0, 4𝑏 − 𝑎 𝑡 = 0
⇒ 𝑎 + 3𝑏 + 𝑏𝑡 = 0, 𝑡 = 0(∵ 4𝑏 − 𝑎 ≠ 𝑜)
⇒ 𝑎 = 4𝑏
∴ 4𝑏 + 3𝑏 + 𝑏𝑡 = 0 ⇒ 𝑏 7 + 𝑡 = 0
⇒7+𝑡 =0 (∵ 𝑏 ≠ 0)
⇒ 𝑡 = −7
Solution:
{𝑣1 , 𝑣2 , 𝑣3 } is a linearly dependent set.
∃ 𝑐1 , 𝑐2 , 𝑐3 not all zero such that
𝑐1 𝑣1 + 𝑐2 𝑣2 + 𝑐3 𝑣3 = 0
Consider 𝑎𝑣1 + 𝑏 𝑣1 + 𝑣2 + 𝑐𝑣3 = 0
𝑎𝑣1 + 𝑏𝑣2 + 𝑐𝑣3 + 𝑏𝑣1 = 0
Solution:
Here 𝑢1 = 𝑣1 + 𝑣2 , 𝑢2 = 𝑣1 − 𝑣2 .
⇒ 𝑎 + 𝑏 𝑣1 + 𝑎 − 𝑏 𝑣2 = 0
Solution:
𝑎 + 2𝑏 + 3𝑐 = 𝑥, −𝑎 = 𝑦, 2𝑎 + 𝑏 = 𝑧
𝑥 + 5𝑦 − 2𝑧
⇒ 𝑎 = −𝑦, 𝑏 = 𝑧 + 2𝑦, 𝑐=
3
∴ The set spans ℝ3
Solution:
𝑇 is one-to-one ⇔ ker 𝑇 = 0
⇔ dimker 𝑇 = 0
Solution:
∴ dimker 𝑇 + dimrange 𝑇 = 0 + 2
= 2 = dimdomoin(𝑇)
∴ Range 𝑇 = {𝑠 1, 0, 1 + 𝑟 0, 1, 1 𝑠 , 𝑟𝜖ℝ}.