also... >>> numer(a/y) a >>> denom(a/y) y
fraction, numer and denom don't re-write the expression as a fraction: >>> numer(a/y+x) a/y + x -- You received this message because you are subscribed to the Google Groups "sympy" 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?hl=en.
