By submitting this report you automatically agree that you've read and accepted the following conditions.
Support for DQ Robotics is given voluntarily and it's not the developers' role to educate and/or convince anyone of their vision.
Any possible response and its timeliness will be based on the relevance, accuracy, and politeness of a request and the following discussion.
If a DQ Robotics member replies, the user must let them know if their response solves their issue or not.
Any suggestion/advice/request made by anyone, as well intentioned as they might be, might not be incorporated into DQ Robotics.
Bug description
Hello,
I found a subscript error in the complex number multiplication formula in the lesson_2_quaternion_basics.mlx file, specifically in the Product section. Currently, the formula shows the imaginary part as $a_1 b_1 + a_2 b_2$, but it should be $a_1 b_2 + b_1 a_2$ to correctly represent the product of two complex numbers.
Code of Conduct
By submitting this report you automatically agree that you've read and accepted the following conditions.
Bug description Hello, I found a subscript error in the complex number multiplication formula in the
lesson_2_quaternion_basics.mlx
file, specifically in the Product section. Currently, the formula shows the imaginary part as $a_1 b_1 + a_2 b_2$, but it should be $a_1 b_2 + b_1 a_2$ to correctly represent the product of two complex numbers.