SBVP 1.0 Package

Solves boundary value problems, y'= f(t,y), where f may be singular.
5.7K Downloads
Updated 3 Nov 2009

View License

SBVP 1.0 (SingularBVP) is designed to solve first order BVPs of the form

y'(t) = f(t,y(t)), a < t < b,
R(y(a),y(b)) = 0.

The right-hand side f may contain singularities of the first kind, f(t,y(t)) = M(t)/(t-a) + g(t,y(t)), where M(t) is a matrix which depends continuously on t and g is a smooth vector-valued function.

The underlying numerical method is collocation. The default choice is collocation at equidistant points, Gaussian points are optional. The code is suitable for a wide range of tolerances. For efficiency, the order of the method is chosen with respect to the prescribed solution accuracy.

We control the global error of the solution, which is estimated using a modified Defect Correction approach. This global error estimate is the basis for a mesh selection strategy where the mesh is adapted in order to equidistribute the global error of the solution.
For more information and publications visit my homepage at

http://www.math.tuwien.ac.at/~ewa

and follow the link "Software".

Updated to run with MATLAB 6.5. Some minor bugs and inconveniences have been eliminated as well.

Cite As

Ewa Weinmueller (2024). SBVP 1.0 Package (https://www.mathworks.com/matlabcentral/fileexchange/1464-sbvp-1-0-package), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R12
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.5.0.0

Minor typing error corrected.

1.3.0.0

Minor typing error corrected.

1.0.0.0

Typing error "ink" instead of "link" in Description.
Exchange of the corrupted file manual.pdf.