ic1 SciMax Toolbox ic_convert

SciMax Toolbox >> ic2

ic2

Maxima Function

Calling Sequence

ic2 (solution, xval, yval, dval)

Description

Solves initial value problems for second-order differential equations. Here solution is a general solution to the equation, as found by ode2, xval gives the initial value for the independent variable in the form x = x0, yval gives the initial value of the dependent variable in the form y =y0, and dval gives the initial value for the first derivative of the dependent variable with respect to independent variable, in the form diff(y,x) = dy0 (diff does not have to be quoted).

See for an example of its usage.

ic1 SciMax Toolbox ic_convert