csc212

Numerical Method

Hard Exam Preparation: 3 - 4 days
Question Papers (8)
logo

Community

FM: 60 PM: 24

Numerical Method

2081 Boards

Section A

Answer any two questions.

1

What are inherent errors? Derive the Newton Raphson method for solving non-linear equation and using this method solve
[x^2 – 5x + 6 = 0]. Calculate upto 3 decimal places.

10

!

2

What are the limitations of direct methods for solving a system of linear equations? How Gauss Seidel method differs from Jacobi iteration? Solve the following system of linear equation using Jacobi iteration method.
2x-7y-10z=-17
5x+y+3z=14
x+10y+9z=7

10

!

3

Write an algorithm and program to implement Lagrange interpolation method.

10

!

Section B

Answer any eight questions.

4

Consider the following data points estimate the f(0.6) using Newton’s interpolation formula.

x f(x)
0.1 2.68
0.2 3.04
0.3 3.38
0.4 3.69
0.5 3.97

 

5

5

What is regression analysis? Fit a second order polynomial for the following data values.

x y
2 1.4
4 2.0
6 2.4
8 2.6
10 2.8

 

5

6

What is numerical differentiation? The table below gives the values of distance travelled by a vehicle at various time interval, estimate the velocity and acceleration at x = 4.

Time Distance
1 0
2 1
4 5
8 21
10 27

 

5

!

7

What is an application of numerical integration? Find the value of the integral

using Simpson’s ( 3/8 ) rule with ( n = 6 ).

5

!

8

Solve the following system of linear equations using Gauss-Jordan elimination method.
x+2y-3z=4
2x+4y-6z=8
x-2y+5z=4

5

!

9

Given the data points below

X F(X)
1 1.5
3 4.5
4 9

Find cubic spline which belongs to 1<=x<=3 and estimate f(2) using cubic splines.

5

!

10

What is differential equation? Differentiate between ODE and PDE with example.

5

!

11

5

!

12

Solve the Poisson equation

with boundary conditions:

5

!