Dot product: multiply corresponding components and add the results
Cross product: for 3D vectors, use the determinant formula to get a new vector
Scalar multiplication: multiply every component of the vector by the scalar
Element-wise multiplication: multiply corresponding components component by component
Outer product: multiply each component of one vector by each component of another vector to form a matrix
