Dear Sage developers, I am manipulating univariate fractions in A[t] where A is a ring (say QQ[x1,...,xn]), and all the denominators factor nicely in many small terms like (1-x1 t) * (1 - 2*x2*t - (x3*x4) t^4) * ... I need to do ring operations (products, sums, ...), and to have the result reduced to the form A/B (if possible with A prime to B)
So far, I am working in FractionField(A[t]). However, the expansion of the denominators give many many terms, and is a computation killer. Is there currently a way in Sage to define a close variant of FractionField(QQ[x]), where the numerators would be expanded, but the denominators would be kept into factored form? Thanks! Cheers, Nicolas -- Nicolas M. ThiƩry "Isil" <nthi...@users.sf.net> http://Nicolas.Thiery.name/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---