1
  1. $L(u+v) = L(u) + L(v)$ for every $u$ and $v$
  2. $L(cu) = cL(u)$ for any $u\in V$, and $ c$ any real number

Do both conditions have to meet or can we say a vector is a linear transformation of the other if just one of these conditions meet? Or is it that if one meets, the other also will (which is not likely)

BR Pahari
  • 2,694

1 Answers1

1

It must meet both conditions for a transformation to be called linear. Meeting one of these conditions doesn't necessarily imply that the other condition will hold.

BR Pahari
  • 2,694
  • Can you provide some simple counter examples or links or problems related to your claim? – Edumaths555 Dec 15 '17 at 16:48
  • See https://math.stackexchange.com/questions/2211907/map-not-preserving-vector-addition-but-preserving-scalar-multiplication/2211933 – BR Pahari Dec 17 '17 at 14:56