Elementary Numerical Analysis: NPTEL Lectures On
Elementary Numerical Analysis: NPTEL Lectures On
Department of Mathematics
Examination 1
1. Let f : [a, b] IR and x0 , x1 , , xk be k + 1 distinct points in [a, b]. Show that there exists a
unique polynomial pk of degree k such that
pk (xj ) = f (xj ), j = 0, 1, , k.
(3 marks)
2. Define the divided difference f [x0 , x1 , , xk ] as the coefficient of xk in pk in Q.1. Prove the
following recurrence formula:
Determine the degree of precision of this rule, that is, find the highest degree of polynomial for
which the above rule is exact. (3 marks)
1
5. Let f : [a, b] IR be a 4 times continuously differentiable function. For n even, consider
ba
h = ti+1 ti = , i = 0, 1, , n 1.
n
Let Tn denote the composite Trapezoidal rule associated with the above partition which approx-
Rb
imates a f (x)dx. Consider the first step of Romberg integration based on Tn and T n2 so as to
eliminate the term containing h2 in the asymptotic expansion. Interprete the result which you
obtain as an appropriate numerical quadrature rule. (3 marks)
6. Let f : [a, b] IR be a thrice differentiable function and x0 [a, b]. Show that
d
f [x0 , x] = f [x0 , x, x].
dx
(3 marks)
7. Let A = [aij ] be an n n invertible tridiagonal matrix, that is aij = 0 if |i j| > 1. Compute the
number of operations needed to solve the system Ax = b by Gauss elimination without partial
pivoting. (3 marks)
(3 marks)
9. Let A be an n n invertible matrix such that A = LU, where L is a unit lower triangular
matrix and U is an upper triangular matrix. For 1 k n, let Ak denote the principal
leading submatrix of A formed by the first k rows and the first k columns of A. Show that
det(Ak ) 6= 0, k = 1, 2, , n. (3 marks)