Skip to content

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

Open
kaige wants to merge 1 commit into
sloisel:masterfrom
kaige:master
Open

implement a Newton solver to solve none-linear system of equations#36
kaige wants to merge 1 commit into
sloisel:masterfrom
kaige:master

Conversation

@kaige
Copy link
Copy Markdown

@kaige kaige commented May 5, 2013

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)

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant