196k views
5 votes
a · (b · c): a. The expression is meaningful. It is a vector. b. The expression is meaningful. It is a scalar. c. The expression is meaningless. The cross product is defined only for two vectors. d. The expression is meaningless. The dot product is defined only for two vectors.

User CreMedian
by
6.1k points

1 Answer

0 votes

Assuming that a, b and c are all vectors:

The dot product of two vectors
x\cdot y returns a number.

Let
b\cdot c = k, for some
k \in \mathbb{R}

The expression becomes


a\cdot (b\cdot c) = a\cdot k

This is the multiplication between a vector and a scalar, and it returns a multiple of the vector.

User Chriopp
by
6.6k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.