You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.