Deriving Initial Conditions for an ODE

bvalfit(v1, v2, x1, x2, xf, D, load1, load2, scoreb)
sbval(v1, x1, x2, D, load1, scorei)

Returns a vector containing those initial values left unspecified at x1 for the ODE or system of ODEs identified in D. These initial values can then be used in one of the ODE solvers. If you know some values of the solution and its first n − 1 derivatives at an intermediate value, use bvalfit. If you know some values at the initial and terminal points, use sbval. The boundary value problem is converted to an initial value problem by shooting from the endpoints and matching the trajectories of the solution and its derivatives at an intermediate point.

Arguments:

Notes:

Related Topics