0% found this document useful (0 votes)
25 views

Tutorial 3

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)
25 views

Tutorial 3

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/ 1

DEPARTMENT OF MATHEMATICAL SCIENCES, IIT (BHU)

Numerical Techniques (MA-201)


TUTORIAL SHEET- 3

1. Consider the following linear system of equations

0.5x1  1.1x2  3.16x3  6.0


2.0x1  4.5x2  0.36x3  0.02
5.0x1  0.96x2  6.5x3  0.96
Solve the above system with 3 decimal digits rounding arithmetic by using
(a) Gaussian elimination with no pivoting.
(b) Gaussian elimination with partial pivoting.
2. Consider the following matrix
 4 0.6  5 
 
A    0.5  3 2 
 2 4 0.8 

using Gaussian elimination method, find
(a) the inverse of the matrix A and
(b) the determinant of the matrix A.
3. Find the l1 ,l2 and l norms of the following matrix:
 5 2 1
 
A    9  7 5
 6 4 8 

4. Find the values of a for which the following matrix
2 2 a 
3 8 5 
 
1 6 10
is positive definite.
5. Solve the following system of equations
2 2 1  x1  1 
4 2 3  x   2
  2   
1 1 1  x3  3
using the Gauss-Jordan method.
6. Find the inverse of the matrix
1 2 1 
2 3  1
 
2  1 3 
using the Gauss-Jordan method.

=========================================================================

You might also like