Hi there! I have an issue and I found no solutions.
After using expand(), i'd like to gather the individual terms of my 
resulting equation.
Example:
Initial equation: x*(x + 2)
After expand(): x**2 + 2*x
I'd like a way to get the two resulting terms: x**2 and 2*x.
Using split() works most of the time, but when i have fractions, it does 
not.
Example: a/(a + 2) + b/(a + 2). Using split() here does not work.

Thanks!

-- 
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 sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/c6e2c084-469b-435d-8a2c-6a19bdb22e88n%40googlegroups.com.

Reply via email to