Hi all,

With symbols x, y and z imported from sympy.abc, the call

    >>> poly(1/(x+y), z, domain="EX")

generates a ValueError, while on the other hand, definitions like

    >>> poly(1/x, z, domain="EX")

and even

    >>> poly(1/(sqrt(x+y)), z, domain="EX")

are just fine. 

Is it a known issue (I am using sympy version 0.7.1.rc1) ?

Am I missing something obvious ?


Cheers,

SB

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to