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 -> 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.