#data.2.2.1.9 # # We study the maximum number of real solutions to # # f(z)*g(z)^2*z^3 - h(z) = 0, # # f, g, and h all have degree 2. # ####################################################### k:=2: p:=2: l:=1: Iterations:=500: Instance:=1000: deg:=9: # Degree of the enumerative problem data:=[129176, 477598, 338259, 54943, 24]: Time:=107298.41: ##############################################################