integrate definite integrals matlab

3 views (last 30 days)
dav
dav on 24 Apr 2013
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 Symbolic Math Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!