File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
1111To open the home page of the toolbox documentation in MATLAB, type
1212
1313```
14- doc_OST
14+ doc_IST
1515```
1616
1717in 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
2323To 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
You can’t perform that action at this time.
0 commit comments