Can Maxima solve x*exp(-x) = 0.05 ?



Dear All,

Is there some trick to have Maxima solving the following equation:

f(x):=x*exp(-x)-0.05;
solve(f(x),x);

?

Thanks in advance,

Paul