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:

  1. $F (๐ฎ + ๐ฏ) = F (๐ฎ) + F (๐ฏ)$ for every $๐ฎ, ๐ฏ โˆˆ V$ ,
  2. $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