Linear transformations
A linear transformation (or a linear map) is a function T:Rn→Rm that satisfies the following properties:
- T(x+y)=T(x)+T(y)
- T(ax)=aT(x)
for any vectors x,y∈Rn and any scalar a∈R.
It is simple enough to identify whether or not a given function f(x) is a linear transformation. Just look at each term of each component of f(x). If each of these terms is a number times one of the components of x, then f is a linear transformation.
Therefore, the function f(x,y,z)=(3x−y,3z,0,z−2x)
It's easy to see that the function g violates the second condition above. In particular, if you set a=0 in that second condition, you see that each linear transformation must satisfy T(0)=0
A useful feature of a feature of a linear transformation is that there is a one-to-one correspondence between matrices and linear transformations, based on matrix vector multiplication. So, we can talk without ambiguity of the matrix associated with a linear transformation T(x).
Thread navigation
Vector algebra
- Previous: Dot product in matrix notation
- Next: Matrices and linear transformations
Similar pages
- Determinants and linear transformations
- Matrices and linear transformations
- Polar coordinates mapping
- How linear transformations map parallelograms and parallelepipeds
- The definition of differentiability in higher dimensions
- Subtleties of differentiability in higher dimensions
- The derivative matrix
- Area calculation for changing variables in double integrals
- Geometric properties of the determinant
- Volume calculation for changing variables in triple integrals
- More similar pages