oderf.spad line 247 [edit on github]
RUTSodetools
provides tools to interface with the series ODE solver when presented with linear ODEs.
LODO2FUN(op)
returns the function to pass to the series ODE solver in order to solve op y = 0
.
RF2UTS(f)
converts f
to a Taylor series.
UP2UTS(p)
converts p
to a Taylor series.
UTS2UP(s, n)
converts the first n
terms of s
to a univariate polynomial.