Introduction - If you have any usage issues, please Google them yourself
This document contains four different functions for solving nonlinear equations. Including Newton- Raphson, fixed, Secant, bisection method. This work is a part of my course in numerical undergraduate courses. It includes the timing and tables to analyze and compare the printout. There are a lot of observation, you can: For example, a specific formula, a method may be running a minimum number of iterations, while the other will run more iterations, but the calculation is the fastest.