Can wolframpalpha support the numerical calculation of the following type:
$$ \int_{x=0}^\infty f(x) e^{\int_{z=0}^\infty g(x,z)dz} dx $$
Note that the inside integral is in such form where parameter x cannot be separated from it.
Thanks in advance
PS: The respective command would have been:
int(f(x)*exp[int(g(x,z),{z,0,Infinity})],{x,0,Infinity})
I don't see how to evaluate this type of integral in WolframAlpha.
In Mathematica, we could do this type of integral like so:
As a concrete example:
However, WolframAlpha simply doesn't support this type of evaluation sequence and I don't see around the way intermediate definition.
More generally, it's really not the case that WolframAlpha supports general Mathematica syntax. If you need to evaluate this type of integral with any regularity, I suggest that you get Mathematica, or some general programmatic tool.