Difference between revisions of "Linear map/Definition"

From Maths
Jump to: navigation, search
m
m
 
Line 5: Line 5:
 
* <math>T(\lambda x)=\lambda T(x)</math>
 
* <math>T(\lambda x)=\lambda T(x)</math>
 
Or indeed:
 
Or indeed:
* <math>T(x+\lambda y)=T(x)+\lambda T(y)</math>
+
* <math>T(x+\lambda y)=T(x)+\lambda T(y)</math><ref>Linear Algebra via Exterior Products - Sergei Winitzki</ref><noinclude>
 +
==References==
 +
<references/>
 +
</noinclude>

Latest revision as of 10:34, 12 June 2015

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)

Or indeed:

  • T(x+λy)=T(x)+λT(y)
    [1]

References

  1. Jump up Linear Algebra via Exterior Products - Sergei Winitzki