Question: finding my roots...

Hi everyone,

i want to find the solution(s) to the following equation numerically:

f:=1+x^2+1/100*abs(ln(3-4*x))=0;

But fsolve refuses to work, it just gives the input back. Setting Digits to a stellar value didn't help, i also tried different initial points. 

 

Thomas

 

 

 

 

Please Wait...