integrate definite integrals matlab

1 visualización (últimos 30 días)
dav
dav el 24 de Abr. de 2013
Hi
What is wrong with the following code please?
thanks
int((5*x)/((x^3-(7*x))^4), x=-1..1)

Respuesta aceptada

Carlos
Carlos el 24 de Abr. de 2013
Editada: Carlos el 24 de Abr. de 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

Más respuestas (0)

Categorías

Más información sobre Mathematics en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by