Quaternion

Quaternion é um constrúcto especial da algebra hamiltoniana.

propriedades

i * i = j * j = k * k = i * j * k = -1
i * j = k
j * k = i
k * i = j
j * i = -k
k * j = -i
i * k = -j

links

http://www.boost.org/doc/libs/1_58_0/libs/math/quaternion/TQE.pdf

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Share Alike 2.5 License.