Skip to content

Commit 778b11a

Browse files
authored
Update README.md
1 parent 017ba0c commit 778b11a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ODE Solver Toolbox [![View ODE Solver Toolbox on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/103975-ode-solver-toolbox)
22

3-
Collection of fixed-step ODE solvers, functions to generate ODE solver equations, and functions for transforming matrix ODEs to vector ODEs.
3+
Collection of fixed-step IVP solvers, functions to generate IVP solver equations, and functions for transforming matrix IVPs to vector IVPs.
44

55

66
## Documentation
@@ -11,19 +11,19 @@ Collection of fixed-step ODE solvers, functions to generate ODE solver equations
1111
To open the home page of the toolbox documentation in MATLAB, type
1212

1313
```
14-
doc_OST
14+
doc_IST
1515
```
1616

1717
in the Command Window. To open the documentation of a specific function with name `function_name` from the Command Window, type
1818

1919
```
20-
doc_OST function_name
20+
doc_IST function_name
2121
```
2222

2323
To open the PDF file with the technical documentation (Fixed_Step_ODE_Solvers.pdf) from the Command Window, type
2424

2525
```
26-
doc_OST tech
26+
doc_IST tech
2727
```
2828

2929
## Explicit Runge-Kutta (Single-Step) Methods

0 commit comments

Comments
 (0)