OrthogonalSeries[Create] - create a series
|
Calling Sequence
|
|
Create(expr, P1,..., Pn)
Create({expr, k=a..b}, P1)
Create(L, P1,..., Pn)
Create({L, expr}, P1,..., Pn)
Create({L, expr, k=a..b}, P1)
|
|
Parameters
|
|
expr
|
-
|
algebraic expression
|
P1, ..., Pn
|
-
|
orthogonal polynomials
|
k
|
-
|
name
|
a, b
|
-
|
integers (or infinity for b)
|
L
|
-
|
list of equalities
|
|
|
|
|
Description
|
|
•
|
The Create(arguments) function creates an orthogonal series. The series is expanded in terms of the polynomials , which must have distinct indices and variables, and be in the OrthogonalSeries database.
|
•
|
Series with both a finite (particular) part and infinite (general) part can be created by using the Create({L, expr}, P1,..., Pn) calling sequence. For a range different from , use the Create({L, expr, k=a..b}, P1) calling sequence.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
|
|