LinearFunctionalSystems
ExtendRegularSolution
extend the number of terms in the Laurent series components in the regular solution of a linear system of differential equations
Calling Sequence
Parameters
Description
Examples
ExtendRegularSolution(sol, deg)
sol
-
regular solution of the system which is the result of an invocation of LinearFunctionalSystems[RegularSolution] or ExtendRegularSolution
deg
positive integer; formal degree of the initial terms to extend to
The ExtendRegularSolution(sol, deg) function returns the regular solution with initial terms of the Laurent series solution involved in sol extended to the specified formal degree deg.
The specified solution sol must be in the form returned by LinearFunctionalSystems[RegularSolution] or ExtendRegularSolution. In other words, sol must have an attribute of the special form as described in LinearFunctionalSystems[RegularSolution].
This function computes the additional terms of the involved series expansions using the invertible leading matrix of the matrix recurrence system corresponding to the linear functional system that was originally specified. These recurrences are part of the special structure stored in the attribute of the given solution.
The result of ExtendRegularSolution is returned in the same form as the result of LinearFunctionalSystems[RegularSolution].
This function is part of the LinearFunctionalSystems package, and so it can be used in the form ExtendRegularSolution(..) only after executing the command with(LinearFunctionalSystems). However, it can always be accessed through the long form of the command by using the form LinearFunctionalSystems[ExtendRegularSolution](..).
with⁡LinearFunctionalSystems:
sys≔x3⁢diff⁡y1⁡x,x−1−x2⁢y1⁡x−x2⁢y2⁡x−1+x+x3⁢y3⁡x=0,x⁢diff⁡y2⁡x,x−x2⁢y1⁡x−1+x3⁢y3⁡x=0,x⁢diff⁡y3⁡x,x−x3⁢y1⁡x+x⁢y2⁡x−y3⁡x=0
sys≔x3⁢ⅆⅆxy1⁡x−−x2+1⁢y1⁡x−x2⁢y2⁡x−x3+x+1⁢y3⁡x=0,x⁢ⅆⅆxy2⁡x−x2⁢y1⁡x−x3+1⁢y3⁡x=0,x⁢ⅆⅆxy3⁡x−x3⁢y1⁡x+x⁢y2⁡x−y3⁡x=0
vars≔y1⁡x,y2⁡x,y3⁡x:
sol≔RegularSolution⁡sys,vars
sol≔ln⁡x⁢−x⁢_c1+O⁡x2−x⁢_c2+O⁡x2,ln⁡x⁢x⁢_c1+O⁡x2−_c1+x⁢_c2−_c1+O⁡x2,ln⁡x⁢x⁢_c1+O⁡x2+x⁢_c2+O⁡x2
sol≔ExtendRegularSolution⁡sol,3
sol≔ln⁡x⁢−x⁢_c1−9⁢x3⁢_c14+O⁡x4−x2⁢_c1−x⁢_c2+x3⁢−9⁢_c24−5⁢_c14+O⁡x4,ln⁡x⁢x⁢_c1−x2⁢_c12−x3⁢_c14+O⁡x4−_c1+x⁢_c2−_c1+x2⁢−_c22+5⁢_c14+x3⁢−_c24−_c16+O⁡x4,ln⁡x⁢−x2⁢_c1+x⁢_c1+x3⁢_c14+O⁡x4+x⁢_c2+x2⁢−_c2+2⁢_c1+x3⁢_c24−3⁢_c14+O⁡x4
sol≔ExtendRegularSolution⁡sol,5
sol≔ln⁡x⁢−x⁢_c1−9⁢x3⁢_c14−x4⁢_c12−477⁢x5⁢_c164+O⁡x6−x2⁢_c1−x⁢_c2+x3⁢−9⁢_c24−5⁢_c14+x4⁢−_c22−131⁢_c136+x5⁢−477⁢_c264−3475⁢_c1384+O⁡x6,ln⁡x⁢x⁢_c1−x2⁢_c12−x3⁢_c14+3⁢x4⁢_c116−211⁢x5⁢_c1320+O⁡x6−_c1+x⁢_c2−_c1+x2⁢−_c22+5⁢_c14+x3⁢−_c24−_c16+x4⁢3⁢_c216−151⁢_c1576+x5⁢−211⁢_c2320+7123⁢_c128800+O⁡x6,ln⁡x⁢−x2⁢_c1+x⁢_c1+x3⁢_c14−x4⁢_c14−3⁢x5⁢_c164+O⁡x6+x⁢_c2+x2⁢−_c2+2⁢_c1+x3⁢_c24−3⁢_c14+x4⁢−_c24+5⁢_c136+x5⁢−3⁢_c264−199⁢_c11152+O⁡x6
A≔Matrix⁡3,3,1−x2x3,1x,1+x+x3x3,x,0,1+x3x,x2,−1,1x
A≔−x2+1x31xx3+x+1x3x0x3+1xx2−11x
sol≔RegularSolution⁡A,x,differential
ExtendRegularSolution⁡sol,3
ln⁡x⁢−x⁢_c1−9⁢x3⁢_c14+O⁡x4−x2⁢_c1−x⁢_c2+x3⁢−9⁢_c24−5⁢_c14+O⁡x4,ln⁡x⁢x⁢_c1−x2⁢_c12−x3⁢_c14+O⁡x4−_c1+x⁢_c2−_c1+x2⁢−_c22+5⁢_c14+x3⁢−_c24−_c16+O⁡x4,ln⁡x⁢−x2⁢_c1+x⁢_c1+x3⁢_c14+O⁡x4+x⁢_c2+x2⁢−_c2+2⁢_c1+x3⁢_c24−3⁢_c14+O⁡x4
See Also
LinearFunctionalSystems[ExtendSeries]
LinearFunctionalSystems[PolynomialSolution]
LinearFunctionalSystems[RationalSolution]
LinearFunctionalSystems[RegularSolution]
Download Help Document