Linear Transformation Week 12
Linear Transformation Week 12
Linear Transformation
A linear transformation is a function from one vector space to another that respects each
vector space's underlying (linear) structure of each vector space. A linear transformation is
also known as a linear operator or map.
is, for each vector v ∈ V, f(v) denotes exactly one vector of W.)
Definition Let V and W be vector spaces, and let f : V → W be a function from V to W. (That
Then f is a linear transformation if and only if both of the following are true:
Properties (1) and (2) insist that the operations of addition and scalar multiplication give the
same result on vectors whether the operations are performed before f is applied (in V) or
after f is applied (in W). Thus, a linear transformation is a function between vector spaces
that “preserves” the operations that give structure to the spaces.
Dimension formula
A linear transformation T : V → W is injective when T(x) = T(y) if and only if x = y. This is the
case if and only if ker T = {0}.
EXAMPLES:
1. Let
T( v 1, v 2, v 3) = (2 v 1 + v 2, 2 v 2 − 3 v 1, v 1 − v 3)
SOLUTION:
We have
T((x, y) + (z, w)) = T(x + z, y + w) = ((x + z)2 , y + w)≠ ( x 2, y) + ( z 2, w) = T(x, y) + T(z, w).
So, T does not preserve additivity. So, T is not linear.
Alternately, you could check that T does not preserve scalar multiplications.
Alternately, you could check this failure(s), numerically. For example,
T((1, 1) + (2, 0)) = T(3, 1) = (9, 1) 6= T(1, 1) + T(2, 0).
SOLUTION:
We have
(−2, 4, −1) = −2(1, 0, 0) + 4(0, 1, 0) − (0, 0, 1).
So,
T(−2, 4, −1) = −2T(1, 0, 0)+4T(0, 1, 0)−T(0, 0, 1) = (2, 4, −1)+(1, 3, −2)+(0, −2, 2) = (3, 5, −1).
4. Let T : R2 → R2 be the linear transformation such that T(1, 1) = (0, 2) and T(1, −1) = (2, 0)
a. Compute T(1, 4).
b. Compute T(−2, 1).
SOLUTION:
a. We have to write
(1, 4) = a(1, 1)+b(1, −1).
Solving (1, 4) = 2.5(1, 1)−1.5(1, −1).
So,
T(1, 4) = 2.5T(1, 1)−1.5T(1, −1) = 2.5(0, 2)−1.5(2, 0) = (−3, 5)
b. We have to write
(−2, 1) = a(1, 1)+b(1, −1). Solving (−2, 1) = −.5(1, 1)−1.5(1, −1).
So,
T(−2, 1) = −.5T(1, 1)−1.5T(1, −1) = −.5(0, 2)−1.5(2, 0) = (−3, −1)
Homomorphism Theorems
Linear transformations are also called vector space homomorphisms. There is a basic
theorem that uses the properties of homomorphisms to show the isomorphism of
certain quotient spaces. It is simple to prove. But is very important
because it is always being used to prove more advanced theorems on vector spaces.
Homomorphisms are the maps between algebraic objects. There are two main
types: group homomorphisms and ring homomorphisms. (Other examples include vector
space homomorphisms, which are generally called linear maps, as well as homomorphisms
of modules and homomorphisms of algebras.)
If the operations on A and B are both additions, then the homomorphism condition
is f(a+b)=f(a)+f(b). If A and B are both rings, with addition and multiplication, there
is also a multiplicative condition: f(ab)=f(a)f(b).
DEFINITIONS:
Let R and S be rings, with operations + and ⋅ (this is a slight abuse of notation, but the
formulas below are more unwieldy with subscripts on the operations). A ring
homomorphism f:R→S is a function f such that
Definitions:
u + v = (u1 + v 1, u2 + v 2, . . . , un + v n)
These two operations of addition and scalar multiplication are called the standard
operations on Rn
0 = (0, 0, . . . , 0)
v − u = v + (−u)
1. u + v = v + u
2. u + (v + w) = (u + v) + w
3. u + 0 = 0 + u = u
5. k(lu) = (kl)u
6. k(u + v) = ku + kv
7. (k + l)u = ku + lu
8. 1u = u
A vector space V over a field F is a nonempty set on which two operations are
defined - addition and scalar multiplication. Addition is a rule for associating with
for associating with each scalar k ∈ F and each object u in V an object ku such that
each pair of objects u and v in V an object u + v, and scalar multiplication is a rule
1. If u, v ∈ V , then u + v ∈ V .
2. If u ∈ V and k ∈ F, then ku ∈ V .
3. u + v = v + u
4. u + (v + w) = (u + v) + w
5. There is an object 0 in V, called a zero vector for V , such that u+0 = 0+u = u
for all u in V .
7. k(lu) = (kl)u
8. k(u + v) = ku + kv
9. (k + l)u = ku + lu
10. 1u = u
Remark The elements of the underlying field F are called scalars and the elements
of the vector space are called vectors. Note also that we often restrict our attention
to the case when F = R or C.
A wide variety of vector spaces are possible under the above definition as illustrated by the
following examples. In each example we specify a nonempty set of
objects V . We must then define two operations - addition and scalar multiplication,
and as an exercise we will demonstrate that all the axioms are satisfied, hence entitling
V with the specified operations, to be called a vector space.
1. The set of all n-tuples with entries in the field F, denoted F n (especially note Rn and
C ).
n
2. The set of all m × n matrices with entries from the field F, denoted M mxn (F).
3. The set of all real-valued functions defined on the real line (−∞,∞).
4. The set of polynomials with coefficients from the field F, denoted P(F)
It is important to realise that the following results hold for all vector spaces. They
provide a useful set of vector properties.
Corollary: The zero vector and the additive inverse vector (for each vector) are
Unique
Theorem: Let V be a vector space over the field F, u ∈ V , and k ∈ F. Then the
following statement are true:
(a) 0u = 0
(b) k0 = 0
(c) (−k)u = −(ku) = k(−u)
(d) If ku = 0, then k = 0 or u = 0
Let U and V be vector spaces over a field F. Let T:U → V be a linear transformation.
We will define the range of T as well as the Kernel of T. At first, you will see them as sets. We
will prove that these sets are also vector spaces over F.
Definition: The range of T, denoted by R(T), is the set {T(x)] x ∈ U}/ The kernel
(or null space) of T, denoted by Ker T, is the set {x U] T(x) = 0 }