Page 1 of 1

Create a Gauss and Gauss-Jordan Elimination program that can accept a set of 2 linear equations with 2 unknown variables

Posted: Wed Jul 06, 2022 11:46 am
by answerhappygod
Create A Gauss And Gauss Jordan Elimination Program That Can Accept A Set Of 2 Linear Equations With 2 Unknown Variables 1
Create A Gauss And Gauss Jordan Elimination Program That Can Accept A Set Of 2 Linear Equations With 2 Unknown Variables 1 (47.11 KiB) Viewed 11 times
Create a Gauss and Gauss-Jordan Elimination program that can accept a set of 2 linear equations with 2 unknown variables each. Each value of the coefficients of each unknown are given by the augmented matrix. Note that the last column pertains to the constants. Generate the output matrix and perform back substitution to compute for x1 and x2. Answers should be expressed in 4 decimal places. Augmented Matrix: 2.0000 1.0000 Output Matrix for Gauss Elimination: 1.0000 0.0000 Output Matrix for Gauss-Jordan Elimination: 1.0000 0.0000 Answer/s: -1.0000 1.0000 x1 x2 1.0000 2.0000