RobinHankin / clifford

https://robinhankin.github.io/clifford/
5 stars 0 forks source link

commutator .[x,y] not implemented #72

Closed RobinHankin closed 2 years ago

RobinHankin commented 2 years ago

and it should be.

RobinHankin commented 2 years ago

However, it is not clear what type of product to use. I guess the geometric product would be the most natural but it might be possible to use fatdot or lefttick or righttick instead. Not sure what is the best to use

RobinHankin commented 2 years ago

already implemented as cross product, $A\times B=(AB-BA)/2$. Leaving issue open as this is not adequately documented.

RobinHankin commented 2 years ago

did not implement the factor of 1/2, reopening

RobinHankin commented 2 years ago

leaving open until I add a test