Examples¶
The package ships runnable example scripts in examples/ and generated
visual outputs in test_output/ as SVG files.
Run examples from the package root:
python examples/example_imsl_gamma_functions.py
python examples/example_imsl_bessel_functions.py
python examples/example_imsl_error_functions.py
python examples/example_imsl_elliptic_integrals.py
python examples/example_imsl_orthogonal_polynomials.py
python examples/example_imsl_airy_functions.py
python examples/example_imsl_exponential_integrals.py
python examples/example_imsl_beta_incomplete.py
python examples/example_imsl_bessel_modified.py
python examples/example_imsl_more_polynomials.py
python examples/example_imsl_zeta_combinatorics.py
Regenerate the documentation figures by rerunning the relevant examples from the
package root. Each script updates one or more SVG files in test_output/.
Example Script Map¶
Script |
Primary topic |
Generated SVG outputs |
|---|---|---|
|
Gamma, log-Gamma, digamma |
|
|
Bessel J0/J1/J2/Y0/Y1 |
|
|
erf, erfc, Fresnel S/C |
|
|
K(k), E(k), F(φ,k), E(φ,k) |
|
|
Legendre, Chebyshev, Hermite |
|
|
Ai, Bi, Ai’, Bi’ |
|
|
E1, Ei, Si, Ci |
|
|
beta, log_beta, incomplete_gamma/beta, factorial, polygamma |
|
|
bessel_i0/i1/in, k0/k1/kn, yn |
|
|
chebyshev_u, laguerre_poly, jacobi_poly, erfinv, erfcinv |
|
|
riemann_zeta, hurwitz_zeta, expint, comb |
|
Detailed pages by family:
- Gamma Functions Example
- Bessel Functions Example
- Error Functions Example
- Elliptic Integrals Example
- Orthogonal Polynomials Example
- Airy Functions Example
- Exponential and Trigonometric Integrals Example
- Beta, Incomplete Functions & Factorial Example
- Modified Bessel Functions Example
- More Orthogonal Polynomials & Inverse Error Functions Example
- Zeta Functions & Combinatorics Example