3
votes
1answer
57 views

Some questions about quaternions.

It is possible make something like complexification of a real vector space using quaternions? If yes, it's similar to complex case or there are considerable differences? Has been studied a quaternion ...
3
votes
1answer
65 views

Does anyone know any resources for Quaternions for truly understanding them?

I've been studying Quaternions for a week, on my own. I've learned various facts about them but I still don't understand them. My goal is to understand rotation quaternions specifically. I don't want ...
0
votes
1answer
29 views

Need help interpreting an equation from an article (related to quaternions).

At this link, about half way down the page, there is an equation I don't understand http://physicsforgames.blogspot.com/2010/02/quaternions-why.html This is the equation. $$VV† = -x^2I^2 - y^2J^2 - ...
4
votes
3answers
89 views

How do you construct the quaternion and the multiplication rules, like Hamilton did?

So, I understand complex number multiplication, and how it represents $2D$ rotations. What I don't understand is, how you add two more imaginary numbers $j$ and $k$, and get $3D$ rotations. I believe ...
3
votes
1answer
80 views

The multiplication of 2D vectors produces what?

I am trying to learn about rotation quaternions, and in the process I am currently looking at 2D vector multiplication. To avoid confusion with other types of multiplication, this is the basic form I ...