Linear Transformation#
Linear transformation is a special type of function that maps vectors in a vector space to another vector while preserving vector addition and scalar multiplication operations.
Basic Properties of Linear Transformation#
A linear transformation T satisfies the following two conditions:
- Additivity: T(u+v)=T(u)+T(v)
- Scalar Multiplication: T(cv)=cT(v)
Examples of Linear Transformation#
Example 1: Scaling Transformation#
Consider a function T that maps any vector v=(x,y) in two-dimensional space to a new vector T(v)=(2x,2y). This function is a linear transformation because it satisfies the properties of additivity and scalar multiplication. Geometrically, this transformation symmetrically enlarges all points on the plane about the origin by a factor of two, effectively scaling each point.
Example 2: Rotation Transformation#
In two-dimensional space, a vector can be rotated around the origin by multiplying it by a specific matrix. The linear transformation that rotates a vector v counterclockwise by an angle θ around the origin can be represented as:
This transformation is linear as it preserves vector addition and scalar multiplication operations.
Example 3: Projection Transformation#
A projection transformation projects a vector v=(x,y,z) in three-dimensional space onto the XY plane, and can be represented as:
This transformation ignores the z-coordinate of each point, projecting the points onto the XY plane, and is also a linear transformation.
Key Concept#
Linear Transformation
Linear transformation is a mathematical method used to describe mappings between vector spaces. It transfers a vector from one space to another space using a set of rules (such as matrix multiplication), while preserving the properties of vector addition and scalar multiplication.
Related Knowledge or Questions
[1] [[How are matrices used to represent composite linear transformations?]]
[2] [[How to use matrices to represent reflection transformations in three-dimensional space?]]
[3] [[How are matrix-represented linear transformations applied in image processing?]]