I have a dictionary, which I feel from for, is there any way, to solve polynomials from D?
D = {}
for i in range (len(G)):
if (G[i].degree() < num):
j = j+1
D[j] = D[i]
| 1 | initial version |
I have a dictionary, which I feel from for, is there any way, to solve polynomials from D?
D = {}
for i in range (len(G)):
if (G[i].degree() < num):
j = j+1
D[j] = D[i]
I have a dictionary, which I feel from for, is there any way, to solve polynomials from D?
D = {}
for i in range (len(G)):
if (G[i].degree() < num):
j = j+1
D[j] = D[i]
G[i]
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.