Gaussian elimination method for solving systems of linear equations.
Let's consider a system of
Forward elimination of the Gauss method:
Using elementary row operations and column permutations, the augmented matrix of system (1) can be transformed into the form:
Matrix (2) is the augmented matrix of the system.
which is equivalent to the original system.
Backward substitution of the Gauss method:
If at least one of the numbers
Examples:
Using the Gauss method, investigate the consistency and find the general solution of the following systems:
1.
Solution.
Let's write down the augmented matrix:
By performing elementary row operations on the augmented matrix, we get:
The system is consistent.
Back substitution step of the Gauss method:
Answer:
2.
Solution.
Let's write down the augmented matrix:
By performing elementary row operations on the augmented matrix, we get:
The system is consistent.
Backward substitution using the Gauss method:
Answer:
Jordan-Gauss method for solving systems of linear equations.
Using elementary row operations and column permutations, the augmented matrix of the system (1) can be transformed into the form:
The matrix (4) is the augmented matrix of the system
If at least one of the numbers
Examples:
Using the Jordan-Gauss method, investigate the consistency and find the general solution of the following systems:
3.
Solution.
Let's write down the augmented matrix:
Performing elementary row operations on the augmented matrix, we get:
From here, we immediately get the answer.
Answer:
4.
Solution.
Let's write down the augmented matrix:
Performing elementary row operations on the augmented matrix, we obtain:
as basic variables and
Answer:
Homework.
1. Using the Gauss method and the Jordan-Gauss method, investigate the compatibility and find the general solution of the following system:
2. Using the Gauss method, investigate the compatibility and find the general solution of the following system
Answer: The system is inconsistent.
3. Investigate the compatibility using the Jordan-Gauss method and find the general solution of the following system.
Answer:
Tags: Gaussian method, Jordan-Gauss method, linear algebra, linear equations, matrix