Comment #7 on issue 1234 by [email protected]: solve() should give all solutions
http://code.google.com/p/sympy/issues/detail?id=1234

Could infinite solutions be represented as an iterator?

# solutions to cos(x) = 0

sol = (pi/2 + m*pi for m in S.Naturals0)
for i in range(3):
...  arg = sol.next()
...  print i, arg, cos(arg)
...
0 pi/2 0
1 3*pi/2 0
2 5*pi/2 0


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to