필터 지우기
필터 지우기

integrate definite integrals matlab

조회 수: 1 (최근 30일)
dav
dav 2013년 4월 24일
Hi
What is wrong with the following code please?
thanks
int((5*x)/((x^3-(7*x))^4), x=-1..1)

채택된 답변

Carlos
Carlos 2013년 4월 24일
편집: Carlos 2013년 4월 24일
>> 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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by