numeric icon indicating copy to clipboard operation
numeric copied to clipboard

implement a Newton solver to solve none-linear system of equations

Open kaige opened this issue 12 years ago • 0 comments

a javascript implementation of Newton solver, which is ported from GSL (GNU Scientific Library) 's globally convergent Newton method (gsl-1.15\multiroots\gnewton.c)

This Newton solver has been successfully used to implement a simple geometric constraint solver in project Rena (https://github.com/kaige/Rena)

kaige avatar May 05 '13 02:05 kaige