Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

NUMERICAL ANALYSIS LAB TASK WEEK 4

Newton-Raphson Method
Exercise:
Find real root of each of the following equations using Newton-Raphson
Method:
1. 𝑥 3 − 𝑥 − 10 = 0; up to 4 decimal point.
2. 𝑒 𝑥 (𝑥 − 1) − (𝑥 + 1) = 0; up to 4 decimal point.
3. Find cube root of 11
Verify your answers through MATLAB code.
Submit a pdf with hand written solution. Use MATLAB code to verify your
solution. Include the code in the pdf.

You might also like