Skip to content

exact division in polynomial rings #38928

Open
@mantepse

Description

Steps To Reproduce

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

Expected Behavior

Should give 1.

Actual Behavior

0*x^2*y + (0*z)*x*y^2

Additional Information

No response

Environment

  • OS: Ubuntu 20.04
  • Sage Version: 10.5.beta8

Checklist

  • I have searched the existing issues for a bug report that matches the one I want to file, without success.
  • I have read the documentation and troubleshoot guide

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions