Linear map/Definition
From Maths
Given two vector spaces (U,F) and (V,F) (it is important that they are over the same field) we say that a map, T:(U,F)→(V,F) or simply T:U→V (because mathematicians are lazy), is a linear map if:
- ∀λ,μ∈Fand ∀x,y∈Uwe have T(λx+μy)=λT(x)+μT(y)
Which is eqivalent to the following:
- T(x+y)=T(x)+T(y)
- T(λx)=λT(x)
Or indeed:
- T(x+λy)=T(x)+λT(y)[1]
References
- Jump up ↑ Linear Algebra via Exterior Products - Sergei Winitzki