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 - Fork 0
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.
notrxppy/Regular-Falsi-root-finding-C-program
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 0
No packages published