RobinHankin / clifford

5 stars 0 forks source link

signature() and maxdim #91

Closed RobinHankin closed 9 months ago

RobinHankin commented 9 months ago
suppressMessages(library("clifford"))
options(maxdim=3)
signature(5,4)

Above I would expect the call to signature() to generate an error because the previous line specified that the maximum dimension was 3 and the signature kind of implies that there are $5+4=9$ dimensions.