UTSodetools(F, UP, L, UTS)ΒΆ
oderf.spad line 247 [edit on github]
F: Ring
RUTSodetools
provides tools to interface with the series ODE solver when presented with linear ODEs.
- LODO2FUN: L -> List UTS -> UTS
LODO2FUN(op)
returns the function to pass to the series ODE solver in order to solveop y = 0
.
- RF2UTS: Fraction UP -> UTS if F has IntegralDomain
RF2UTS(f)
convertsf
to a Taylor series.
- UP2UTS: UP -> UTS
UP2UTS(p)
convertsp
to a Taylor series.
- UTS2UP: (UTS, NonNegativeInteger) -> UP
UTS2UP(s, n)
converts the firstn
terms ofs
to a univariate polynomial.