Skip to content

C implementations of bisection, Newton, regular, and secant methods for equation solving. Essential for computational mathematics.

Notifications You must be signed in to change notification settings

Syedkaif-01/Numerical_method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numerical Methods

This repository contains C implementations of fundamental numerical methods for solving equations, including the bisection method, Newton-Raphson method, regular falsi method, and secant method. These algorithms are essential tools in computational mathematics, aiding in the approximation of roots of equations with varying levels of efficiency and accuracy. Each method is meticulously coded and documented, serving as a valuable resource for understanding and applying numerical techniques in computational science and engineering projects.

About

C implementations of bisection, Newton, regular, and secant methods for equation solving. Essential for computational mathematics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages