Write a menu driven program in C to implement & compare following methods for finding real root of a given polynomial expression on X. Bisection Method. Newton-Ralphson Method. Regula Falsi Method.
The Bisection Method is a numerical method used to find the root of an equation by repeatedly dividing an interval into two halves and selecting the subinterval where the root lies.