Vous êtes sur la page 1sur 3

ASSIGNMENT NUMERICAL

ANALYSIS

TRIMESTER 2

CODE: EEM3223

SUBMISSION DATE: 13/8/2014











QUESTION1

Find y (1.0) using Runge Kutta method of order four by solving the equation y' = -2xy
2
, y(0)
= 1 with step length 0.2. Also compare the solution obtained with RK methods of single order.


QUESTION 2
Find the interpolation for second degree order using the data f(0) = 1, f(1) = 3 and f(3) = 55
(a) Newton divided difference
(b) Lagrange interpolation


QUESTION 3
Find the unique real root of f(x) = x
3
x 1, given the initial point x
0
= 1
(a) Secant Method
(b) Newton Method


QUESTION 4
Determine the Newton divided difference form for the interpolating polynomial for the data set
{(1, 5), (0, 1), (1,1), (2,11). Then use this polynomial to approximate y if x = 1.5.


QUESTION 5
Compute the approximation for dx x

2
0
using a regular partition with n=6. Compare the
estimate with the exact value.
(a) Using trapezoidal method
(b) Using Simpsons 1/3 rule

QUESTION 6
Find the linear regression equation using the following value and also calculate the error analysis
x
i
y
i

1 0.5
2 2.5
3 2
4 4
5 3.5
6 6
7 5.5

Vous aimerez peut-être aussi