- Quaternion
A set of numbers that use Complex Numbers.
It extends the complex numbers. The algebra of quaternions is often denoted byIf we express the three-dimensional vector
Quaternions :
It can be expressed as
∴
Quaternions can be said to be a vector based on
- Quaternions multiplication rules
∴
∴
∴
- Quaternions operation
1. Addition and Subtraction
If
then
In here,
If
then
∴
In here,
the operation that looks like addition is actually component-wise subtraction. Both the scalar and vector parts are subtracted, reflecting a "difference" operation between
2. Multiplication
If
Then,
In here,
①
②
Align by
③
Express the product of two quaternion units as one quaternion unit (ex.
④
Bind into
⑤
Bind into
⑥
In here,
Conclusion
∴
- Quaternion * Quaternion -> Quaternion
'Math' 카테고리의 다른 글
Square Matrix (0) | 2024.11.19 |
---|---|
eigenvalue, eigenvector (0) | 2024.10.15 |
Tensor product(Outer product) VS Dot Product (0) | 2024.09.26 |
Matrix Multiplication (0) | 2024.09.26 |
Unit Vector VS Vector (0) | 2024.09.26 |