Matlab can not evaluate integration

조회 수: 2 (최근 30일)
mohammad imad
mohammad imad 2018년 3월 23일
편집: John D'Errico 2018년 3월 23일
hello, I have problem with int function, after running the code, matlab return the equation without evaluation
syms t
v=(1/(sqrt(1+t^2)))*cos(4*t)
s=int(v)
the result is
s =
int(cos(4*t)/(t^2 + 1)^(1/2), t)
  댓글 수: 3
mohammad imad
mohammad imad 2018년 3월 23일
I am not sure
Walter Roberson
Walter Roberson 2018년 3월 23일
MATLAB cannot do it. Maple cannot do it (and cannot find any transformation of it that works.) I do not have Mathematica to test with.

댓글을 달려면 로그인하십시오.

답변 (1개)

John D'Errico
John D'Errico 2018년 3월 23일
편집: John D'Errico 2018년 3월 23일
I'd also wager that no analytical solution exists. Wolfram Alpha seems to agree with me, and the symbolic toolbox, but I don't have Mathematica.
There are many problems for which no closed form solution exists. That does not mean a solution cannot exist. In fact though, special functions have been created because no closed form solution exists, and someone still needed a solution. The one I'd think of first is the Lambert W.
You do have some options. You can spend some time defining the result. Tabulate it. Develop a series solution, investigating the convergence properties. Can you find approximate solutions? Hey, publish your results.
Or, you can use numerical integration. It all depends on what you need in the end. But an analytical solution may be out of reach.

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by