One way to multiply two vectors is to take the dot product, which results in a scalar. Taking the dot product of two vectors, A and B, results in:
c = A • B = A B cos(θ)
where θ is the angle between A and B.
The dot product is ...
c = A • B = Ax Bx + Ay By + Az Bz