Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Calculating Integral

f(x) = e**(-x) * log(x+1);
uu = integral(f, (x, 0, oo));
uu.n(digits=18)

why this dont work?

click to hide/show revision 2
retagged

Calculating Integral

f(x) = e**(-x) * log(x+1);
uu = integral(f, (x, 0, oo));
uu.n(digits=18)

why this dont work?