How to Integrate ?

조회 수: 1 (최근 30일)
Ravikiran Mundewadi
Ravikiran Mundewadi 2021년 1월 14일
답변: Daniel Pollard 2021년 1월 14일
How to integrate this int(((log(x-t)/sqrt(x-t))*(sqrt(3)*(2*t-1))),t,0,x) in matlab? I tried but i am not getting the integrated part.
  댓글 수: 1
David Hill
David Hill 2021년 1월 14일
You will need to numerically integrate it for all x. What is your domain of x values?

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

답변 (1개)

Daniel Pollard
Daniel Pollard 2021년 1월 14일
Wolfram alpha is useful here to show you what can be done. If you click that link you'll see that I asked it to do
which is one part of your integral. It returned a pretty horrible mess of an analytic function. If you ask it
which is the second part of your integral, you run out of computation time.
Now I'm sure Matlab is a more powerful piece of software than what is basically a free version of a webapp, but it makes me think that the integral likely can't be done analytically, since it's usually pretty good.
If you substitute x with some constant (e.g. 1), the integral may be possible to do numerically.

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by