> Worse still:
>
> sage: x = polygen(QQ)
> sage: h = 4*x
> sage: h%3
> 0
>

Over QQ[x], isn't 4*x = 3 * (4/3*x) ? Over ZZ, it's fine:

sage: x = polygen(ZZ)
sage: h = 4*x
sage: h%3
x

-cc

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to