>
|
|
Define a power series.
>
|
|
| (1) |
Compute its linear truncation with the Truncate command.
We do the same twice more.
>
|
|
| (3) |
>
|
|
| (5) |
The power series , , and all have the terms up to homogeneous degree 1 computed. As we see above, these are the same for and but different for .
>
|
|
>
|
|
However, the homogeneous degree 2 parts of and are different.
>
|
|
In order to test this, we needed to compute the terms of homogeneous degree 2, as we can see by calling Truncate again.
We define two univariate polynomials over power series, both linear in their with main variable . The constant coefficient in is 0. The coefficient of is also the same, even though this is not immediately obvious from their definition.
>
|
|
>
|
|
>
|
|
>
|
|
In this case, the analytic expressions for the coefficients are all pairwise equal. We can use the force option to make Maple do the actual comparisons.
>
|
|