444. Linear Transformations - JulTob/Mathematics GitHub Wiki
Linear transformations are functions between vector spaces that preserve their structure: they are compatible with the operations of sum of vectors and multiplication of a vector by a scalar.
We define a function $f$ between two sets $A$ and $B$ as a law that associates to each element of A one and only one element of $B$ and denote this law as $f โถ A โถ B$.
Set $A$ is called the function's domain, while set $B$ is called the codomain of the function. We define the image of an element $a โ A$, the element $f(a) โ B$.
The set of images of all $A$ elements is called the image of f and is denoted by Im(f) or sometimes with f(A).
Not all laws that associate elements of a set with elements of another set are functions.
Let $V$ and $W$ be two vector spaces and let $F โถ V โถ W$ be a function. $F$ is called a linear transformation if:
- $F (๐ฎ + ๐ฏ) = F (๐ฎ) + F (๐ฏ)$ for every $๐ฎ, ๐ฏ โ V$ ,
- $F (ฮป๐ฎ) = ฮปยทF(๐ฎ)$ for every $ฮป โ โ$ and for every $๐ฎ โ V$ .
Let $F โถ V โ W$ be a linear transformation; then $F (๐_V ) = ๐_W$
$F (๐_V ) = F(0๐ฏ) = 0 F(๐ฏ) = ๐_W$
-
Identity Map
$F โถ V โถ V$
$๐ฏโฆ๐ฏ$
Is linear -
Zero Map
$F โถ V โถ V$
$๐ฏโฆ๐$
Is linear