Hi everyone,
I am quite new to Mathematica and I am stuck with something that I believe is not supposed to be that hard. I have the following function defined:
a[f_,d_] := f (1 - Exp[-d f])
I want to find the limit of a when d -> Infinity assuming f is a constant greater than 0. I tried:
Limit[a[f,d]/;f>0,d->Infinity]
But it fails at providing f as the answer.
I must be doing something wrong. Can anyone help me?
Thanks.
Yohann