Non-Linear Equation Solution Project Using Numerical Methods
May 2023
In this project aims to solve the non-linear equation(x2 - 1) sin(x) = 2x cos(x) using four different numerical methods: Newton Bisection method, Newton-Raphson method, False Position method, and Secant method. Through the implementation and comparison of these methods, we expect to gain insights into their performance, convergence rate, accuracy, computational efficiency, and robustness. The findings of this project can be useful in selecting an appropriate numerical method for solving similar non-linear equations in various real-world applications.