#data.2.3.9.19 # # We study the maximum number of real solutions to # # f(z)*g(z)^3*z^11 - h(z) = 0, # # f, g, and h all have degree 2. # ####################################################### k:=2: p:=3: l:=9: Iterations:=500: Instance:=10000: deg:=19: # Degree of the enumerative problem data:=[894730, 5086961, 3994809, 23498, 2, 0, 0, 0, 0, 0]: Time:=1861131.98: ##############################################################