M2 icon indicating copy to clipboard operation
M2 copied to clipboard

Bug in diff and inverting variable in rings over a fraction field

Open mahrud opened this issue 1 year ago • 3 comments

i1 : R = frac(QQ[x,y])[z];

i2 : 1/x

     1
o2 = -
     x

o2 : frac(QQ[x..y])

i3 : 1/x_R
stdio:3:2:(3): error: not implemented yet: fraction fields of polynomial rings over rings other than ZZ, QQ, or a finite field

i4 : x_R^-1

     1
o4 = -
     x

o4 : R

mahrud avatar Sep 02 '24 02:09 mahrud