Skip to content
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

\oslash documentation is wrong #55

Closed
eschnett opened this issue Apr 24, 2020 · 1 comment
Closed

\oslash documentation is wrong #55

eschnett opened this issue Apr 24, 2020 · 1 comment
Labels
docs documentation

Comments

@eschnett
Copy link
Contributor

The documentation for \oslash reads:

Sandwich product: ω⊘η = (~ω)⊖η⊖ω

However, it seems to implement η⊘ω instead (with arguments commuted):

julia> R = exp/4*v12)
0.7071067811865476 + 0.7071067811865475v₁₂

julia> (~R)  v1  R
0.0 + 2.220446049250313e-16v₁ + 1.0v₂

julia> R  v1
-0.7071067811865476 + 0.7071067811865475v₁₂

julia> v1  R
0.0 + 2.220446049250313e-16v₁ + 1.0v₂
@chakravala chakravala added the docs documentation label Apr 24, 2020
chakravala added a commit that referenced this issue Apr 24, 2020
@chakravala
Copy link
Owner

Note that ⊘ is a new symbol definition which has not quite existed before I defined it. Most literature uses the >>> definition instead, which I think is slightly wrong as a definition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs documentation
Projects
None yet
Development

No branches or pull requests

2 participants