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

Exercise 4

The document provides 4 numerical problems to solve using different elimination methods: 1) Gauss elimination to solve 3 equations with 3 unknowns, 2) Gauss elimination to solve a system of equations in matrix form, 3) LU decomposition to solve 3 equations with 3 unknowns, and 4) Gauss-Jordan elimination to solve the same 3 equations as problem 1.

Uploaded by

Nur Aisyah Aimi
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views

Exercise 4

The document provides 4 numerical problems to solve using different elimination methods: 1) Gauss elimination to solve 3 equations with 3 unknowns, 2) Gauss elimination to solve a system of equations in matrix form, 3) LU decomposition to solve 3 equations with 3 unknowns, and 4) Gauss-Jordan elimination to solve the same 3 equations as problem 1.

Uploaded by

Nur Aisyah Aimi
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

KCEP2105-NUMERICAL METHOD

1. Find the solution of the following set of equations using the Gauss Elimination
method:
2 x1 −x2 + x 3=4
4 x1 +3 x 2−x 3=6
3 x 1+2 x 2+ 2 x 3=15

2. Find the solution of the following equations using Gauss elimination:

6 3 150 x 1 462
[ ]{ } { }
−2 5 200 x 2 = 608
1 2 −1 x 3 2

3. Find the solution of the following equation using LU decomposition method:


2 x1 −x2 + x 3=4
4 x1 +3 x 2−x 3=6
3 x 1+2 x 2+ 2 x 3=15

4. Solved the following by using the Gauss-Jordan elimination procedure:

2 x1 −x2 + x 3=4
4 x1 +3 x 2−x 3=6
3 x 1+2 x 2+ 2 x 3=15

You might also like