OrthogonalSeries[SimplifyCoefficients] - simplify the coefficients of an orthogonal series
|
Calling Sequence
|
|
SimplifyCoefficients(S, funct, collect_expr, other_args)
|
|
Parameters
|
|
S
|
-
|
orthogonal series
|
funct
|
-
|
name chosen from: collect, expand, factor, normal, and simplify
|
collect_expr
|
-
|
(optional) expression(s) to be collected
|
other_args
|
-
|
(optional) complementary arguments if funct is collect
|
|
|
|
|
Description
|
|
•
|
The SimplifyCoefficients(S, funct) calling sequence applies the funct function, where funct is not collect, to the coefficients of the series (both particular and general coefficients).
|
•
|
The SimplifyCoefficients(S, collect, collect_expr, other_args) function applies the collect function to the coefficients of the series S (both particular and general coefficients). The user must specify the expression(s) to be collected by collect_expr. The user can specify a function to be applied to the collected expressions by other_args.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
|
|
Download Help Document
Was this information helpful?