Mathematics |
ODE Boundary Value Problem Solver
Solver |
Description |
|
Solve boundary value problems for ordinary differential equations. |
BVP Helper Functions
Function |
Description |
|
Form the initial guess for bvp4c . |
|
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 |
|
Create/alter the BVP options structure. |
|
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.
Note
The Differential Equations Examples browser enables you to view the code for the BVP examples, and also run them. Click on the link to invoke the browser, or type odeexamples('bvp') at the command line.
|
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
.
Boundary Value Problems for ODEs | Introduction to Boundary Value ODE Problems |
© 1994-2005 The MathWorks, Inc.