1
1
Definition
A linear transformation is a function T : V → W , where V and W are vector
spaces over the same field F , satisfying the properties:
Examples
1. Zero Transformation:
2. Identity Transformation:
T (v) = v.
is linear.
5. Matrix Multiplication: If T (X) = AX, where A is a fixed matrix,
then T is linear since:
1
Properties of Linear Transformations
1. Null Transformation: T (0) = 0. This is proved as follows:
T (0) = T (c · 0 + 0) = cT (0) + T (0).
Simplifying, we get T (0) = 0.
2. Linearity Conditions: The condition
T (cα + β) = cT (α) + T (β)
is equivalent to:
T (α + β) = T (α) + T (β),
and
T (cα) = cT (α).
3. Generalization: For any scalars c1 , c2 , . . . , cn and vectors α1 , α2 , . . . , αn ,
T (c1 α1 + · · · + cn αn ) = c1 T (α1 ) + · · · + cn T (αn ).