Skip to content

The class of spherical bessel function zeros calculations

License

Notifications You must be signed in to change notification settings

vvbark/spherical-bessel-zeros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spherical Bessel Function Zeros Python

This project solves the calculation problem of Spherical Bessel function

Usage the class

>>> spherical_bessel = SphericalBesselFunction(100, 100)
>>> spherical_bessel.jn_zero(1, 0)
3.141592653589793
>>> spherical_bessel.jn_zero(1, 4)
8.182561452571242

The method was realized with approach which was represented there

About

The class of spherical bessel function zeros calculations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages