フィルターのクリア

how can i solve this integral ?

1 回表示 (過去 30 日間)
m
m 2014 年 7 月 10 日
回答済み: Grzegorz Knor 2014 年 7 月 10 日
hi , how can i solve this integral ?
1/(1-exp(a^2*x)*erfc(a*x^1/2)) ... a is const , a=0.09 and x=0..1000

回答 (1 件)

Grzegorz Knor
Grzegorz Knor 2014 年 7 月 10 日
You can solve it online using Wolfram Alpha-> solution
Or in MATLAB:
a = 0.09;
fun = @(x)1./(1-exp(a^2*x).*erfc(a*x.^(1/2)));
integral(fun,0,1000)

カテゴリ

Help Center および File ExchangeNumerical Integration and Differential Equations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by