0% found this document useful (0 votes)
34 views1 page

CS 3RD

1) The document is a numerical analysis assignment from Ambo University that contains 6 questions. 2) The questions involve rounding numbers to significant figures, using methods like Newton-Raphson, bisection, secant, Gauss-Seidel iteration, and Gauss elimination/LU decomposition to find roots of equations or solve systems of equations. 3) The student is asked to work through each problem, applying the directed mathematical methods to obtain the requested solutions, such as finding a root to a specified accuracy.

Uploaded by

lemajambo7
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
34 views1 page

CS 3RD

1) The document is a numerical analysis assignment from Ambo University that contains 6 questions. 2) The questions involve rounding numbers to significant figures, using methods like Newton-Raphson, bisection, secant, Gauss-Seidel iteration, and Gauss elimination/LU decomposition to find roots of equations or solve systems of equations. 3) The student is asked to work through each problem, applying the directed mathematical methods to obtain the requested solutions, such as finding a root to a specified accuracy.

Uploaded by

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

Ambo University Woliso Campus, Department of Basic Courses

Department: Computer Science

Year: III Semester: I

Numerical Analysis (math2012) Assignment One

Weight: 10%
1. If the number = 57.46235 is rounded off to four significant figures, find the absolute error,
relative error and the percentage relative error.

2. Using Newton-Raphson method, find a root of the function f ( ) = – 3 to an accuracy of 5


digits. The root is known to lie between 0.5 and 1.0. Take the starting value of as = 1.

3. Use the Bisection method to find a root of the equation – 4 – 9 = 0 in the interval (2, 3),
accurate to four decimal places.

4. Find a root of the equation – – 1 = 0 using the secant method approximations: = 2 and

= 1.

5. Solve the following equations by the Gauss-Seidel iteration method.

4x – y + z = 12

– x + 4y – 2z = –1

x – 2y + 4z =5

6. Solve the following equations by the Gauss elimination Method and LU Decomposition method

x + 2y + 3z + 4w =8

2x – 2y – z – w = –3

x – 3y + 4z – 4w =8

2x + 2y – 3z + 4w = –2

You might also like