Overview of the Slode Package
Calling Sequence
Description
List of Slode Package Commands
Examples
Slode:-command(arguments)
command(arguments)
The Slode package contains commands to find formal power series solutions of linear ordinary differential equations and determine points for some special series solutions (hypergeometric, rational, polynomial, and sparse series).
Each command in the Slode package can be accessed by using either the long form or the short form of the command name in the command calling sequence.
The following is a list of available commands.
candidate_mpoints
candidate_points
dAlembertian_formal_sol
dAlembertian_series_sol
DEdetermine
FPseries
FTseries
hypergeom_formal_sol
hypergeom_series_sol
LODEstruct
mhypergeom_formal_sol
mhypergeom_series_sol
msparse_series_sol
polynomial_series_sol
rational_series_sol
references
series_by_leastsquare
To display the help page for a particular Slode command, see Getting Help with a Command in a Package.
For information on the data structure used to represent an ODE, see LODEstruct.
For references about the algorithms implemented in the package, see Slode,references.
The Slode package example worksheet provides a brief overview of the package.
L≔2⁢x⁢x−1⁢diff⁡diff⁡y⁡x,x,x+7⁢x−3⁢diff⁡y⁡x,x+2⁢y⁡x:
Slode:-candidate_points⁡L,y⁡x
0,1,any_ordinary_point,0,1,−1,0
Slode:-hypergeom_series_sol⁡L,y⁡x,1
_C0⁢∑_n=0∞⁡Γ⁡12+_n⁢−1_n⁢x−1_nΓ⁡_n+1π
Slode:-rational_series_sol⁡L,y⁡x,0
2⁢_C1⁢∑_n=0∞⁡_n+1⁢x_n2⁢_n+1
See Also
DEtools
dsolve/formal_series
examples/slode
Slode/references
UsingPackages
Download Help Document