First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 13 years ago

Sagud gravatar image

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

updated 13 years ago

Kelvin Li gravatar image

Calculating Integral

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

why this dont work?