Skip to content

amankrm-dev/NumericalMethods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Numerical Methods in C

This repository is a structured collection of C programs implementing core Numerical Methods. Code is added progressively as topics are covered.

đź“‚ Repository Overview

This repository includes:
1. Root-finding methods: Bisection, False Position (Regula Falsi), Newton–Raphson, Secant.
2. Interpolation: Newton’s Forward/Backward, Lagrange.
3. Numerical differentiation & integration: Finite differences, Trapezoidal, Simpson’s rules.
4. Systems of linear equations: Gauss Elimination, Gauss–Jordan, Jacobi, Gauss–Seidel.
5. Curve fitting, least squares, and other numerical utilities.

About

Repository of C implementations for various Numerical Methods, updated progressively.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages