Numerical Methods
Numerical Methods
Page 1 of 2
4. 4 1 2
a) Find the inverse of the square matrix, A=[2 3 −1]by using
1 −2 2
Gauss-Jordan elimination method.
b) Find the solution of the given simultaneous linear equation using
Gauss Seidel method.
6𝑥 − 2𝑦 + 𝑧 = 11
−2𝑥 + 7𝑦 + 2𝑧 = 5
𝑥 + 2𝑦 − 5𝑧 = −1
5. a) solve the following differential equation within 0≤x≤0.5 using Rk 4th
order method 10d2 y/dx2+2dy/dx-3y=5, y(0)=0,y'(0)=0.
b) Using the Euler's (R-K I st order method) find an approximate value of
y corresponding to x=1, given that dy/dx = X+Y and y= 1. When x=0,
h = 0.1.
6. a) Torsion on a square bar of size 15cm × 15cm. If two of the sides are
held at 1000 C and the other two sides are held at 00C. Calculate the
steady state temperature at interior points. Assume a grid size of
5cm × 5cm.
b) Solve the Poisson equation ▼2f=2x2+ y, over the square domain 1≤x
≤4, 1≤y ≤4, with f=0 on the boundary. Take step size in x and y, h=k=1.
7. Write short notes on: (Any two) 2×5
a) Applications of Numerical Methods in Engineering
b) Error in Numerical Method
c) Ill condition and well-conditioned system
Page 2 of 2