57. Linear Transformation

A function between vector spaces is a linear transformation if it preserves vector addition and scalar multiplication.

57.1. The two axioms

For any vectors and scalar :

1. Additivity

2. Homogeneity (scalar multiplication)

The two combine into a single condition: for all scalars and vectors.

Example

defined by is linear.

Check additivity: , :

Check homogeneity: , :

57.2. Consequences

Linearity forces to be very rigid. From the two axioms:

57.3. Equivalent definition: matrix–vector product

Every linear transformation can be written as for some matrix — see Matrix Representation. This means linear transformation matrix.

57.4. Non-examples

57.5. See also