

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Main points of this exam paper are: Relaxation Methods, Gauss Seidel Method, Numerical Methods, Suitable Example, Multiple Roots, Newton's Forward Difference, Newton Cotes Formulae
Typology: Exams
1 / 3
This page cannot be seen from the preview
Don't miss anything!


InstructionsAnswer any FOUR questions. All questions carry equal marks
Examiners: Dr. R. SheehyMr. P. Clarke Prof. M. Gilchrist
Q1. (a) Describe the Gauss Seidel Method for solving a system of linear equations. Explain the use of relaxation methods to enhance convergence. (8 Marks) (b) Write a program Gauss-Elim which uses the Gauss Elimination Method with partial pivoting for solving a system of linear equations. (12 Marks) (c) Illustrate using a suitable example an ill-conditioned system and list some techniques for improving the solution. (5 Marks)
Q2. (a) Describe any two of the following methods for obtaining roots of an equation (i) Newton-Raphson (ii) Bisection (iii) False-Position. (6 Marks) (b) Explain the terms convergence and stability as applied to numerical methods for
(^) is a necessary condition for
convergence of Newton Raphson method. (8 Marks) (c) Write a program for locating single roots using any of the methods in part (a). (7 Marks) (d) Illustrate, using a suitable example an equation with multiple roots. Outline any numerical method for obtaining multiple roots. (4 Marks)
Q3. (a) Using Newton's Forward Difference Interpolating Polynomial with equally spaced intervals derive an expression for Trapazoidal Rule and Truncation error in a single interval. Hence show that:
− a^ b = − + = +
N i i N N
f x f x f x f xdx b a 2
1 (^01)
(b) Outline the general structure of a program for Numerical Integration using any Newton Cotes formulae. (5 Marks) (c) Using the error term in part (a) show how Richardson's Extrapolation combines two integral estimates I(h 1 ) and I(h 2 ) to yield the improved estimate of the integral
(d) Explain Romberg integration (5 Marks)
Q4. (a) Briefly describe the terms (i) Interpolation (ii) Extrapolation. (6 Marks) (b) State the formula for Newton's Interpolating Polynomial fn (x) of degree n. Derive this formula for the case n = 2 (Quadratic Interpolation). (6 Marks) (c) The points (1,0), (4,1.386), (6,1.791) lie on the curve f(x) = ln x. Fit a 2nd^ order Newton's Interpolating polynomial to the data and hence calculate ln 2. (6 Marks) (d) Use the additional data point (5,1.609) to estimate the error for the 2 nd^ order polynomial in (c). (7 Marks)