#data.2.3.0.10 # # We study the maximum number of real solutions to # # f(z)*g(z)^3*z^2 - h(z) = 0, # # f, g, and h all have degree 2. # ####################################################### k:=2: p:=3: l:=0: Iterations:=1000: Instance:=2000: deg:=10: # Degree of the enumerative problem data:=[141391, 891319, 2220891, 743096, 3303, 0]: Time:=544822.34: ##############################################################