Filter löschen
Filter löschen

integrate definite integrals matlab

1 Ansicht (letzte 30 Tage)
dav
dav am 24 Apr. 2013
Hi
What is wrong with the following code please?
thanks
int((5*x)/((x^3-(7*x))^4), x=-1..1)

Akzeptierte Antwort

Carlos
Carlos am 24 Apr. 2013
Bearbeitet: Carlos am 24 Apr. 2013
>> 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 Symbolic Math Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by