integrate definite integrals matlab

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 日

1 投票

>> 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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeProgramming についてさらに検索

質問済み:

dav
2013 年 4 月 24 日

Community Treasure Hunt

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

Start Hunting!

Translated by