Functions and Linear Transformations
Functions
Functions are mathematical entities that maps/associates input value to outputs.
In the (ii) example: R2: domain R3: co-domain Range: subset of co-domain which consists of actual points/value where the function maps to.
i)f:x→x2;R→Rii)f:(x1,x2)→(x1+x2,x2−x1,x1∗x2);R2→R3(Higherdimension)
Linear Transformations
Transformation is another term for function which moves a vector in space from A to B. Suppose a 10x10 grid needs to be transformed linearly. Then it must follow two rules:
The transformed grid should still be consisted of only lines (i.e No curves)
Origin remains fixed
Technically, a transformation is called linear if it follows these rules:
T:Rn→Rmwherev,wϵRni)T(v+w)=T(v)+T(w)ii)T(cv)=cT(v)
Link:
Last updated
Was this helpful?