Text: Please Answer the Following Question in MATLAB PLEASE DUE
11/17
CMPSC 200
Newton Raphson Method
ICA 21B
Part 2: Matlab Coding
Provide a single script file ICA21.m that performs the desired actions. Separate each problem with a section break (double percent signs). At the top of your script, include a comment containing your name, class section, and the date. Suppress all intermediate output. Include each of your answers as comments in your script.
8. (20 points) Develop a Matlab script using the Newton Raphson method to find a zero of
1.5c
0.65 0.65tan
Use an initial guess of = 0 and a tolerance of 1E-6. How many iterations does it take to converge to the solution? Report your answers as comments.
Hint: Use the pseudocode provided in the lecture slides.