Hi,

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 received this message because you are subscribed to the Google Groups 
"sympy" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sympy/-/wVRK0SxmPiYJ.
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.

Reply via email to