Multivectors - K-Vector Element Access #28
CaseySanchez
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
It appears that the inverse of the Hodge operator is as follows:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Dr. Fernandes,
I have found this paper which the author claims generalizes decompositions of spinors, titled "SWING-TWIST DECOMPOSITION IN CLIFFORD ALGEBRA":
https://arxiv.org/pdf/1506.05481.pdf
In it he uses the Hodge star operator upon the bivector component of the spinor, which appears as follows:
\star \langle R \rangle_{2} = - \mathbf{I} \langle R \rangle_{2}
I could see there being value in allowing users to access individual k-vector components of multivectors with the
operator[]
overload. For that matter, it would probably be useful to have ahodge
function as well.Regards,
Casey
Beta Was this translation helpful? Give feedback.
All reactions