Skip to content

C program that finds the real root of the nonlinear equation f(x) = x³ - x - 2 using the Regula Falsi (False Position) Method. Includes iteration table, stopping criteria, and root approximation logic. Useful for Numerical Methods / Computer Networks (CN) lab assignments and demonstrations.

Notifications You must be signed in to change notification settings

ritesh1289/Regula-Falsi-root-finding-C-program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Regula-Falsi-root-finding-C-program

C program that finds the real root of the nonlinear equation f(x) = x³ - x - 2 using the Regula Falsi (False Position) Method. Includes iteration table, stopping criteria, and root approximation logic. Useful for Numerical Methods / Computer Networks (CN) lab assignments and demonstrations.

About

C program that finds the real root of the nonlinear equation f(x) = x³ - x - 2 using the Regula Falsi (False Position) Method. Includes iteration table, stopping criteria, and root approximation logic. Useful for Numerical Methods / Computer Networks (CN) lab assignments and demonstrations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages