Numerical Methods (New)
Numerical Methods (New)
Page 1 of 2
4. 3x + 2 y + z = 10 8
a) Solve : 2 x + 3 y + 2 z = 14
x + 2 y + 3z = 14
By Gauss elimination method.
b) Solve the following system of equations using Crout method. 7
𝑥 + 𝑦 + 𝑧 = 4, 𝑥 + 4𝑦 + 3𝑧 = 8, 𝑥 + 6𝑦 + 2𝑧 = 6
OR
Find largest eigen value and corresponding eigen vector of the matrix.
3 −1 0
−2 4 −3
0 −1 1
5. a) Solve the following differential equation within 0 ≤ 𝑥 ≤ 0.3 using 8
RK-4TH order Method.
𝑑𝑦
10 = 𝑥 2 + 𝑦 2 , 𝑦(0) = 1 𝑤𝑖𝑡ℎ ℎ = 0.1
𝑑𝑥
b) Apply Euler’s method to approximate value of 𝑦(0.3) for the 7
𝑑𝑦
differential equation: 𝑑𝑥 = 𝑦 + x,𝑦(0) = 1.
6. a) For square bar of size 15cm×15cm, calculate the steady state 8
temperature at interior point for the grid size of 5cm×5cm.
b) Solve the Poisson equation ▼2f=2x2+ y, over the square domain 1≤x 7
≤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) Errors in Numerical Method
b) Ill-conditioned systems
c) Boundary value problem
Page 2 of 2