TL;DR Summary: Writing functions for Bisection and Newtons Approximation in Mathematica
Hello! I need to write 2 functions in mathematica, to find the roots of functions. The functions are the Bisection methods and Newtons Approximation.
(b1) Write your own function ApproxBisect[a0_,b0_,n_]...