필터 지우기
필터 지우기

How can I symbolically solve this Bessel function?

조회 수: 1 (최근 30일)
ep
ep 2014년 8월 2일
답변: Star Strider 2014년 8월 2일
I need to solve the following bessel function:
J1(z)=(1/(2*pi*i))*int(exp(i*z*cos(θ))*cos(θ)),θ,0,2*pi),
where z=a*(x+k), a:real, 0<=k,=1.
Could anyone please guide me? It is the first time I deal with a problem like this and I cannot completely figure out what I should do. I need the solution to be a function of x.

채택된 답변

Star Strider
Star Strider 2014년 8월 2일
The best you can likely do is the core MATLAB besselj function.
If you have the Symbolic Math Toolbox, use its besselj function.

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by