from sympy import *
x, ep, D = symbols('x, \epsilon, D')
integrate(1+5.55*ep**2*exp(-.13*(x/D)), x)fails and gives the PolynomialDivisionFailed error message. Changing the -0.13 constant to -0.12 succeeds. Is there something about the equation that I'm not understanding or is this a bug in sympy? I'm running sympy version 0.7.5. Thanks, Adam -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/0aafc2f9-074c-48ca-8202-782a3cd74d96%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
