Comment #5 on issue 1590 by [email protected]: Reduce powers of sin's and
cos's to multi-argument functions
http://code.google.com/p/sympy/issues/detail?id=1590
from sympy.simplify.fu import *
TR7(TR5(eq)) # which is shorter than expand_sincos_powers(eq)
But if you use it a lot you can make expand_sincos_powers = lambda x:
TR7(TR5(x)) in your personal library of favorite "batteries" that aren't
included. If you wanted it to handle all trig functions you would have to
include the transforms to change everything to cos before applying TR7. I
suppose this could be marked as easy to fix and just have someone write
these little lambda function equivalents.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" 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-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.