If I have a symbolic expression like:
expr = a*sin(x) + b*cos(y) - c*tan(z)

I can get each individual additive term, sort of like:
In[1]:  terms(expr)
Out[1]:  [a*sin(x), b*cos(y), -c*tan(z)]

?

Thanks,
~Luke
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com
To unsubscribe from this group, send email to sympy+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sympy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to