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]