0% found this document useful (0 votes)
10 views

Assignment_#2

Uploaded by

Sara Alali
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

Assignment_#2

Uploaded by

Sara Alali
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

University of Sharjah

College of Computing & Informatics


Department of Computer Science
1501370: Numerical Methods I
Assignment # 2, Due: November 5th, 2024

Name: ID:

Do your calculations to at least four decimal digits

Q.1 Consider finding the root of f(x) = x2 – 3 in the interval [1, 2].
1. Compute the approximate roots of this equation using Bisection algorithm.
2. Find the absolute error at each step.

Q.2 Show that f(x) = e-x(3.2 sin(x) - 0.5 cos(x)) has a root in [3, 4],

1. Compute the approximate roots of this equation, with using False Position algorithm.
2. Find absolute relative approximate error at each step.

Q.3 Use Newton’s method to find the root of f(x)=x3-4x2-11x+30, given x1=10. Find the absolute error
at each step.

Q.4 Let the initial guess be 0.0 and 1.0, use Secant method to find the root of the following equation:
3x+sin(x)-exp(x). Find the absolute error at each iteration

You might also like