I know that for quaternions, $$i^2=j^2=k^2=ijk=-1$$ I've tried to understand this intuitively as having $i$, $j$ and $k$ represent a rotation about each of three axes. But when I do a bit of manipulation with the quaternions, I ran into a problem. If $$i^2=ijk$$ shouldn't $$i=jk \text{ ?}$$ But because $$i^2=-1$$ $$(jk)^2=-1$$ and $$j^2k^2=-1$$ which is obviously not true: $j^2k^2$ should equal $1$.
Where is my error?
By the way, Wikipedia notes that quaternionic multiplication is non-commutative. Does that have something to do with it?
I view quaternions as reading. The order is $\{1, i, j, k\}$ so we read left to right. That is, $ij = k$ since that is left to right whereas $ji = -k$ since this is right to left so it is reversed, $-1$. $$ (jk)^2 = jkjk = ii = -1 $$ Also note that $$ j^2k^2 = jjkk = jik = -kk = 1\neq jkjk = ii = -1 $$ Does this help?