Azzera filtri
Azzera filtri

integrate definite integrals matlab

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

Risposta accettata

Carlos
Carlos il 24 Apr 2013
Modificato: Carlos il 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

Più risposte (0)

Categorie

Scopri di più su Symbolic Math Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by