Question: I want both positive and negative values of roots..

hey guys.. ive been trying to get the root of the following equation.. but watever i do i am getting only the positive value.. and i have another equation which has 5 answers.. but only 1 is being shown.. can u help me out??

 

>f0:=x->x/(sqrt(x^2 + cos(x-1))):
>f1:=D(f0):
>f2:=D(f1):
>a:=fsolve(f1(x)=0,x);
                                a:=3.639062685
 

thanks in advance..

 

Please Wait...