integrate definite integrals matlab

 Akzeptierte Antwort

Carlos
Carlos am 24 Apr. 2013
Bearbeitet: Carlos am 24 Apr. 2013

1 Stimme

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

Weitere Antworten (0)

Kategorien

Mehr zu Programming finden Sie in Hilfe-Center und File Exchange

Gefragt:

dav
am 24 Apr. 2013

Community Treasure Hunt

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

Start Hunting!

Translated by