| 1 | initial version |
f % (x*y^2 - z) will do the job:
K.<x,y,z> = ZZ[]
f = x*y^2 + x + y + z
print( f % (x*y^2 - z) )
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.