0% found this document useful (0 votes)
87 views2 pages

Tutorial 2

This document provides 10 problems involving solving systems of linear equations using various methods such as LU factorization, LU decomposition, Gauss-Jordan, Gauss elimination with partial pivoting, iterative methods like Gauss-Seidel, finding the inverse of a matrix, and using the inverse of a matrix to solve a system. The problems cover a variety of applications including faculty salaries at different departments and solving parameter values for systems of equations.

Uploaded by

Bsaal Shrestha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
87 views2 pages

Tutorial 2

This document provides 10 problems involving solving systems of linear equations using various methods such as LU factorization, LU decomposition, Gauss-Jordan, Gauss elimination with partial pivoting, iterative methods like Gauss-Seidel, finding the inverse of a matrix, and using the inverse of a matrix to solve a system. The problems cover a variety of applications including faculty salaries at different departments and solving parameter values for systems of equations.

Uploaded by

Bsaal Shrestha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

System of linear equations

1. Solve the following set of equation using Lu factorization method.


3x + 2y + z = 10
2x + 3y + 2z = 14
x + 2y + 3z = 14
2. Solve the following set of equations by using LU decomposition method (using crout
algorithm).
3x 2 y 7z 4
2x 3y z 5
3x 4y z 7

3. Use Gauss-Jordan method to solve the following system of linear equation.


4 x1 3 x2 4 x4 7

3 x2 4 x3 3 x4 5
x1 x2 2 x3 3 x4 2
x1 3 x3 x4 5

4. Monthly faculty salary in three departments of an institute is given below. Assuming that
the salary for a particular category is same in all the departments, calculate the salary of
each category of faculty. Use any suitable method.
Departmen
t
A
B
C

Number of faculty
Prof. Asst.prof.
Lect.
2
2
4
3
1
2
1
4
3

Total in thousands.
60
50
60

5. Solve the following system of equations using Gauss elimination method with partial
pivoting.
x1 x 2 x3 2

2 x1 3 x 2 5 x3 3
3 x1 2 x 2 3 x3 6

6. Solve the equation by Iterative method:


6x1 2x2 + x3 = 11
x1 + 2x2 5x3 = -1
- 2x1 + 7x2 + 2x3 = 5

System of linear equations


7. Beginning with (0,0,0) use gauss siedel method to solve the system.
20x+y-2z=17
3x+20y-z=-18
2x-3y+20z=25
8. Find the inverse of the matrix using gauss Jordan method.
a) 2 5 -1
b) -1 -2 4
1 6 4
1 3 -5
7
-4 2
2 4 -7
9. Solve the following set of equations by using matrix inverse method.
3x 2 y 7z 4
2x 3y z 5
3x 4y z 7

10. Solve the following set of equation using Gauss elimination method method.
3x + 2y + z = 10
2x + 3y + 2z = 14
x + 2y + 3z = 14

You might also like