Solving polynoms from dictionary [closed]

asked 5 years ago

Maori gravatar image

updated 5 years ago

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] = G[i]
Preview: (hide)

Closed for the following reason duplicate question by tmonteil
close date 2019-05-31 22:04:31.860713

Comments

Could you please provide the full code? What are G, num and j?

eric_g gravatar imageeric_g ( 5 years ago )

thank you for attention, I describe it from other side here https://ask.sagemath.org/question/467...

Maori gravatar imageMaori ( 5 years ago )