-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Inner Product between vector and bivector #98
Comments
Yes, you are missing something, what you don't understand is that there are 8 possible variations of inner product, all of which are essentially the same, except for a few swaps. In |
I see. I was not aware of left and right contraction definitions. Just making sure, are the left and right contraction implementations in Grassmann.jl the same as in the Wikipedia article? |
Grassmann.jl is its own reference standardization, based on my interpreting the OG (original Grassmann) knowledge. Wikipedia does not generate a full reference implementation of these definitions, so I am not sure what their definition is. Some other sources such as authors from Cambridge use definitions that are incorrect and not compatible with the OG (original Grassmann) |
@mw95710 As @chakravala stated, they use an alternate definition for inner product. This is not unusual. |
Using @Basis S"+++"
Define:
x = v1 + v2 + v3
i = v23
when I want the inner product I get x | i = 0, even though I am expecting -v2 + v3. Am I missing something?
The text was updated successfully, but these errors were encountered: