ConstantLODE(R, F, L)ΒΆ

oderf.spad line 688 [edit on github]

Solution of linear ordinary differential equations, constant coefficient case.

constDsolve: (L, F, Symbol) -> Record(particular: F, basis: List F)

constDsolve(op, g, x) returns [f, [y1, ..., ym]] where f is a particular solution of the equation op y = g, and the yi's form a basis for the solutions of op y = 0.