ibase SciMax Toolbox ic2

SciMax Toolbox >> ic1

ic1

Maxima Function

Calling Sequence

ic1 (solution, xval, yval)

Description

Solves initial value problems for first order differential equations. Here solution is a general solution to the equation, as found by ode2, xval gives an initial value for the independent variable in the form x = x0, and yval gives the initial value for the dependent variable in the form y =y0.

See for an example of its usage.

ibase SciMax Toolbox ic2