Révision 114 pobysoPythonSage/src/sageSLZ/sagePolynomialOperations.sage
sagePolynomialOperations.sage (revision 114) | ||
---|---|---|
812 | 812 |
for iPower in xrange(1, pIdegree + 1): |
813 | 813 |
iCurrentPower = pIdegree + iPower |
814 | 814 |
for tPower in xrange(pPower-1, 0, -1): |
815 |
print "tPower:", tPower |
|
815 |
#print "tPower:", tPower
|
|
816 | 816 |
if columnsWidth != 0: |
817 | 817 |
polExpStr = spo_expression_as_string(iCurrentPower, iBound, |
818 | 818 |
tPower, tBound, |
Formats disponibles : Unified diff