I have a query regarding as_numer_denom.
Example:
>>> a, b = symbols("a b")
>>> eq = a*y/x**2 + 2*b*y - b/x
>>> eq.as_numer_denom
(a*x*y + 2*b*x**3*y - b*x**2, x**3)
Shouldn't there be one x less in the numerator and denominator?
--
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.