Linear Maps
Linear maps, also known as linear transformations or linear functions, are fundamental objects in linear algebra that preserve vector addition and scalar multiplication. Formally, a function between two vector spaces over the same field is called a linear map if it satisfies the following properties:
- Additivity: For all vectors in , .
- Homogeneity: For any scalar and vector in , .
A linear map can be represented by a matrix if bases for the vector spaces are chosen. Let and be finite-dimensional vector spaces with bases and , respectively. If is a linear map, then there exists a unique matrix such that for all , the action of on is given by matrix-vector multiplication: .
Linear maps arise in various areas of mathematics and its applications in physics, engineering, and computer science. For example, in physics, the laws of conservation of energy and momentum are often described by linear equations and transformations. In computer graphics, linear transformations are used to manipulate images and graphics efficiently.
Examples
- Rotation in : The rotation of a vector in the plane by an angle counterclockwise is a linear map.
- Projection onto a Subspace: The projection of a vector onto a subspace is a linear transformation.
- Dilation: Scaling a vector by a factor of is a linear transformation.
Historical Context
The concept of linear maps dates back to the 18th and 19th centuries when mathematicians like Leonhard Euler, Joseph-Louis Lagrange, and Carl Friedrich Gauss made significant contributions to linear algebra and its applications. The formal definition of linear maps and their properties were established in the 19th century and have since become fundamental in various mathematical disciplines.
Exam Questions
- Define a linear map between vector spaces and explain the properties that characterize a linear map.
- Consider the linear map given by . Find the standard matrix representation of .
- Show that the composition of two linear maps is also a linear map.