Question

In: Math

Explain what the Gaussian elimination does, by column picture, to a linear system with 3 unknowns...

Explain what the Gaussian elimination does, by column picture, to a linear system with 3 unknowns and 3 equations.

Solutions

Expert Solution

The best way to explain is by using an example. Let AX = b be the matrix representation of the following system of linear equations:

x+y+z = 1…(1)

x-y+z = 4…(2)

x+2y+4z = 7…(3).

Here, A is the coefficient matrix

1

1

1

1

-1

1

1

2

4

X = (x,y,z)T and b = (1,4,7)T. The augmented matrix is M(say) =

1

1

1

1

1

-1

1

4

1

2

4

7

The Gaussian elimination reduces the system to the reduced echelon form using elementary row operations as under:

Add -1 times the 1st row to the 2nd row

Add -1 times the 1st row to the 3rd row

Multiply the 2nd row by -1/2

Add -1 times the 2nd row to the 3rd row

Multiply the 3rd row by 1/3

Add -1 times the 3rd row to the 1st row

Add -1 times the 2nd row to the 1st row

Then the reduced row echelon form of M is

1

0

0

0

0

1

0

-3/2

0

0

1

5/2

It may be observed that every column of the coefficient matrix has a pivot position. The Gaussian elimination uses elementary row operations to create pivot position in every column of the coefficient matrix.

The solution is x = 0, y = -3/2 and z = 5/2.


Related Solutions

in parts a and b use gaussian elimination to solve the system of linear equations. show...
in parts a and b use gaussian elimination to solve the system of linear equations. show all algebraic steps. a. x1 + x2 + x3 = 2 x1 - x3 = -2 2x2 + x3 = -1 b. x1 + x2 + x3 = 3 3x1 + 4x2 + 2x3 = 4 4x1 + 5x2 + 3x3 = 7 2x1 + 3x2 + x3 = 1
When using Gaussian elimination to solve a system of linear equations, how can you recognize that...
When using Gaussian elimination to solve a system of linear equations, how can you recognize that the system has no solution?
1. Solve linear system using Gaussian elimination a) x1 + 2x2 + x3 = 2 -x1...
1. Solve linear system using Gaussian elimination a) x1 + 2x2 + x3 = 2 -x1 − 3x2 + 2x3 = -3   x1 − 6x2 + 3x3 = -6 b) -2b + 2c = 10 3a + 12b -3c = -6 6a + 18b + 0c = 19 c) 4x - 1y + 4z + 3t = 5 1x - 4z + 6t = 7 5x - 5y + 1z + 2t = -5 4x + 1y + 3z +...
For the following exercises, solve each system by Gaussian elimination.
For the following exercises, solve each system by Gaussian elimination.
Solve the system using either Gaussian elimination with back-substitution or Gauss-Jordan elimination. (If there is no...
Solve the system using either Gaussian elimination with back-substitution or Gauss-Jordan elimination. (If there is no solution, enter NO SOLUTION. If the system has an infinite number of solutions, express x, y, z, and w in terms of the parameters t and s.) 4x + 12y − 7z − 20w = 20 3x + 9y − 5z − 28w = 36 (x, y, z, w) = ( ) *Last person who solved this got it wrong
Use either Gaussian elimination or Gauss-Jordan elimination to solve the given system or show that no...
Use either Gaussian elimination or Gauss-Jordan elimination to solve the given system or show that no solution exists. (Please show clear steps and explain them) x1 + x2 + x3 = 7 x1 − x2 − x3 = −3 3x1 + x2 + x3 = 11
Can you explain in detail what Gaussian Elimination with pivoting is? and how is it different...
Can you explain in detail what Gaussian Elimination with pivoting is? and how is it different from Gaussian Elimination without pivoting?
Write a MATLAB function function = pivGauss(.....) to solve linear equations using Gaussian Elimination with Partial...
Write a MATLAB function function = pivGauss(.....) to solve linear equations using Gaussian Elimination with Partial Pivoting. You'll need to employ Nested Loops. Thank you !
Solve the following system of equations using Gaussian or​ Gauss-Jordan elimination. w + x + y...
Solve the following system of equations using Gaussian or​ Gauss-Jordan elimination. w + x + y + z = -2 2w +2x - 2y - 2z = -12 3w - 2x + 2y + z = 4 w - x + 7y + 3z = 4
Write your own routine to solve a system of n linear equations and n unknowns using...
Write your own routine to solve a system of n linear equations and n unknowns using the LU decomposition. Input should take an augmented matrix and the number of equations n. Output should be the augmented matrix. L and U matrices and the solution. Also compare your results to those of Matlab’s built in LU decomposition. Use your code to solve the systems given as (a) and (b) below: a) 3a − 2b + c = −3, a − 4b...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT