We designed and implemented a C# application that uses the following root finding algorithms:
- Bisection Method
- Brent’s Method
- Newton’s Method
- Regula Falsi
https://en.wikipedia.org/wiki/Bisection_method
https://en.wikipedia.org/wiki/Brent%27s_method
https://en.wikipedia.org/wiki/Newton%27s_method
https://en.wikipedia.org/wiki/False_position_method

















The source code files are displayed below as Word files: