Upper Triangular Matrix Lower Triangular Matrix: System of Linear Equations and Matrices
Upper Triangular Matrix Lower Triangular Matrix: System of Linear Equations and Matrices
Remark 3. Two matrices are called row equivalent if one can be obtained from the other
by doing some number of row operations.
Example 3. Using elementary row operations, reduce the following matrix to upper
triangular matrix:
1 2 3
A= [2 5 7]
3 1 2
Solution:
Augmented matrix = (𝐴 ⋮ 𝐵)
Answer. 𝑥 = 1, 𝑦 = 2, 𝑧 = 1.
Answer. 𝑥 = 1 , 𝑦 = 0, 𝑧 = −1.
5. A diet is to contain at least 4 units of carbohydrates, 3 units of fat and 4 units of protein.
Three foods 𝑥, 𝑦 and 𝑧 are available. A unit of food 𝑥 contains 3 units of carbohydrates,
1 units of fat and 1 units of protein. A unit of food 𝑦 contains 1 unit of carbohydrates, 2
units of fat and 2 units of protein. A unit of food 𝑧 contains 2 units of carbohydrates, 1
units of fat and 3 units of protein. Using Gauss elimination, find the solution of the system
of equations:
3𝑥 + 𝑦 + 𝑧 = 4,
𝑥 + 2𝑦 + 2𝑧 = 3
2𝑥 + 𝑦 + 3𝑧 = 4
***