Integration of exp and erf

3 次查看(过去 30 天)
Murali Krishna AG
Murali Krishna AG 2021-9-23
f=
where
erf is error function
How to find closed form result? Pls help

回答(1 个)

Pratyush Roy
Pratyush Roy 2021-9-27
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!

类别

Help CenterFile Exchange 中查找有关 Calculus 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by