0% found this document useful (0 votes)
5 views1 page

Tutorial 5

The document is a tutorial from the Indian Institute of Technology (BHU) focusing on numerical techniques in mathematical sciences. It presents various problems involving the solution of linear systems of equations using Gaussian elimination, finding matrix inverses and determinants, and calculating matrix norms. The tutorial emphasizes the use of rounding arithmetic and pivoting methods.

Uploaded by

mixade8038
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)
5 views1 page

Tutorial 5

The document is a tutorial from the Indian Institute of Technology (BHU) focusing on numerical techniques in mathematical sciences. It presents various problems involving the solution of linear systems of equations using Gaussian elimination, finding matrix inverses and determinants, and calculating matrix norms. The tutorial emphasizes the use of rounding arithmetic and pivoting methods.

Uploaded by

mixade8038
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

Indian Institute of Technology(BHU), Varanasi

Department of Mathematical Sciences


——————————————————————————
Numerical Techniques(MA-201)
Tutorial-5
——————————————————————————

1. Consider the following linear system of equations

0.5x1 + 1.1x2 + 3.1x3 = 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 digit 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 value of det(A) by using 3 digit arithmetic with rounding of the following matrix
 
3.41 2.71 1.89
A =  1.23 2.14 −1.91  .
 
−1.09 1.29 −1.89

(a)Use Gaussian elimination without pivoting.


(b)Use Gaussian elimination with pivoting.

4. Find the l1 , l2 and l∞ norms of these matrices:


   
5 2 1 10.2 −2.3 −5.5
A =  −9 −7 5  , B =  2.4 7.7 −3.2  .
   
6 4 8 4.5 11.1 0.9

∗ ∗ ∗ THE END ∗ ∗ ∗

You might also like