フィルターのクリア

Could you help me how Can I solve this integral?

1 回表示 (過去 30 日間)
Lewis HC
Lewis HC 2022 年 2 月 15 日
編集済み: Torsten 2022 年 2 月 15 日
I m solving of this manner, but I get the same integral:
Thank you for help me friends!

採用された回答

Torsten
Torsten 2022 年 2 月 15 日
編集済み: Torsten 2022 年 2 月 15 日
Use "vpaintegral" instead of "int":
syms x
expr(x) = sin(x)/x*exp(-3*x^2+i*x);
I = vpaintegral(expr,-10,10)
or directly
syms x
expr = sin(x)/x*exp(-3*x^2+i*x);
I = int(expr,-Inf,Inf)
  1 件のコメント
Lewis HC
Lewis HC 2022 年 2 月 15 日
Thank you dear friend!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

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