Open
Description
Reported by: anton (on trac)
Forming a QuotientRing as in the example below should produce an error (for noncommutative algebras)... as this makes little sense.
i1 : W = QQ[x,dx,WeylAlgebra=>{x=>dx}]
o1 = W
o1 : PolynomialRing
i2 : A := W/ideal dx
W
o2 = --
dx
o2 : QuotientRing
i3 : dx_A*x_A == (dx*x)_A
o3 = false
An alternative behaviour would be to return the module W^1/I.