In a C++ application I\'m coding, I need to solve a system of non-linear equations (N equations, N unknowns).
The systems I\'m solving will be rather sm
Numerical Recipes has a routine that will do the job for you.