where V1 and V2 a are vectors.
let K be the scalar
A vector and scalar can be multiplied but cannot be added or substracted.
scalar multiplication
V=K<V1,V2><KV1,KV2>
after scalar multiplication
vector addition
let
V=<V1,V2>U=<U1,U2>V+U=<V1+U1,V2+U2>
scalar multiplication and vector addition
KV=<KV1,KV2>KU=<KU1,KU2>K(V+U)=<K(V1+U1),K(V2+U2)>
scalar and vector addition
consider a vector v
which looks like
consider a scalar k
let say k=5
we cannot add a number to a vector
Comments