<< Solution of the n dimensional economic polynomial system >> 1. This directory contains readme.eco --- this file, eco8, eco9, eco10, eco11, eco12, eco13 and eco14 --- list of approximate solutions of economic polynomials f(x) in an n dimensional compex variable vector x = (x1,x2,...,xn) with dimensions n = 6, 7, 8, 9, 10, 11, 12, 13 and 14. 2. For every solution x = (x1,x2,...,xn), we assigned a key number key(x) = \sum_{p=1}^n ( \gamma1^{p-1} real(x_p) + gamma2^{p-1} imag(x_p) ). We used gamma1 = 0.58 and gamma2 = 0.60. 3. The solutions in each solution file are listed in ascending order of their key values. 4. Each line of the file consists of 2*n + 2 real numbers, real(x1), imag(x1), ... , real(xn), imag(xn), norm of f(x) and key(x). Here norm of f(x) denotes the infinity norm of the complex value of the the polynomial f(x) at an approximate solution x, i.e., max { |f1(x)|, |f2(x)|, ... , |fn(x)| } 5. The number of isolated solutions obtained. eco8 # of nonsingular solutions = 64 = the mixed volume # of isolated singular solutions = 0 the mixed volume = 64 Hence the all the solutions were obtained. eco9 # of nonsingular solutions = 128 = the mixed volume # of isolated singular solutions = 0 the mixed volume = 128 Hence the all the solutions were obtained. eco10 # of nonsingular solutions = 256 = the mixed volume # of isolated singular solutions = 0 the mixed volume = 256 Hence the all the solutions were obtained. eco11 # of nonsingular solutions = 512 = the mixed volume # of isolated singular solutions = 0 the mixed volume = 512 Hence the all the solutions were obtained. eco12 # of nonsingular solutions = 1024 = the mixed volume # of isolated singular solutions = 0 the mixed volume = 1024 Hence the all the solutions were obtained. eco13 # of nonsinglar solutions = 4096 = the mixed volume # of isolated singular solutions = 0 the mixed volume = 4096 Hence the all the solutions were obtained. eco14 # of nonsinglar solutions = 8192 = the mixed volume # of isolated singular solutions = 0 the mixed volume = 8192 Hence the all the solutions were obtained.