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

1 visualización (últimos 30 días)
Shreen El-Sapa
Shreen El-Sapa el 10 de Dic. de 2023
Respondida: Walter Roberson el 10 de Dic. de 2023
How can I evaluate the integral?
fun = @(r) r.*besseli(1,5.*r);

Respuestas (1)

Walter Roberson
Walter Roberson el 10 de Dic. de 2023
syms k r
solution = int(besseli(1, k*r), r)
solution = 

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by