One of my task is connected with numerical calculation of the following kind of integrals

NIntegrate[g[x] Exp[n f[x]],{x,a,b}]

where g[x] and f[x] are given function, n=10,…,10000.

I can assume that f[x]0 and can be limited by polynomial x^k.

I am searching for the most accurate way how to solve this problem. Exp[n f[x]] can be a very small value about 10^(-800).

The high accuracy is important for the next computing steps.

More Radoslaw Jedynak's questions See All
Similar questions and discussions