Вы находитесь на странице: 1из 4

February 2010 Bachelor of Computer Application (BCA) - Semester 3 BC0043 - Computer oriented Credits

(Book ID: B0804)

numerical methods - 4

Assignment Set - 1 (60 Marks)

Answer the following: 1. The number 2.45789 is rounded off to five significant figures. Find (i) relative error. (ii) percentage error. 1 2 1 3 4 5 1 1 2

6 10 = 60

10 marks

2. Compute the adjoint of A and hence find the inverse of

10 marks

3. Find the real root of the equation

x3 4 x 9 = 0

using bisection method10 marks

4. Evaluate

11 to four decimal places by Newton Raphson formulae

10 marks

5. Fit a second degree parabola y= a + bx data and hence estimate y at x = 6 x y 1 10 2 12 3 13 4 16 5 19

+ cx2 in the least square method for the following

10 marks 6. From the following table, estimate the number of students who obtained marks between 40 and 45

Marks No of Students

30-40 31

40-50 42

50-60 51

60-70 35

70-80 31 10 marks

February 2010 Bachelor of Computer Application (BCA) - Semester 3 BC0043 - Computer oriented Credits
(Book ID: B0804)

numerical methods - 4

Assignment Set -2 (60 Marks)


Answer the following : 1. Find dy dx and x y d2 y dx
2

6 10 = 60

at x = 1 and x = 0 from the following data: 2 13 4 43 6 145 8 367 10 marks

0 7

dx
2 using

2. Evaluate

Trapezoidal rule with h = 0.2. Hence determine the value of . 10 marks

01

+ x

3. Find the solution for x = 0.1 and x = 0.2 by Eulers method for the equation d y = 1 y , y(0) = 0. d x 10 marks

4. Apply Runge-Kutta fourth order method to find an approximate value of y when x = 0.1 given that d 2 y = x y and y(0) = 1. d x 10 marks

5. Solve x y + y = 0,

y ( 1 ) = 1 ,y ( 2 ) = 2 with h = 0.5 and h = 0.25 (BVP). 10 marks


2 2

6. With the step size h = 3 , solve dx 2+ dy 2= 0 in 0< x < 1, 0<y<1 u(x, 1) = u(0, y) = 0 , u(1, y) = 9(y-y2) u(x, 0) = 9(x-x2) 10 marks

du

du

Вам также может понравиться