Hello, On Thu, Mar 8, 2012 at 1:37 PM, dennis <[email protected]> wrote: > > i am trying to find the roots of trigonometric functions such as sin(x), > cos(x), ... > > x = Symbol('x') > print( solve(sin(x), x) ) >> [0] > > Is there a way to get all roots of sin(x)? For example something like this: >> [pi*n] > or >> [0, pi], periodicity 2*pi
You may find this thread on-topic and, hopefully, helpful: http://groups.google.com/group/sympy/browse_thread/thread/8440752be0ebea7b/f8f753539be410cd I don't really possess the latest information on this issue, however, so you may find it useful to wait for the developers to say their word. Sergiu -- You received this message because you are subscribed to the Google Groups "sympy" 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?hl=en.
