File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- # 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 )
1+ # IVP 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
33Collection of fixed-step IVP solvers, functions to generate IVP solver equations, and functions for transforming matrix IVPs to vector IVPs.
44
55
66## Documentation
77
8- [ Toolbox Documentation] ( https://tamaskis.github.io/ODE_Solver_Toolbox -MATLAB/ ) \
9- [ Technical Documentation] ( https://tamaskis.github.io/documentation/Fixed_Step_ODE_Solvers .pdf )
8+ [ Toolbox Documentation] ( https://tamaskis.github.io/IVP_Solver_Toolbox -MATLAB/ ) \
9+ [ Technical Documentation] ( https://tamaskis.github.io/documentation/Solving_Initial_Value_Problems_for_ODEs .pdf )
1010
1111To open the home page of the toolbox documentation in MATLAB, type
1212
@@ -20,7 +20,7 @@ in the Command Window. To open the documentation of a specific function with nam
2020doc_IST function_name
2121```
2222
23- To open the PDF file with the technical documentation (Fixed_Step_ODE_Solvers .pdf) from the Command Window, type
23+ To open the PDF file with the technical documentation (Solving_Initial_Value_Problems_for_ODEs .pdf) from the Command Window, type
2424
2525```
2626doc_IST tech
@@ -75,13 +75,13 @@ doc_IST tech
7575` RK4_ralston_step `
7676
7777
78- ## Tools for Matrix-Valued ODEs
78+ ## Tools for Matrix-Valued IVPs
7979` odefun_mat2vec ` \
80- ` odeIC_mat2vec ` \
81- ` odesol_vec2mat `
80+ ` ivpIC_mat2vec ` \
81+ ` ivpsol_vec2mat `
8282
8383
84- ## Generating ODE Solver Equations
84+ ## Generating IVP Solver Equations
8585` AB_coefficients ` \
8686` AM_coefficients ` \
8787` AB_predictor ` \
You can’t perform that action at this time.
0 commit comments