Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

In this situation, based on order of operations, would cross product happen first or dot product?

Writer Olivia Zamora
$\begingroup$

I got from wikipedia that the dot product is also referred to as the "scalar product" and that the cross product is also referred to as the "vector product". Can anyone confirm my inference on the order of operations based off the previous statement?

Say I have three vectors, A, B, and C.

If I perform this operation

D = A * B X C.

I know in basic arithmetic, there is PEMDAS, where if you had something like d = 4 + 3 * 2, the 3 * 2 operation would be completed first. Is there also similar for vector operations. Based my inference, I assume here that the cross product gets calculated first, then the dot product. Is that a correct assumption?

$\endgroup$ 5

1 Answer

$\begingroup$

The cross product would have to occur first. If not, then you can not use the operation because after you do the dot product, you would have a scalar and a vector, not two vectors. You are correct in thinking so!

$\endgroup$ 2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy