I cant solve my bessel function Help Please. I need Jv and Yv solution.
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
x^2y''+xy'+(x^2-25)y=0
x^2y''+xy'+(x^2-(1/16))y=0
0 Commenti
Risposte (2)
Walter Roberson
il 26 Dic 2016
The solution to that pair of simultaneous equations is y(x) = 0. You can easily test this with dsolve()
0 Commenti
David Goodmanson
il 26 Dic 2016
Hi Furkan, these are bessel functions of order 5 and 1/4 respectively, see Matlab besselj and bessely.
0 Commenti
Vedere anche
Categorie
Scopri di più su Bessel functions in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!