Hi Urs, On 18 Okt., 16:37, Urs Hackstein <urs.hackst...@googlemail.com> wrote: > Our goal is to find representatives a and b in the polynomial ring > over the complex numbers such that f=a/b. Can sage do this for me? > (Simple commands like simplify or expand don' t work.)
You mention simplify and expand - which probably means that you are in fact *not* working in the quotient field of a polynomial ring, because simplify and expand are typical methods of symbolic expressions. Could you tell us the result of f.parent()? If f.parent() is a quotient field, then methods like f.numerator() and f.denominator() will provide you with the polynomials a and b you were looking for. Cheers, Simon -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org