QDifferenceEquations[ExtendSeries] - extend a series solution of a q-difference equation to higher degree
|
Calling Sequence
|
|
ExtendSeries(sol, data, deg, dataname)
|
|
Parameters
|
|
sol
|
-
|
formal series solution of the system that is the result of an invocation of SeriesSolution or ExtendSeries
|
data
|
-
|
special data needed to extend the series, returned by SeriesSolution or ExtendSeries
|
deg
|
-
|
positive integer; formal degree of the initial terms to extend to
|
dataname
|
-
|
(optional) name; if given the name is set to special data needed to extend the series found to higher degree with further invocation of QDifferenceEquations[ExtendSeries]
|
|
|
|
|
Description
|
|
•
|
The ExtendSeries command returns the initial terms of the formal series solution sol extended to the specified formal degree deg.
|
•
|
Additionally, if a name given in the dataname parameter, the command sets the name to special data needed to extend the series found to higher degree with further invocation of QDifferenceEquations[ExtendSeries] command.
|
•
|
The ExtendSeries command solves the problem with a single q-difference equation and also with a system of such equations. In the latter case the command invokes LinearFunctionalSystems[ExtendSeries] in order to find solutions.
|
•
|
The solution is a series expansions in x, corresponding to var. The order term (for example ) is the last term in the series. For the system case the solution is a list of such series expansions.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
|
|
Download Help Document
Was this information helpful?