Status: Valid
Owner: ----
Labels: Type-Defect Priority-Medium Polynomial
New issue 3373 by [email protected]: clear_denoms fails for domain EX
http://code.google.com/p/sympy/issues/detail?id=3373
Poly(x + sqrt(2), x, domain='EX').clear_denoms()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "sympy/polys/polytools.py", line 1966, in clear_denoms
dom = f.rep.dom.get_ring()
File "sympy/polys/domains/expressiondomain.py", line 169, in get_ring
raise DomainError('there is no ring associated with %s' % self)
sympy.polys.polyerrors.DomainError: there is no ring associated with EX
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
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/sympy-issues?hl=en.