0% found this document useful (0 votes)
24 views2 pages

Indraprastha College For Women GE-IV, Numerical Methods: Test-II, Date: April 21, 2022

The document provides 7 numerical analysis problems to solve involving systems of equations, integration, differential equations, and approximation methods. Students are to attempt 5 of the 7 problems covering topics like Gauss-Jordan elimination, Gauss-Seidel iteration, Richardson extrapolation, trapezoidal integration, Simpson's rule, and Euler, Heun, and midpoint methods for solving differential equations.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views2 pages

Indraprastha College For Women GE-IV, Numerical Methods: Test-II, Date: April 21, 2022

The document provides 7 numerical analysis problems to solve involving systems of equations, integration, differential equations, and approximation methods. Students are to attempt 5 of the 7 problems covering topics like Gauss-Jordan elimination, Gauss-Seidel iteration, Richardson extrapolation, trapezoidal integration, Simpson's rule, and Euler, Heun, and midpoint methods for solving differential equations.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Indraprastha College for Women

GE-IV, Numerical Methods


Test-II, Date : April 21, 2022
Time : 8:45 am - 10:00 am Max mark : 25

Attempt any five questions

1. Solve the following system of equations


x1 + x2 + x3 = 1
4x1 + 3x2 − x3 = 6
3x1 + 5x2 + 3x3 = 4
using Gauss Jordan method. Find the inverse of the matrix.
2. Find the solution of the system of equations
45x1 + 2x2 + 3x3 = 58
−3x1 + 22x2 + 2x3 = 47
5x1 + x2 + 20x3 = 67
correct to three decimal places, using the Gauss Seidel iteration method with the
initial approximation (x0 , y0 , z0 ) = (0, 0, 0).

3. Consider the following data

x 1 2 3 4 5 6
y=f(x) 2 4 8 16 32 64

Estimate f’(4) using Richardson extrapolation with h=2.


4. Approximate the integral Z 1
1
dx
0 1+x
using the trapezoidal rule and composite trapezoidal rule for n=4. Also, calculate
error in each case.

5. Approximate the integral Z 1


1
2
dx
0 1+x
using the Simpson’s 1/3rd rule and composite Simpson rule for n=4. Also, calculate
error in each case.
6. Apply Euler’s method to approximate the solution of
dy
= x + y, y(0) = 2, for x ∈ [0, 1]
dx
with h = 0.25.

7. Approximate y(0.3) using Heun’s method or Modified Euler’s method with h = 0.1

dy
= x + 2y, y(0) = 0.
dx

8. Approximate y(0.2) using Midpoint method with h = 0.1

dy
= 3x + 2y, y(0) = 0.
dx

Page 2

You might also like