You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really appreciate this book, great work!
In Section 3.4.1 Quaternion Operations, multiplication between two quaternions is defined. A more concise form is presented. According to the text, this form uses inner and outer product. In my opinion, this is a mistake. It is not the outer product but the cross product. Outer product is a vector operation whose result is a matrix. On the other hand, Cross product gives a vector as a result (null vector when both vectors are parallel). https://en.wikipedia.org/wiki/Cross_product
The text was updated successfully, but these errors were encountered:
Hhmm, actually, after reading the chapter again, I realized that this operation is presented as "Outer product" in the whole chapter. Thanks for your reply.
I really appreciate this book, great work!
In Section 3.4.1 Quaternion Operations, multiplication between two quaternions is defined. A more concise form is presented. According to the text, this form uses inner and outer product. In my opinion, this is a mistake. It is not the outer product but the cross product. Outer product is a vector operation whose result is a matrix. On the other hand, Cross product gives a vector as a result (null vector when both vectors are parallel).
https://en.wikipedia.org/wiki/Cross_product
The text was updated successfully, but these errors were encountered: