The 7 functions in the "Ei_related" class are:
| |
By default, the following command only converts Sum into sum.
Verify lhs = rhs
Note that some conversions are possible only under assumptions.
* Partial match of "sum" against topic "sum_form".
| |
Therefore, the following is not converted.
The conversion occurs only when you specify the proper assumptions.
By default, powers, or rational expressions, are not converted to Sum unless explicitly requested, e.g. using the include = powers (could also be include = ratpoly or include = radicals) optional argument; make the dummy summation be
The output above is computed using the Global algorithm; let's see the output representing first, Locally, each of the powers found in as MeijerG functions, then representing these functions as Sums
Expansions around t = 0 or t = 1; note the indication of the expansion variable when indicating the expansion point
This command also computes around t = 0
For composite mathematical functions, first the Global approach is attempted
User-defined functions are handled provided their derivative is known. You define the derivative of the function as follows (see diff for more information).
>
|
`diff/g` := proc(a,x) g(a)*diff(a,x) end proc;
|
Indefinite integrals are handled.
Linear combinations of hypergeometric functions are recognized.
In the next example, the output is expressed in terms of algebraic numbers.
Maple's special functions are handled.
In this case, convert/Sum returns without expanding
because a conversion exists only for restricted values of the parameters; these restrictions are seen via (see FunctionAdvisor):
* Partial match of "sum" against topic "sum_form".
| |
* Partial match of "sum" against topic "sum_form".
| |
Hidden polynomials are frequently detected.
Asymptotic power series can be computed.
An example where a the command fails to compute a closed form for the coefficients in the formal power series and so it returns, under request, the recurrence equation for these coefficients.
Note however that in this case a conversion exists for the appropriate conditions on the function parameters:
* Partial match of "sum" against topic "sum_form".
| |
Examples for method=holonomic and method=quadratic.
In the next example, only a quadratic recurrence equation exists, but not a holonomic one.