Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaskis authored Jun 5, 2022
1 parent 778b11a commit ad3a6ac
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# 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)
# 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)

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


## Documentation

[Toolbox Documentation](https://tamaskis.github.io/ODE_Solver_Toolbox-MATLAB/)\
[Technical Documentation](https://tamaskis.github.io/documentation/Fixed_Step_ODE_Solvers.pdf)
[Toolbox Documentation](https://tamaskis.github.io/IVP_Solver_Toolbox-MATLAB/)\
[Technical Documentation](https://tamaskis.github.io/documentation/Solving_Initial_Value_Problems_for_ODEs.pdf)

To open the home page of the toolbox documentation in MATLAB, type

Expand All @@ -20,7 +20,7 @@ in the Command Window. To open the documentation of a specific function with nam
doc_IST function_name
```

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

```
doc_IST tech
Expand Down Expand Up @@ -75,13 +75,13 @@ doc_IST tech
`RK4_ralston_step`


## Tools for Matrix-Valued ODEs
## Tools for Matrix-Valued IVPs
`odefun_mat2vec`\
`odeIC_mat2vec`\
`odesol_vec2mat`
`ivpIC_mat2vec`\
`ivpsol_vec2mat`


## Generating ODE Solver Equations
## Generating IVP Solver Equations
`AB_coefficients`\
`AM_coefficients`\
`AB_predictor`\
Expand Down

0 comments on commit ad3a6ac

Please sign in to comment.