Multivectors.jl icon indicating copy to clipboard operation
Multivectors.jl copied to clipboard

need a dual operator compatible with G(N,0,1) aka Projective Geometric Algebra

Open Orbots opened this issue 1 year ago • 0 comments

This seems correct. Tried it in REPL and got correct results.

https://math.stackexchange.com/questions/4590369/is-projective-geometric-algebra-a-strict-subset-of-conformal-geometric-algebra?rq=1

julia> O
1.0e₁₂₃

julia> pseudoscalar(x)
1.0e₁₂₃₄

julia> pdual(x) = x*pseudoscalar(x) + (O∨x)*inv(O)

Orbots avatar Nov 02 '23 23:11 Orbots