You are on page 1of 1

ASSIGNMENT

BCA Semester: 3

Subject: Computer Oriented Numerical Methods (CONM)


Submission Date : 16/09/2019

1. Let x = 0.005998. Calculate relative error if x is rounded off to three decimal digits.

2. Using Method of Successive Approximation determine one root of the equation


2x – cosx -3 =0 correct to three decimal place using interval (1.5, 2) .

3. Given a table values of a function as:


x 0.1 0.2 0.3 0.4 0.5 0.6
y 5.1 5.3 5.6 5.7 5.9 6.1
∑ ∑
Determine both regression lines and prove that they intersect at( )

4. Consider the following table. Evaluate y(2.35) using Newton’s forward difference
interpolation method:
x 2.0 2.25 2.50 2.75 3.0
y 9.00 10.06 11.25 12.56 14.00

5. Given a table values for the function as:


x 600 500 400 350
y 2 10 26 61
The function is of type y = aebx. Find the best possible values of a and b

6. Find f’(0.75) for the following table


x 0.50 0.75 1.00 1.25 3.0
y 9.00 10.06 11.25 12.56 14.00

Using Trapezoidal rule evaluate ∫ dx by taking four intervals.


7.
8.
Given with y(1) = 5. Find the solution correct to three decimal position in the
interval [1, 1.5] using step size h = 0.1
9. Using Adams – Multons method find the solution of the following differential equation
xy2+1 with y(0) = 1 for x = 0.4, when it is given that

x 0.1 0.2 0.3


y 1.105 1.223 1.335

10 Using Runge – Kutta fourth order method , find solution of the following differential
equation
for x = 0.1 , 0.2 and 0.3. Given that y=0 when x=0 .

Faculty of Computer Application Marwadi University

You might also like