Computer Science I / Dot Product and Orthogonality
Practice question · Multiple choice

The dot product returns a single number rather than a vector of products. Why is that the useful output?

Hints
  1. Ask what question "how aligned are these two?" has as its answer.
  2. The componentwise product exists, it is just a different operation.
Show the answer

D. Because it measures how much two vectors share a direction

Why

Alignment is one number, so the operation that measures it returns one. The componentwise product is a legitimate operation; it simply answers a different question.

Read the lesson: Dot Product and Orthogonality →

Practise Dot Product and Orthogonality

The app has 7 more questions on this lesson, and keeps your place in the course. Computer Science I is free to start.

More questions on Dot Product and Orthogonality