Finding all roots of a nonlinear function
I need to find all possible roots of a nonlinear function in six
variables y = f(x_1,x_2,x_3,x_4,x_5,x_6), where 0 <= x_i <=
x_max. The function is not available in closed form. I saw there are
some methods available (e.g., http://www.springerlink.com/content/y8g01h854693g876/). Could someone point me to a code I can directly use ?
Regards,
Deepak