Closed dmitrykouznetsov closed 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₁₂
This result is not reproducible by me on Julia 1.9.3, works fine for me
Removing .julia folder and reinstalling somehow helped. Thanks for checking :)
I get an odd result for a simple calculation in G3. I'm using julia 1.9.2