C++11 implementation of numerical algorithms described in Numerical Analysis by Richard L. Burden and J. Douglas Faires
-
Updated
Sep 12, 2022 - C++
C++11 implementation of numerical algorithms described in Numerical Analysis by Richard L. Burden and J. Douglas Faires
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.
Add a description, image, and links to the regula-falsi-method topic page so that developers can more easily learn about it.
To associate your repository with the regula-falsi-method topic, visit your repo's landing page and select "manage topics."