batchload SciMax Toolbox bdvac

SciMax Toolbox >> bc2

bc2

Maxima Function

Calling Sequence

bc2 (solution, xval1, yval1, xval2, yval2)

Description

Solves a boundary value problem for a second order differential equation. Here: solution is a general solution to the equation, as found by ode2; xval1 specifies the value of the independent variable in a first point, in the form x = x1, and yval1 gives the value of the dependent variable in that point, in the form y = y1. The expressions xval2 and yval2 give the values for these variables at a second point, using the same form.

See for an example of its usage.

batchload SciMax Toolbox bdvac