Skip to content

Commit 2caf3fb

Browse files
authored
Simplify Adams-Bashforth section in README
1 parent cf2d3c5 commit 2caf3fb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.MD

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ A lightweight TypeScript library for solving initial value problem ([IVP](https:
2525
* The Bogacki-Shampine 3(2) method ([RK3](https://en.wikipedia.org/wiki/Bogacki%E2%80%93Shampine_method))
2626
* The Runge-Kutta-Fehlberg method ([RK4](https://en.wikipedia.org/wiki/Runge%E2%80%93Kutta%E2%80%93Fehlberg_method))
2727
* The Dormand-Prince 5(4) method ([RKDP](https://en.wikipedia.org/wiki/Dormand%E2%80%93Prince_method))
28-
* Adams-Bashforth type:
29-
* The predictor-corrector method of order 4 ([AB4](https://en.wikipedia.org/wiki/Linear_multistep_method))
30-
* The predictor-corrector method of order 5 ([AB5](https://en.wikipedia.org/wiki/Linear_multistep_method))
28+
* Adams multistep predictor–correctors: orders 4 ([AB4](https://en.wikipedia.org/wiki/Linear_multistep_method)) and 5 ([AB5](https://en.wikipedia.org/wiki/Linear_multistep_method))
3129
* Scripting:
3230
* declarative specification of models
3331
* auto-generated JavaScript code

0 commit comments

Comments
 (0)