Hi I am trying to understand how to simplify a Polynomial in Sympy without any 1/x or 1/x^n terms.
Because solving for roots, the domain won't work with nroots. The error I get. MultivariatePolynomialError: can't compute numerical roots of Poly(-2.61468835142518e-12*I*x**3 - ' 1.77367468147515e-13*x**2 + 2.01551297295763e-14*I*x + 6.13636683162216e-92*1/x**2 - 1.320867768074e-41*I*1/x + 7.79634921616583e-16, x, 1/x, domain='EX') Any help would be of great assistance. -- 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 https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/28e2fd97-dd6c-4db6-912b-7b51e0d56334%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
