-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add bivector decomposition #21
Comments
i have an implementation for conformal GA: a generalization of this would be most welcome. post ideas here! |
I'll look at it, and when I find a way to generalize it, I'll tell you or try to implement it. |
It seems to be pretty simple to generate a rotor from a bivector in even 4d, like this: http://www.liquisearch.com/bivector/four_dimensions/rotations_in_%E2%84%9D4 |
I tired to implement the exponential function myself, but I don't understand how the e function in geometric algebra works.
|
As I understand it, the above is true iff biv0 and biv1 commute (biv0biv1 = biv1biv0). |
the above
|
It should be possible to decompose a general bivector into D/2 (rounded downwards) components, where D is the number of dimensions.
Would be nice if a function for doing this would be added to this library, or at least an example. I don't find, how this can be done, anywhere.
The reason for this is, that I want to experiment with at least 4 dimensional rotations, also torques.
The text was updated successfully, but these errors were encountered: