Révision 110 pobysoPythonSage/src/sageSLZ/sagePolynomialOperations.sage
sagePolynomialOperations.sage (revision 110) | ||
---|---|---|
470 | 470 |
polynomialsList.append(currentPolynomial) |
471 | 471 |
# Exit when pPower == alpha |
472 | 472 |
if pPower == alpha: |
473 |
return((knownMonomials, polynomialsList))
|
|
473 |
return polynomialsList
|
|
474 | 474 |
# This is where the "i-shifts" take place. Mixed terms, i^k * t^l |
475 | 475 |
# (that were introduced at a previous |
476 | 476 |
# stage or are introduced now) are only shifted to already existing |
Formats disponibles : Unified diff