Files

7 lines
77 B
Mathematica

syms x a b n c
f(x) = 1 / (b + c * exp(a * x));
F(x) = int(f, x);
disp(F);