We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f139edd commit 32aba89Copy full SHA for 32aba89
README.md
@@ -32,7 +32,4 @@ Numerical Analysis algorithms/methods in Python.
32
- Problems of the special form $\frac{d^{2}y}{dt^{2}} = f(t,y)$
33
- Runge-Kutta-Nystrom methods (**work in progress**)
34
- General second-order ODEs $\frac{d^{2}y}{dt^{2}} = f(t,y,\frac{dy}{dt})$
35
- - Runge-Kutta-Nystrom-Generalized (RKNG) methods
36
- - **Direct** RKNG pairs (orders **4** to **7**)
37
- - Transformed Nystrom pairs (**work in progress**)
38
- - Direct Adams-Bashforth-Moulton (DABM) methods (**work in progress**)
+ - Runge-Kutta-Nystrom-Generalized (RKNG) methods (**work in progress**)
0 commit comments