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

notrxppy/Regular-Falsi-root-finding-C-program

Repository files navigation

Regular-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