Open eric-wieser opened 4 years ago
involution
should be implemented. See also my implementation at https://github.com/pygae/GAlgebra.jl/blob/874dd59844fee98b918d070d6265353dcd3c1547/src/mv.jl#L243 .
GitHubJulia interface to GAlgebra via PyCall. Contribute to pygae/GAlgebra.jl development by creating an account on GitHub.
Should be able to do a (possibly) faster implementation along the lines of
return self.subs({
b: b if len(i) % 2 == 0 else -b
for i, b in zip(self.indexes.flat, self.blades.flat)
})
Yeah indeed.
@Nelli-Khlyustova commented on Oct 4, 2018
@mevangelista-alvarado commented on Jan 15 • edited
From http://webcache.googleusercontent.com/search?q=cache:https://github.com/brombo/galgebra/issues/40