Issue 1181: Advanced trigonometric simplification
http://code.google.com/p/sympy/issues/detail?id=1181
New issue report by [EMAIL PROTECTED]:
Suggestion is to automate trigonometric simplification for following types
of expressions (should also work for hyperbolic expressions) which occur
in coordinate transformation. That is the used should not be required to
perform the required groupings ahead of time to carry out the full
trigonometric simplification.
cos(theta)**2 + cos(phi)**2*sin(theta)**2 + sin(phi)**2*sin(theta)**2
r**2*sin(theta)**2 + r**2*cos(phi)**2*cos(theta)**2 +
r**2*cos(theta)**2*sin(phi)**2
r**2*cos(phi)**2*sin(theta)**2 + r**2*sin(phi)**2*sin(theta)**2
The results of trigsimp on the above expressions should be
1
r**2
r**2*sin(theta)**2
Issue attributes:
Status: Accepted
Owner: [EMAIL PROTECTED]
Labels: Type-Defect Priority-Medium
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sympy-issues" 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-issues?hl=en
-~----------~----~----~----~------~----~------~--~---