Hi,

I'm working with fraction fields of multivariate polynomials ring with 
coefficients in Q. My question is, how do I get cancellation between
numerator and denominator coefficients to work?

Example:

R.<x,y>=PolynomialRing(QQ, 2)
F=FractionField(R)

f=(x/2)/(y/2)

My question is, how do I get the representation of f to simplify to x/y? The 
reduce method doesn't do it.

Stefan

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to