#data.2.3.1.11 # # We study the maximum number of real solutions to # # f(z)*g(z)^3*z^3 - h(z) = 0, # # f, g, and h all have degree 2. # ####################################################### k:=2: p:=3: l:=1: Iterations:=1000: Instance:=3000: deg:=11: # Degree of the enumerative problem data:=[431429, 3264965, 2299727, 3879, 0, 0]: Time:=357945.27: ##############################################################