Skip to content
#

root-finding

Here are 15 public repositories matching this topic...

A collection of python implementations using SWIG, Instant, F2PY... Optimization like Least Squares Levenberg-Marquardt. Boundary Value problem solvers. Integration Simpson/Trapezoidal. Interpolation like Cubic spline. Tridiagonal/pentadiagonal system of equations solver. Linear algebra like Matrix inversion (Gauss-Jordan) and much more

  • Updated Aug 11, 2018
  • C

A structured Numerical Methods lab repository in C covering root finding, interpolation, linear systems, numerical integration, and ODE solving — built with clean implementations, multiple function configurations, and detailed theory documentation.

  • Updated Apr 30, 2026
  • C

Zero Hunter - A comprehensive C-based root-finding toolkit implementing five numerical methods with modular design, multiple stopping criteria, and extensive testing capabilities for solving nonlinear equations.

  • Updated Sep 28, 2025
  • C

A menu-driven Numerical Methods Analysis project developed in C. It implements root-finding algorithms (Bisection, Regula-Falsi, Newton-Raphson), numerical integration, differentiation, interpolation, matrix operations, and iterative methods using dynamic memory allocation and modular programming principles.

  • Updated Jul 13, 2026
  • C

Improve this page

Add a description, image, and links to the root-finding topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the root-finding topic, visit your repo's landing page and select "manage topics."

Learn more