Mathematics Previous page   Next Page

BVP Function Summary

ODE Boundary Value Problem Solver

Solver
Description
bvp4c
Solve boundary value problems for ordinary differential equations.

BVP Helper Functions

Function
Description
bvpinit
Form the initial guess for bvp4c.
deval
Evaluate the numerical solution using the output of bvp4c.

BVP Solver Properties Handling

An options structure contains named properties whose values are passed to bvp4c, and which affect problem solution. Use these functions to create, alter, or access an options structure.

Function
Description
bvpset
Create/alter the BVP options structure.
bvpget
Extract properties from options structure created with bvpset.

ODE Boundary Value Problem Examples

These examples illustrate the kind of problems you can solve using the BVP solver. Click the example name to see the code in an editor. Type the example name at the command line to run it.

Example
Description
emdenbvp
Emden's equation, a singular BVP
fsbvp
Falkner-Skan BVP on an infinite interval
mat4bvp
Fourth eigenfunction of Mathieu's equation
shockbvp
Solution with a shock layer near x = 0
twobvp
BVP with exactly two solutions
threebvp
BVP with exactly three solutions

Additional examples are provided by "Tutorial on Solving BVPs with BVP4C," available at www.mathworks.com/bvp_tutorial.


Previous page  Boundary Value Problems for ODEs Introduction to Boundary Value ODE Problems Next page

© 1994-2005 The MathWorks, Inc.