Definition of Linear Transformation
Definition of Linear Transformation
1. Check Additivity:
2. Check Homogeneity:
and
cT (x1 , x2 ) = c(2x1 , x2 ) = (2cx1 , cx2 )
The results match, so homogeneity holds.
1
3. Differentiation Operator: If V is the space of polynomials, the differ-
entiation operator D is defined as D(p(x)) = p′ (x).
Example: Let V be the space of polynomials of degree at most 2, and
p(x) = 3x2 + 2x + 1. Then,
D(p(x)) = 6x + 2
• Null Space: The null space of T , denoted N (T ), is the set of all inputs
mapped to 0:
N (T ) = {v ∈ V | T (v) = 0}
Rank-Nullity Theorem:
2
5. Matrix Representation of Linear Transforma-
tions
Let T (x1 , x2 ) = (x1 + x2 , 2x1 − x2 ). Represent this as a matrix:
x 1 1 x1
T 1 =
x2 2 −1 x2