You are on page 1of 1

ASSIGNMENT-01

Sub & Code - Numerical methods in Civil Engg. (BTCE-604) SEM-6th (2014 Batch)

1. Find the root for the given equations using Bisection method & Regula-Falsi method:
(a) x logx = 1.2
(b) x3 – 4x-9 = 0
2. Find the root for the given equations using Secant method:
(a) x3 + x2 + x + 7 = 0
(b) x – e-x = 0
(c) xex = cosx
3. Find the root for the given equations using Newton-Raphson’s method:
(a) x4 – x = 10
(b) x2 + 4sinx = 0
4. Evaluate the following by Newton’s Method:
(a) (24)1/3
(b) 1/{(14)1/2}

ASSIGNMENT-02
1. Solve the following equations by Gauss-elimination & Gauss-Jordan method:
(a) 2x + y + z = 10
3x + 2y + 3z = 18
x + 4y + 9z = 16

(b) 2x - 3y + z = -1
x + 4y + 5z = 25
3x - 4y + z = 2

(C) 2x + y + 5z + u = 5; x + y - 3z + 4u = -1

3x + 6y - 2z + u = 8; 2x + 2y + 2z - 3u = 2

2. Solve the following equations by Jacobi’s iteration & Gauss-Seidal iteration method:
(a) 27x + 6y – z = 85
x + y + 54z = 110
6x + 15y + 2z = 72

(b) 15x + y – z = 14
x + 20y + z = 23
2x - 3y – 18z = 37

You might also like