Skip to content

Linear Map

Defines Linear Map, linear map, linear transformation

A linear map T:VWT : V \to W is a function between vector spaces over the same field that preserves addition and scalar multiplication: T(u+v)=T(u)+T(v)T(\mathbf{u} + \mathbf{v}) = T(\mathbf{u}) + T(\mathbf{v}) and T(av)=aT(v)T(a\mathbf{v}) = aT(\mathbf{v}).

Linear maps are the structure-preserving maps (homomorphisms) of vector spaces. The kernel ker(T)={vT(v)=0}\ker(T) = \{\mathbf{v} \mid T(\mathbf{v}) = \mathbf{0}\} and image im(T)={T(v)vV}\operatorname{im}(T) = \{T(\mathbf{v}) \mid \mathbf{v} \in V\} are subspaces, and the rank-nullity theorem states dimV=dimker(T)+dimim(T)\dim V = \dim \ker(T) + \dim \operatorname{im}(T).

In category theory, linear maps are the morphisms in the category of vector spaces over a field.

Relations

Date created

Cite

@misc{emsenn2026-linear-map,
  author    = {emsenn},
  title     = {Linear Map},
  year      = {2026},
  url       = {https://emsenn.net/library/math/domains/linear-algebra/terms/linear-map/},
  publisher = {emsenn.net},
  license   = {CC BY-SA 4.0}
}