| Author |
Comment/Response |
Manam
|
07/28/09 07:25am
Could anyone help in evaluating the integral :
a = 0.01;
b = 4;
Delta[\[Xi]_] := \[Xi]^2 (1 - M \[Xi]^2)^2 + K^2;
M = 0.01;
K = 1;
NIntegrate[(\[Xi]^3 t^3 Cos[\[Xi] t])/(
Delta[\[Xi]] Sqrt[(t^2 - a^2) (b^2 - t^2)]), {\[Xi], 0, 500}, {t, a,
b}, MaxRecursion -> 40 ]
URL: , |
|