integrate definite integrals matlab

1 回表示 (過去 30 日間)
dav
dav 2013 年 4 月 24 日
Hi
What is wrong with the following code please?
thanks
int((5*x)/((x^3-(7*x))^4), x=-1..1)

採用された回答

Carlos
Carlos 2013 年 4 月 24 日
編集済み: Carlos 2013 年 4 月 24 日
>> syms x
>> int((5*x)/((x^3-(7*x))^4),-1,1)
ans =
NaN
Which is correct if you consider you are working with a non-convergent improper integral
  1 件のコメント
dav
dav 2013 年 4 月 24 日
thanks

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMathematics についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by