Linear Algebra: Lecture 5: Linear Transformations and Matrices
Linear Algebra: Lecture 5: Linear Transformations and Matrices
Jan-Otto Hooghoudt
Esbjerg, 2019
Linear Dependency:
A set of k
vectors {ū1 , ū2 , . . . , ūk } in R n is called linearly
dependent if
there exist scalars c1 , c2 , . . . , ck , not all equal to 0, such that
c1 ū1 + c2 ū2 + . . . + ck ūk = 0̄
x1 1 0 0 x1 x1
We introduce:
the identity transformation I : R n → R n , which is dened
by I (x̄ ) = x̄ for all x̄ in R n
the zero transformation T0 : R n → R m , which is dened by
T0 (x̄ ) = 0̄ for all x̄ in R n , and has range 0̄ ∈ R m
Both are indeed linear transformations, as can be veried by
checking the denition.
Basic properties of linear transformations
2
Thereby:
1 1 1 1 1
T 0 =T +
2 1 2 −1
1 1 1 1
= T + T
2 1 2 −1
1 2 1 4 3
= + =
2 3 2 −1 1
Example 5 book: continued
(b-continued)
Similarly, we try
to nd the linear combination of
1 1 0
and that gives , that is
1 −1 1
a 11 + b −11 = 01 =⇒ aa + b = 0 =⇒ b = − 1 , a = 1
−b 1 2 2
Thereby:
0 1 1−1 1
T 1
=T +
2 1 2 −1
1 1 1 1
= T − T
2 1 2 −1
1 2 1 4 −1
= − =
2 3 2 −1 2
Example 5 book: continued
x
Now we use the 2 previous result obtained to determine T x2
1
by:
x 1
0
T = T x1 + x2
1
x2 0 1
1 0
= x1 T + x2 T
0 1
3 −1 3x1 − x2
= x1 + x2 =
1 2 x1 + 2x2
Every linear transformation is a matrix transformation(!!)
The previous example was an example of validity of the following theorem that
is of central importance within the eld of Linear Algebra:
Theorem
Let T : R n → R m be linear. Then there is a unique m × n matrix
A = [T e1 T e2 . . . T en ]
whose columns are the images under T of the standard vectors for R n , such
that T (v̄ ) = Av̄ for all v̄ in R n .
A = [T e1 T e2 . . . T en ]
Denition:
A function f : R n → R m is said to be onto if its range is all of
R m that is, if every vector in R m is an image.
From the previous slide and the denition above, it follows that a
linear transformation is onto if and only if the columns of its
standard matrix form a generating set for its codomain(!)
Equavalent conditions for a linear function to be "onto"
Theorem 2.10
Let T : R n → R m be a linear transformation with standard matrix
A. The following conditions are equivalent:
(a) T is onto; that is, the range of T is R m
(b) The columns of A form a generating set for R m
(c) rank A=m
A one-to-one function
Null space
Denition Let T : R n → R m be linear. The null space of T is the
set of all v̄ in R n such that T (v̄ ) = 0̄.
From the previous denition and the previous slide we can state:
Connection Null-space and one-to-one-function
A linear transformation is one-to-one if and only if its null
space contains only 0̄. With A the standard matrix of the linear
transformation T , then the null space of T is the set of solutions of
Ax̄ = 0̄.
A one-to-one function: Equivalent relations
Theorem 2.11:
Let T : R n → R m be a linear transformation with standard matrix
A. Then the following statements are equivalent:
(a) T is one-to-one.
(b) The null space of T consists only of the zero vector.
(c) The columns of A are linearly independent.
(d) rank(A) = n.
Self Study
Section 2.7:
Example 1, 6,7 and 8
Section 2.8:
Example 14 (pages 181185)
-Further, please read the note "To the student" (if you did not do it yet)
and the general preface (both from the book compiled by O. Geil), that I
added on Moodle.
-Install Matlab in order to be ready for the Self-Study session in 2 days