I can reproduce in Sage 10.4, and I found some additional weird behaviour.

Doing p // p a second time gives 0.

Doing p / p causes a segmentation fault and crashes Sage.

Vincent Macri (He/Him)

On 2024-11-05 7:50 a.m., 'Martin R' via sage-devel wrote:
[â–³EXTERNAL]



I just stumbled over
```
sage: Q.<z> = Frac(QQ['z'])
sage: R.<x,y> = Q[]
sage: r = x*y - (2*z-1)/(z^2+z+1) * x + y/z
sage: p = r * (x + z*y - 1/z^2)
sage: p // p
0*x^2*y + (0*z)*x*y^2
```
in current develop.

Does somebody have an old version of sage, so we can see whether this is a regression?
--
You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/sage-devel/27375d2a-c3fd-4f01-968b-00d0c21996a2n%40googlegroups.com <https://groups.google.com/d/msgid/sage-devel/27375d2a-c3fd-4f01-968b-00d0c21996a2n%40googlegroups.com?utm_medium=email&utm_source=footer>.

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/sage-devel/7d5ae476-3dcb-4d8c-b873-bc9e710939dc%40ucalgary.ca.

Reply via email to