Raman Exp3 Removed
Raman Exp3 Removed
1. Aim: To apply and implement the Regula–Falsi (False Position) Method to estimate
roots of nonlinear equations using Python
2. Objective:
❖ To understand the concept of root-finding in nonlinear equations.
3. Software Requirements:
⮚ Python (3.14.0)
⮚ Google Colab.
4. Algorithm:
⮚ Regula falsi Method
It works by:
❖ Choosing two initial points aaa and bbb such that f(a)f(a)f(a) and f(b)f(b)f(b) have
opposite signs (ensuring a root lies between them).
❖ Finding the point where this line crosses the x-axis. This point is the new approximation
of the root.
DEPARTMENT OF
COMPUTER SCIENCE &
ENGINEERING
5) OUTPUT
DEPARTMENT OF
COMPUTER SCIENCE &
ENGINEERING
6) Learning Outcomes:
⮚ Understand the working principle of the Regula–Falsi method.