ODEIntegration(R, F)

oderf.spad line 599 [edit on github]

ODEIntegration provides an interface to the integrator. This package is intended for use by the differential equations solver but not at top-level.

diff : Symbol -> Mapping(F, F)

diff(x) returns the derivation with respect to x.

expint : (F, Symbol) -> F

expint(f, x) returns e^the integral of f with respect to x.

int : (F, Symbol) -> F

int(f, x) returns the integral of f with respect to x.