Integration of exp and erf

3 visualizaciones (últimos 30 días)
Murali Krishna AG
Murali Krishna AG el 23 de Sept. de 2021
Respondida: Pratyush Roy el 27 de Sept. de 2021
f=
where
erf is error function
How to find closed form result? Pls help

Respuestas (1)

Pratyush Roy
Pratyush Roy el 27 de Sept. de 2021
Hi Murali,
Kindly refer to the following code snippet:
syms p
expr = -exp(-p^2)*(erf(c*p+d)/sqrt(2));
symbIntegral = int(expr,p,a,inf);
evalIntegral = vpa(symbIntegral);
Hope this helps!

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by