Solving polynoms from dictionary [closed]
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]
Could you please provide the full code? What are
G
,num
andj
?thank you for attention, I describe it from other side here https://ask.sagemath.org/question/467...