Question: fsolve internal function limitations

maple fsolve function fails to give correct result for the following problem

aa:=evalf(fsolve(sin(xx*a)=0,xx,0..pi));

if i ignore a coefficient, the results will be correct.

Does someone know why?

Does maple have any function without such limitation?

Please Wait...