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)

 Accepted Answer

Carlos
Carlos on 24 Apr 2013
Edited: Carlos on 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

More Answers (0)

Categories

Find more on Programming in Help Center and File Exchange

Asked:

dav
on 24 Apr 2013

Community Treasure Hunt

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

Start Hunting!