What is a Linear Mapping?

Linear Mapping

A function f is a linear mapping if it satisfies:

Used extensively in graphics, optimization, and neural nets.

Here’s some equations to illustrate the concept:

f(x+y)=f(x)+f(y)f(x + y) = f(x) + f(y)

f(αx)=αf(x)f(\alpha x) = \alpha f(x)