go to previous page   go to home page   go to next page

Answer:

(Review: ) What type of object are the operands of a dot product? Both are vectors

What is the type of the result? scalar


Operands, Operators, and Results

So far, you have seen the following operations:

point subtraction vector addition
vector subtraction vector scaling
vector dot product vector plus point

QUESTION 2:

In the above, is there a multiplication-like operation that takes two vector operands and outputs a vector result?