Le 13/02/2012 13:48, Gilles Sadowski a écrit : > On Mon, Feb 13, 2012 at 01:59:54PM +0300, binodc wrote: >> Newton Solver >> http://commons.apache.org/math/apidocs/org/apache/commons/math/analysis/solvers/NewtonSolver.html > > This is a root finder algorithm for which you have to provide an explicit > function > together with its derivative; so certainly not what you are looking for.
For non-linear multivariate functions you should look at the optimization package rather than the solver or linear packages. Luc > >> [...] > > Regards, > Gilles > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
