Scalar Multiplication - Vector arithmetic
Another arithmetic operation that we wish to look at is scalar multiplication. Specified the vector a→ = (a1, a2, a3) and any number c the scalar multiplication is,
ca→ = (ca1, ca2, ca3)
Thus, we multiply all the components by the constant c.