






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Linear Transformations, Kernel, Range, Linear, Mapping, Transformation, Function, Functional, Operator, Properties, Differential, Linear Algebra, Lecture Slides, Yaroslav Vorobets, Mathematics, Texas A
Typology: Slides
1 / 12
This page cannot be seen from the preview
Don't miss anything!







Linear Algebra Lecture 19: Linear transformations. Kernel and range.
Linear mapping = linear transformation = linear function
Definition. Given vector spaces V 1 and V 2 , a mapping L : V 1 → V 2 is linear if L(x + y) = L(x) + L(y), L(r x) = rL(x) for any x, y ∈ V 1 and r ∈ R.
A linear mapping ℓ : V → R is called a linear functional on V. If V 1 = V 2 (or if both V 1 and V 2 are functional spaces) then a linear mapping L : V 1 → V 2 is called a linear operator.
Properties of linear mappings
Let L : V 1 → V 2 be a linear mapping.
Examples of linear mappings
Linear differential operators
L : C ∞(R) → C ∞(R), L = g 0 d^2 dx^2
g 1 d dx
g 2 ,
where g 0 , g 1 , g 2 are smooth functions on R. That is, L(f ) = g 0 f ′′^ + g 1 f ′^ + g 2 f.
∆f =
∂^2 f ∂x^2
∂^2 f ∂y 2 (a.k.a. the Laplacian; also denoted by ∇^2 ).
Range and kernel
Let V , W be vector spaces and L : V → W be a linear mapping. Definition. The range (or image) of L is the set of all vectors w ∈ W such that w = L(v) for some v ∈ V. The range of L is denoted L(V ). The kernel of L, denoted ker L, is the set of all vectors v ∈ V such that L(v) = 0.
Theorem (i) The range of L is a subspace of W. (ii) The kernel of L is a subspace of V.
Example. L : R^3 → R^3 , L
x y z
x y z
The range of L is spanned by vectors (1, 1 , 1), (0, 2 , 0), and (− 1 , − 1 , −1). It follows that L(R^3 ) is the plane spanned by (1, 1 , 1) and (0, 1 , 0). To find ker L, we apply row reduction to the matrix:
1 0 − 1 1 2 − 1 1 0 − 1
(^) →
1 0 − 1 0 2 0 0 0 0
(^) →
1 0 − 1 0 1 0 0 0 0
Hence (x, y , z) ∈ ker L if x − z = y = 0. It follows that ker L is the line spanned by (1, 0 , 1).
More examples
f : M 2 , 2 (R) → M 2 , 2 (R), f (A) = A + AT^.
f
a b c d
2 a b + c b + c 2 d
ker f is the subspace of anti-symmetric matrices, the range of f is the subspace of symmetric matrices.
g : M 2 , 2 (R) → M 2 , 2 (R), g (A) =
0 1 0 0
A.
g
a b c d
c d 0 0
The range of g is the subspace of matrices with the zero second row, ker g is the same as the range =⇒ g (g (A)) = O.