Linear map/Definition

From Maths
< Linear map
Revision as of 10:32, 12 June 2015 by Alec (Talk | contribs) (Created page with "Given two vector spaces {{M|(U,F)}} and {{M|(V,F)}} (it is important that they are over the same field) we say that a map, <math>T:(U,F)\rightarrow(V,F)</math...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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:UV (because mathematicians are lazy), is a linear map if:

  • λ,μF and x,yU we 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)