How can evaluate the integral (r*bessilei(1,k*r)) dr, k is a constant?

조회 수: 1 (최근 30일)
Shreen El-Sapa
Shreen El-Sapa 2023년 12월 10일
답변: Walter Roberson 2023년 12월 10일
How can I evaluate the integral?
fun = @(r) r.*besseli(1,5.*r);

답변 (1개)

Walter Roberson
Walter Roberson 2023년 12월 10일
syms k r
solution = int(besseli(1, k*r), r)
solution = 

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by