CSC212 Numerical Method

Numerical Method Model question question paper

12 questionsSit this paper (timed)

Tribhuvan University

Bachelor of Science in Computer Science and Information Technology

Semester 3 · Model question

Course Title: Numerical Method (CSC212)

Full Marks: 60Pass Marks: 24Time: 3 hours

Candidates are required to give their answers in their own words as far as practicable. The figures in the margin indicate full marks.

Group A

Attempt any TWO question.(2 × 10 = 20)

  1. 1.

    What do you mean by ill condition? Compare Gauss elimination method and Gauss jordan method of solving simultaneous equations.

    Using Gauss jordan method solve the given system of equation

    6x_1 – 2x_2 + x_3 = 11

    x_1 + 2x_2 – 5x_3 = -1

    -2x_1 + 7x_2 + 2x_3 = 5

    10
  2. 2.

    Define the terms interpolation and extrapolation. Find the Langrange interpolation polynomial to fit the following data and find value of y(10).

    x
    5
    6
    9
    11
    y
    12
    13
    14
    16

    10
  3. 3.

    Solve the ordinary differential equation given below by using Eular,s method. And calculate the value of y' = 3x^2 + 1 ; y(0) = 2, when

    1. h = 0.5
    2. h = 0.25
    10

Group B

Attempt any EIGHT question.(8 × 5 = 40)

  1. 4.

    Write down the program for solving ordinary differential equation using Heun's method.

    5
  2. 5.

    Find the missing term in the following using Newton's divided difference formula.

    x
    0
    1
    2
    3
    4
    y
    1
    3
    9
    ….
    81

    5
  3. 6.

    Using a method of least square find the relation of the form y = ax+b

    x
    0.301
    0.4771
    0.6021
    0.6990
    y
    1.4440
    1.7931
    2.0414
    2.2068

    5
  4. 7.

    Find the largest eigen value and the corresponding eigen vector of the following matrix :

    .

    5
  5. 8.

    Factorize the matrix using Cholesky's decomposition.

    .

    5
  6. 9.

    Use Romberg estimate to evaluate R(2,2)

    from 0 to 2.

    5
  7. 10.

    Calculate the integral value of the following tabulated function from x = 0 to x = 1.6 using simpson's 3/8 rule.

    x
    0
    0.2
    0.4
    0.6
    0.8
    1.0
    1.2
    1.4
    1.6
    f(x)
    0
    0.24
    0.55
    0.92
    1.63
    1.84
    2.37
    2.95
    3.56

    5
  8. 11.

    Solve the Poison's equation over the square domain 0 ≤ x ≤ 1.5, 0 ≤ y ≤ 1.5 with f = 0 on the boundary and h = 0.5.

    5
  9. 12.

    Estimate a real root of the following non-linear equation using bisection method correct upto three significant figure x^2 – e^-x = 3.

    5

— The End —