Integration of exp and erf

3 ビュー (過去 30 日間)
Murali Krishna AG
Murali Krishna AG 2021 年 9 月 23 日
回答済み: Pratyush Roy 2021 年 9 月 27 日
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 Center および File ExchangeCalculus についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by