#data.3.2.9.21 # # We study the maximum number of real solutions to # # f(z)*g(z)^2*z^12 - h(z) = 0, # # f, g, and h all have degree 3. # ####################################################### k:=3: p:=2: l:=9: Iterations:=500: Instance:=2000: deg:=21: # Degree of the enumerative problem data:=[248037, 631809, 681767, 329115, 107486, 1786, 0, 0, 0, 0, 0]: Time:=1148395.01: ##############################################################