Solving polynoms from dictionary [closed]

asked 2019-05-30 20:45:02 +0200

Maori gravatar image

updated 2019-05-30 21:07:46 +0200

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]
edit retag flag offensive reopen merge delete

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 ( 2019-05-31 11:13:16 +0200 )edit

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

Maori gravatar imageMaori ( 2019-05-31 15:26:39 +0200 )edit