operation

definition

vector+vector

Add component by component to make a new set of three numbers.

vector-vector

Subtract component by component to make a new set of three numbers.

vectorscalar

Multiply each component of the vector by the scalar.

vector/scalar

Divide each component of the vector by the scalar.