On Wed, Mar 28, 2012 at 4:42 PM, arpit goyal <agmp...@gmail.com> wrote:

> Aaron ,
> I looked the code ,and then then tested the working
> solve(x*cos(x),x) the answer was very accuraely given (not all x for
> cos(x) was shown or general solutions was not shown ) but
> solve(x**2*cos(x),x) ,  NotImplementedError: Unable to solve the equation.
>

Be sure to get the current master since there,

>>> solve(x**2*cos(x),x)
[0, pi/2]

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com.
To unsubscribe from this group, send email to 
sympy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to