Geometric algebra: Difference between revisions

Content added Content deleted
Line 1,382:
@show (a + b) * c ≈ a * c + b * c
 
isreal(x) = x[1] isa Real && all(y -> y == 0iszero, x[2:end])
@show isreal(x * x)
end