rk_comparison.core.analytical_module package
Submodules
rk_comparison.core.analytical_module.fehlbergrungekutta module
- class rk_comparison.core.analytical_module.fehlbergrungekutta.FehlbergRungeKutta[source]
Bases:
object
This class contains Fehlberg-Runge-Kutta methods of orders from 5 to 8.
- fehlbergrungekutta5(f, x, y1, n, h)[source]
Fehlberg-Runge-Kutta order 5, source: [5] in in bibliography
- fehlbergrungekutta6(f, x, y1, n, h)[source]
Fehlberg-Runge-Kutta order 6, source: [5] in in bibliography
rk_comparison.core.analytical_module.nuclear_decay module
- class rk_comparison.core.analytical_module.nuclear_decay.NuclearDecay[source]
Bases:
object
This class contains the differential equation and analytical solution to the nuclear decay problem. Tau is a mean lifetime of a radioactive particle before decay.
- equation(t, nu)[source]
Differential equation describing the nuclear decay problem. Source: [6] in bibliography.