Overview
A linear mapping, also called a linear transformation or linear operator, is a function between two vector spaces that preserves the vector space operations: addition and scalar multiplication. Formally, a function f satisfies f(u+v)=f(u)+f(v) and f(cu)=c f(u) for all vectors u,v and scalars c. Linear mappings are central in mathematics and especially in linear algebra, where they describe structure-preserving correspondences between spaces.
Key properties
Important consequences of linearity include that f(0)=0, f applied to a linear combination equals the same linear combination of images, and the image of a subspace is a subspace. The kernel (null space) and image (range) are fundamental invariants used to classify mappings and compute dimensions.
- Additivity: f(u+v)=f(u)+f(v).
- Homogeneity: f(cu)=c f(u).
- Kernel & image: ker(f) and im(f) measure failure of injectivity and surjectivity.
Matrix representation
Given bases of domain and codomain, every linear mapping can be represented by a matrix. Composition of linear maps corresponds to matrix multiplication; invertible linear maps correspond to invertible matrices. Changing bases applies a similarity or conjugation transform to the matrix representation. See a basic reference: linear maps and matrices.
Examples and applications
Common examples include rotations, reflections, projections, and scaling in Euclidean spaces, all of which are linear maps represented by matrices. Linear mappings model systems in physics, engineering, computer graphics, data analysis, and differential equations. Finite-dimensional examples are often taught alongside computations of rank, determinant, and eigenvalues; infinite-dimensional examples appear in functional analysis.
History and context
The concept evolved as part of 19th-century algebra and geometry, becoming formalized with the development of vector space axioms. Modern treatments place linear mappings at the heart of abstract algebraic structures and categorical perspectives. For more background and rigorous definitions consult general references and introductory texts on vector spaces.
Distinctions and notable facts
Not every function between vector spaces is linear; nonlinear maps like translations are excluded. Linear maps preserve origin and straight lines through origin but need not preserve lengths or angles unless additional structure (inner product) is respected. Computational tools often reduce problems about linear maps to matrix algorithms; further topics include canonical forms and spectral theory. Further reading: advanced topics.










