Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Trac #22066.18: state parent of output in Omega_ge
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrenn committed Jan 3, 2017
1 parent e60311a commit 80125f8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/sage/rings/polynomial/omega.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,10 +395,10 @@ def Omega_ge(a, exponents):
.. MATH::
\Omega_{\ge} \frac{\mu^a}{
(1 - z_1 \mu^{e_1}) \dots (1 - z_n \mu^{e_n})}
(1 - z_0 \mu^{e_0}) \dots (1 - z_{n-1} \mu^{e_{n-1}})}
and return its numerator and a factorization of its denominator.
Note that `z_1`, ..., `z_n` only appear in the output, but not in the
Note that `z_0`, ..., `z_{n-1}` only appear in the output, but not in the
input.
INPUT:
Expand All @@ -414,6 +414,10 @@ def Omega_ge(a, exponents):
of the denominator as a tuple of Laurent polynomials, where each
Laurent polynomial `z` represents a factor `1 - z`.
The parents of these Laurent polynomials is always a
Laurent polynomial ring in `z_0`, ..., `z_{n-1}` over `\ZZ`, where
`n` is the length of ``exponents``.
EXAMPLES::
sage: from sage.rings.polynomial.omega import Omega_ge
Expand Down

0 comments on commit 80125f8

Please sign in to comment.