Recently, I am struglling with the difference between linear transformation and affine transformation. Are they the same ? I found an interesting question on the difference between the functions. But still, not very clear.
What is the difference between linear and affine function http://mathworld.wolfram.com/AffineTransformation.html
Let $V,W$ be some $\Bbb K$ vector space.
$f:V \to W$ is linear if for every $\alpha,\mu\in \Bbb K$ and $v_1,v_2\in V$ we have $f(\alpha v_1+\mu v_2) = \alpha f(v_1)+\mu f(v_2)$.
$g:V\to W$ is affine if there exists $b\in V$ such that $\tilde g:V\to W:v \mapsto g(v)-b$ is linear.