My favorites | Sign in
Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 1590: Reduce powers of sin's and cos's to multi-argument functions
1 person starred this issue and may be notified of changes. Back to list
Status:  Accepted
Owner:  asmeurer
Type-Enhancement
Priority-Medium
Simplify


Sign in to add a comment
 
Reported by asmeurer, Aug 09, 2009
I don't know what the name of such a function would be, but we need a way to apply the identities:
sin(x)**2 => 1/2 - cos(2*x)/2
cos(x)**2 => 1/2 + cos(2*x)/2

There are also rules for combination of sins and cos, and higher powers.  See 
http://en.wikipedia.org/wiki/Trig_identities#Power-reduction_formulas.

Probably we should also have a way to go the other way too.  
Sign in to add a comment

Hosted by Google Code