Ask Your Question

Sarah's profile - activity

2018-02-22 09:51:17 +0200 received badge  Student (source)
2018-02-21 22:57:02 +0200 asked a question How to do numerical integral where the answer still have variables in it?

I typed in

"numerical_integral(lambda d:exp(-(h-1)^2-(d-2)^2), 0,Infinity)"

and got

"unable to simplify to float approximation"

Are there anyway to compute the integral numerically and still leave a variable in the answer? Thanks,