trigonometry
Replacing trigonometric functions in Sympy
I am trying to use Sympy to simplify some trigonometry. I realize that Sympy has a mature set of tools for dealing with this, so it seems like I must be missing something. However, I have spent a lot of time searching and can't seem to find exactly what I am looking for. Question: How do you expand a simple trig function into its complex components? MWE: x = Symbol('x',real=True) # The following works. Note that it expands cmplx functions into trig fncs exp(I*x).expand(complex=True) # Now try to go the other way expand(sin(x)) #nope expand_trig(sin(x)) #nope expand(sin(x),complex=True) #nope expand_complex(sin(x)) #nope I also tried replace, rewrite, and xreplace, but didn't get anywhere.
Related Links
Shift angle orientation using atan2
estimate angle between two lines y = 1000x and y = 999x
Need help revising a simple formula to make it universal
SWIFT trig functions
Simplifying atan(tan(a+b))
2 Different Radians constant calcuations whats the difference?
Trigonometry & Sunset
Calculating collisions with Radians incrementing
How do arbitrary-precision libraries like mpmath evaluate simple trigonometric functions?
How can I calculate the angle
Finding Shortest Distance Between Two Parallel Lines, With Arbitrary Point [closed]
how to convert depth in Z-cordinate
How can I simplify this expression with trigonometric in Maple?
Require trigonometry assistance with ship/wave movement
Trigonometry - Find where two curves intersect
How to calculate point 'along' unit circle radian [closed]