Question: Solve the example problem shown in Non - Linear equations notes using Newton - Raphson in MATLAB. The goal is to verify the analytical solutions

Solve the example problem shown in Non-Linear equations notes using Newton-Raphson in MATLAB. The goal is to verify the analytical solutions (aka roots) found in class to the polynomial shown below.
y(x)=x2+2x-10
Deliverables:
MATLAB Code:
Write a MATLAB program that uses the Newton-Raphson method to find both roots of the equation. One option would be to use the same program twice with different starting guesses. Submit the .m file(s) used and document any example code that you used or learned from during the exercise.
2) Results:
For each root show the starting guess used and the final approximate root (x value) and function value (y value) at the approximate root. The results can be copied or typed into the text for the assignment or included as a comment in the code.
 Solve the example problem shown in Non-Linear equations notes using Newton-Raphson

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!