RobinHankin / stokes

methods for exterior calculus
https://robinhankin.github.io/stokes/
3 stars 0 forks source link

Generic operator "/" bug #11

Closed RobinHankin closed 5 years ago

RobinHankin commented 5 years ago
> rform()
           val
 1 3 5  =   -1
 3 4 5  =   -1
 1 3 6  =    1
 3 5 7  =   -1
 1 2 7  =    1
 2 4 6  =    1
 1 4 5  =    1
> rform() -> a
> 1/a
           val
 3 4 5  =    1
 1 5 6  =   -1
 2 4 7  =    1
 1 5 7  =   -1
 1 2 5  =    1
 1 3 6  =    1
> 

Above idiom should not work.