root-finding
A javascript CLI implementation of root finding using Newton-Raphson's method.
A javascript CLI implementation of root finding using Newton-Raphson's method.
Root finding methods for use with minimatrix.
A TypeScript implementation of High-Performance Polynomial Root Finding for Graphics (Yuksel 2022)
A TypeScript implementation of High-Performance Polynomial Root Finding for Graphics (Yuksel 2022)
A numerical solver for non-linear systems of equations, utilizing the n-dimensional Newton-Raphson method.