You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sympy
Hi:
My formula has a lot of square of half angle trigonometric functions. We all know that sin(x/2)**2=(1-cos(x))/2 and cos(x/2)**2=(1+cos(x))/2. But how to do that in sympy? I try trigsimp and expand_trig, both of them are not working.