The following functions provide decision algorithms for algebraic power series. They may involve recursive resultant computations, hence, have a high complexity and should be used with care.
The previous computations suggest that
h2 is 1, in particular it is polynomial (in contrast to
h1). In this case
h3 would be zero.
> IsPolynomial(h1);
false
> IsPolynomial(h2);
true 1
> IsEqual(h2, PolyToSeries(One(Qxy)));
true
> IsZero(h3);
true
[Next][Prev] [Right] [Left] [Up] [Index] [Root]