Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Solving polynoms from dictionary

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]

Solving polynoms from dictionary

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]