ExtendRegularSolution - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


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

Calling Sequence

ExtendRegularSolution(sol, deg)

Parameters

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

Description

• 

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](..).

Examples

withLinearFunctionalSystems:

sysx3diffy1x,x1x2y1xx2y2x1+x+x3y3x=0,xdiffy2x,xx2y1x1+x3y3x=0,xdiffy3x,xx3y1x+xy2xy3x=0

sysx3ⅆⅆxy1xx2+1y1xx2y2xx3+x+1y3x=0,xⅆⅆxy2xx2y1xx3+1y3x=0,xⅆⅆxy3xx3y1x+xy2xy3x=0

(1)

varsy1x,y2x,y3x:

solRegularSolutionsys,vars

sollnxx_c1+Ox2x_c2+Ox2,lnxx_c1+Ox2_c1+x_c2_c1+Ox2,lnxx_c1+Ox2+x_c2+Ox2

(2)

solExtendRegularSolutionsol,3

sollnxx_c19x3_c14+Ox4x2_c1x_c2+x39_c245_c14+Ox4,lnxx_c1x2_c12x3_c14+Ox4_c1+x_c2_c1+x2_c22+5_c14+x3_c24_c16+Ox4,lnxx2_c1+x_c1+x3_c14+Ox4+x_c2+x2_c2+2_c1+x3_c243_c14+Ox4

(3)

solExtendRegularSolutionsol,5

sollnxx_c19x3_c14x4_c12477x5_c164+Ox6x2_c1x_c2+x39_c245_c14+x4_c22131_c136+x5477_c2643475_c1384+Ox6,lnxx_c1x2_c12x3_c14+3x4_c116211x5_c1320+Ox6_c1+x_c2_c1+x2_c22+5_c14+x3_c24_c16+x43_c216151_c1576+x5211_c2320+7123_c128800+Ox6,lnxx2_c1+x_c1+x3_c14x4_c143x5_c164+Ox6+x_c2+x2_c2+2_c1+x3_c243_c14+x4_c24+5_c136+x53_c264199_c11152+Ox6

(4)

AMatrix3,3,1x2x3,1x,1+x+x3x3,x,0,1+x3x,x2,1,1x

Ax2+1x31xx3+x+1x3x0x3+1xx2−11x

(5)

solRegularSolutionA,x,differential

sollnxx_c1+Ox2x_c2+Ox2,lnxx_c1+Ox2_c1+x_c2_c1+Ox2,lnxx_c1+Ox2+x_c2+Ox2

(6)

ExtendRegularSolutionsol,3

lnxx_c19x3_c14+Ox4x2_c1x_c2+x39_c245_c14+Ox4,lnxx_c1x2_c12x3_c14+Ox4_c1+x_c2_c1+x2_c22+5_c14+x3_c24_c16+Ox4,lnxx2_c1+x_c1+x3_c14+Ox4+x_c2+x2_c2+2_c1+x3_c243_c14+Ox4

(7)

See Also

LinearFunctionalSystems[ExtendSeries]

LinearFunctionalSystems[PolynomialSolution]

LinearFunctionalSystems[RationalSolution]

LinearFunctionalSystems[RegularSolution]