Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

NUMERICAL METHODS

TUTORIAL
Date: 7-October -2016

The responses to the tutorial questions are to be submitted by 16-November 2016. Each question
carries10 marks.

1.. Use Gauss-Jordan algorithm taught in the class to solve the following linear system
8x1 x2 x 3 x4
x1 x2 x3 x4
x1 x2 5x3 3x4
x1 3x2 x3 x4

 1 2 3 4 10   4   2 
 1 1 2 3       
A=   B=  5  & B=  5  & B=  3 here A is same .
 1 1 1 2  3  3  1
       
 1 1 1 5  4  4   8 
3. Solve by Crout’s Method
2 7 5  14 
 
A = 6 20 10 and B  36
 
   
 4 3 0   7 
4 Find the Doolittle, Crout, factorization of the matrix
60 30 20 
A  30 20 15 
 20 15 12 
5. Find the LU decomposition of the matrix
 25 5 1  a1  106.8 
 64 8 1 a   177.2 
   2  
144 12 1 a3  279.2

6. Find the solution of the following equations using the Gauss-Seidel iteration method:

 5 x1  x2  2 x3  1

2 x1  6 x2  3x3  2
2 x  x  7 x  32
 1 2 3

7.Solve system of linear equations below using Gaussian Elimination:


a) x + 3y + 3z = 4
2x – 3y – 2z = 2
3x + y + 2z = 5

b) x + 2y - 3z = 3
2x – y – z = 11
3x + 2y + z = -5

8.Solve the following system of linear equations using Doolitle method:

a) x1 + 2x2 + x3 = 4
3x1 – 4x2 – 2x3 = 2
5x1 + 3x2 + 5x3 = -1

b) 4x1 + 2x2 + 3x3 + 1 = 0


x1 + 4x2 –x3 + 2 = 0
7x1 – 3x2 + 2x3 + 18 = 0

9.Solve the following system of linear equations using Crout method:

a) x1 + 2x2 + x3 = 4
3x1 – 4x2 – 2x3 = 2
5x1 + 3x2 + 5x3 = -1

b) x1 - 3x2 + 2x3 = 8
4x1 – x2 – x3 = 9
3x1 + 2x2 + x3 = 21

You might also like