Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Assignment- 10

Numerical Analysis (MA 2305)


1. Determine the largest eigenvalue and corresponding eigenvector of the matrix
4 1 0
1 20 1  to 3 correct decimal places using the power method taking initial vector
 
0 1 4
v0  1 1 1 .
T

2. Using four iteration of the power method, determine the largest eigenvalue and
1 2 2
 
corresponding eigenvector of the matrix  2 3 2  taking initial vector
2 2 1 

v0  1 1 1 .
T

3. Using Euler’s method find out y0.02 , given that  x 2  y ; y 0  1 , choose
dy
dx
h  0.01
4. Using Euler’s method find out y2.2 , given that   xy 2 ; y 2  1 , choose
dy
dx
h  0.05
dy
5. Let  2  xy , y(1)  1 . Choose h  0.01 and find the approximate value of y(1.1)
dx
by Euler’s method. Then improve its accuracy to 4-decimal place by using improved
Euler’s method.

6. Solve the following initial value problem using RK-method of order 2:


y'  y  x, y(0)  2 , choosing h  0.1, find y(0.1) and y(0.2) . Compare the
approximate solution with the exact solution.

7. Solve the following initial value problem using RK-method of order 4:


y'  y  x, y(0)  2 , choosing h  0.1, find y(0.1) and y(0.2) .

8. Use RK-method of order 4 to solve the following equation:


y'   y  1, y(0)  0 ,
for 0  x  0.5 choosing h  0.1 .

You might also like