A transformation or transform is a function f that maps a set to itself. These functions are often seen in geometry and linear algebra or have geometric interpretations. For instance, a rotation is a transform. More generally, they can also be operators.
Properties#
Since transformations are functions, they inherit all the properties of functions. A particularly important case is continuous transformations. An example of a continuous transformation φ is the rotation
(q1q2)→(cosαsinα−sinαcosα)(q1q2)=(φ1(q,α)φ2(q,α))
where α∈[−π,π[. The derivative transformation ψ is
(q˙1q˙2)→(cosαsinα−sinαcosα)(q˙1q˙2)=(ψ1(q,q˙,α)ψ2(q,q˙,α))
An example of a non-continuous transformation (called a discrete transformation) is
(q1q2)→(αq1αq2)
where α=±1.