Hi everyone In Sage 4.5.2 and Sage 4.5.3, I get the following error using partial_fraction_decomposition()
sage: R.<x> = GF(3)[] sage: q = (x+1)/(x^3+x+1) sage: q.partial_fraction_decomposition() --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) /home/lrodri/<ipython console> in <module>() /home/lrodri/sage-4.5.2/local/lib/python2.6/site-packages/sage/ structure/element.so in sage.structure.element.Element.__getattr__ (sage/structure/element.c:2632)() /home/lrodri/sage-4.5.2/local/lib/python2.6/site-packages/sage/ structure/parent.so in sage.structure.parent.getattr_from_other_class (sage/structure/parent.c:2835)() /home/lrodri/sage-4.5.2/local/lib/python2.6/site-packages/sage/ structure/parent.so in sage.structure.parent.raise_attribute_error (sage/structure/parent.c:2602)() AttributeError: 'sage.rings.fraction_field_FpT.FpTElement' object has no attribute 'partial_fraction_decomposition' The same error I get using primes different from 2. But if I use 3^2 instead of 3, or a power of some prime, I get a right answer. I did not have the problem using Sage 4.4.1. Thanks in advance. Alex -- 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
