HW Examples
- Solve the following set
of linear equations using
- Gauss elimination
- Gauss Jordan reduction
- Inverse of the
coefficient matrix
x1
+ 2x2 – x3 – 2x4 = -1
2x1
+ x2 + x3 – x4 = 4
x1
+ x2 +2x3 + x4 = 5
x1
+ 3x2 +2x3 - 3x4 = -3
- For the following set
of linear equations
- Check if the system has
a unique solution
- Solve the system using
Gauss elimination
- What does the output
indicate?
x1
+ 2x2 – x3 – x4 = 1
2x1
+ x2 + x3 – x4 = 4
x1
- x2 + 2x3 + x4 = 7
x1
+ 3x2 - 2x3 - 3x4 = 5
- For the following set of
linear equations
- Check if the system has
a unique solution
- Solve the system using
Gauss elimination
- What does the output
indicate?
x1
+ x2 + 3x3 = 1
x1
+ 2x2 + 5x3 = 2
3x1
+ x2 + 5x3 = -1