RobinHankin / clifford

5 stars 0 forks source link

`drop()` should drop the pseudoscalar #92

Closed RobinHankin closed 8 months ago

RobinHankin commented 9 months ago
suppressMessages(library("clifford"))
options(maxdim=3)
e(1:3)
#> Element of a Clifford algebra, equal to
#> + 1e_123
drop(e(1:3))
#> Element of a Clifford algebra, equal to
#> + 1e_123

...and it doesn't.

RobinHankin commented 8 months ago

now drops the pseudoscalar