Coding: Use MATLAB to figure out the following problem,if you do not know how to use MATLAB then please do not answer.Coding is required for the exercise.
For f(x) = arctan(x), find its zeros by implimenting Newtonsmethod and the Secant method in Matlab. (Hint: Use Newtons methodto calculate x1 for Secant method)
Comment all code please since I would like to learn how to dothis correctly in MATLAB. Thank you.