0% found this document useful (0 votes)
19 views3 pages

Chapter-4 Assignment Solution of Linear Algebraic Equation

okeydokey
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)
19 views3 pages

Chapter-4 Assignment Solution of Linear Algebraic Equation

okeydokey
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/ 3

Chapter-4 solution of Linear Algebraic equation

Assignment:
1. Use basic gauss elimination method to find solution of given system
of equations:
x + y + z = 2, x + 2y + 3z = 5, 2x + 3y + 4z = 11

2. Use gauss Jordan method to find solution of given system of


equations:
2x – y + 3z = 9, x + y + z = 6, x – y + z = 2

3. Use Gauss elimination with partial pivoting method to find solution


of given system of equations:
x + y + z = 4, x + 4y + 3z = 8, x + 6y + 2z = 6

4. Use Gauss elimination with complete pivoting method to find


solution of given system of equations:
x + 3y + 6z = 12, x + 4y + 5z = 14, x + 6y + 7z = 18

5. LU-Factorization methods:
a. Use Doolittle method to find solution of given system of equations:
x + y + z = 3, 2x – y – z = 3, x – y + z = 9

b. Use Crout method to find solution of given system of equations:


x + 3y + 4z = 8, 2x + y + 2z = 5, 5x + 2z = 7

c. Use Cholesky method to find solution of given system of equations:


2x + y + z = 7, x + 2y + z = 8, x +y+ 2z = 9

6. Matrix inversion Methods:


a. Use Gauss Jordan method to find the inverse of given matrix:
2 2 1
A=[1 2 1]
1 2 2
b. Use Gauss Elimination method to find the inverse of given matrix:
0 1 1
A=[2 4 3]
2 2 −1
c. Use Ad-joint method to find the inverse of given matrix:
−5 9 0
A=[ 1 0 1]
0 2 1
d. Use Factorization method to find the inverse of given matrix:
50 107 36
A=[25 54 20]
31 66 21

7. Iterative methods for the solutions of the system of linear equations:


a. Use Gauss Jacobi’s method to find solution of given system of
equations:
10x+2y+z=9, 2x+20y+-2z=-44, -2x+3y+10z=22

b. Use Gauss-Seidel method to find solution of given system of


equations:
27x-6y-z=85, x+y+54z=110, 6x+15y+2z=72

8. Find the largest eigenvalue and the corresponding eigenvector of the


following matrix using Power series method:
1 6 1
A=[1 2 0]
0 0 3
9. Write short notes on Ill-Conditioning and Well Conditioning linear
system
Assignment:
Numerical Methods 5th semester
(BE Computer and BE IT)
Prepared by: Santosh Paudel

You might also like