#data.2.3.3.13 # # We study the maximum number of real solutions to # # f(z)*g(z)^3*z^5 - h(z) = 0, # # f, g, and h all have degree 2. # ####################################################### k:=2: p:=3: l:=3: Iterations:=500: Instance:=5000: deg:=13: # Degree of the enumerative problem data:=[371923, 2580900, 2046522, 655, 0, 0, 0]: Time:=404630.37: ##############################################################