IVP Solver Toolbox Documentation

Copyright © 2021 Tamas Kis

Contents

Technical Documentation

Click here.

Opening this documentation using the MATLAB Command Window.

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

doc_IVP

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

doc_IVP function_name

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

doc_IVP tech

Installation

The toolbox can be downloaded from File Exchange or GitHub. The downloaded zip folder contains the following:

To install as a toolbox, simply open "IVP Solver Toolbox.mltbx" in the "INSTALL" folder. MATLAB will automatically perform the installation and add all the functions included in the toolbox to the MATLAB search path.

IVP Solvers

Utilities for IVP Solvers

Single-Step Methods

Multistep Predictor Methods

Multistep Predictor-Corrector Methods

Generating IVP Solver Equations

External Libraries