f := proc (x) options operator, arrow; cos(x)-x*sin(x)+1 end proc

_EnvAllSolutions := true

solutions := [solve(f(x) = 0, x)]

evalf({%})

 

What is up with that solution at zero?  And if this function is plotted, there is clearly a solution at around x=1.3.  Maple does not see this, is there a setting I missed?  Thanks.

 

 


Please Wait...