chakravala / Grassmann.jl

⟨Grassmann-Clifford-Hodge⟩ multilinear differential geometric algebra
https://grassmann.crucialflow.com
GNU Affero General Public License v3.0
470 stars 38 forks source link

Weird output for G3 #104

Closed dmitrykouznetsov closed 1 year ago

dmitrykouznetsov commented 1 year ago

I get an odd result for a simple calculation in G3. I'm using julia 1.9.2

julia> basis"3"
(⟨×××⟩, v, v₁, v₂, v₃, v₁₂, v₁₃, v₂₃, v₁₂₃)

julia> v1 ^ v2
-0.49259671556261386 + 0.870257706554171v₁₂
chakravala commented 1 year ago

This result is not reproducible by me on Julia 1.9.3, works fine for me

dmitrykouznetsov commented 1 year ago

Removing .julia folder and reinstalling somehow helped. Thanks for checking :)