Modifying 'Bessel second-order ordinary differential equation' in matlab library.
Show older comments
Hello. I'm trying to use "besseli" to solve "Bessel second-order ordinary differential equation"
In the page of matlabe function explanation, https://kr.mathworks.com/help/matlab/ref/besseli.html?lang=en#d122e79187
besseli can solve the bessel differential equation like the form below.
"This differential equation, where ν is a real constant, is called the modified Bessel's equation:
"Assuming that i want to get zero order, so the code for this is
besseli(0,z);
I can understand for this.
What I really want to apply is the equation below actually.
Note that k=√jwμσ. r is radius J is current density. this equation is for solving current density in cylinder type wire.
I'm trying to get J(0) and J(1) which is zero order and first order of bessel function.
so the bessel equation form introduced in matlab function explanation looks simmilar but different.
In this case, how can I adjust the form of matlab besseli's bessesl equation?
Accepted Answer
More Answers (0)
Categories
Find more on Bessel functions in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!