Question

In: Math

Solve linear equations by Gaussian Elimination 2x-3y+z-w+u=0 4x-6y+2z-3w-u=-5 -2x+3y-2z+2w-u=3

Solve linear equations by Gaussian Elimination

2x-3y+z-w+u=0

4x-6y+2z-3w-u=-5

-2x+3y-2z+2w-u=3

Solutions

Expert Solution

Augmented matrix for given system of equations

Your matrix

X1 X2 X3 X4 X5 b
1 2 -3 1 -1 1 0
2 4 -6 2 -3 -1 -5
3 -2 3 -2 2 -1 3

Make the pivot in the 1st column by dividing the 1st row by 2

X1 X2 X3 X4 X5 b
1 1 -3/2 1/2 -1/2 1/2 0
2 4 -6 2 -3 -1 -5
3 -2 3 -2 2 -1 3

Eliminate the 1st column

X1 X2 X3 X4 X5 b
1 1 -3/2 1/2 -1/2 1/2 0
2 0 0 0 -1 -3 -5
3 0 0 -1 1 0 3

Find the pivot in the 3rd column (inversing the sign in the whole row) and swap the 3rd and the 2nd rows

X1 X2 X3 X4 X5 b
1 1 -3/2 1/2 -1/2 1/2 0
2 0 0 1 -1 0 -3
3 0 0 0 -1 -3 -5

Eliminate the 3rd column

X1 X2 X3 X4 X5 b
1 1 -3/2 0 0 1/2 3/2
2 0 0 1 -1 0 -3
3 0 0 0 -1 -3 -5

Find the pivot in the 4th column in the 3rd row (inversing the sign in the whole row)

X1 X2 X3 X4 X5 b
1 1 -3/2 0 0 1/2 3/2
2 0 0 1 -1 0 -3
3 0 0 0 1 3 5

Eliminate the 4th column

X1 X2 X3 X4 X5 b
1 1 -3/2 0 0 1/2 3/2
2 0 0 1 0 3 2
3 0 0 0 1 3 5

Solution set:

x = 3/2 + (3/2)t - (1/2)s

y = t

z = 2 - 3s

w = 5 - 3s

u = s

s,t free parameter


Related Solutions

Solve the system of linear equations using the Gauss-Jordan elimination method. 2x + 3y - 2z...
Solve the system of linear equations using the Gauss-Jordan elimination method. 2x + 3y - 2z = 8 3x - 2y + 2z = 2 4x - y + 3z = 2 (x, y, z) = ?
solve by determinants a.x+y+z=0 3x-y+2z=-1 2x+3y+3z=-5 b. x+2z=1 2x-3y=3 y+z=1 c. x+y+z=10 3x-y=0 3y-2z=-3 d. -8x+5z=-19...
solve by determinants a.x+y+z=0 3x-y+2z=-1 2x+3y+3z=-5 b. x+2z=1 2x-3y=3 y+z=1 c. x+y+z=10 3x-y=0 3y-2z=-3 d. -8x+5z=-19 -7x+5y=4 -2y+3z=3 e. -x+2y+z-5=0 3x-y-z+7=0 -2x+4y+2z-10=0 f. 1/x+1/y+1/z=12 4/x-3/y=0 2/y-1/z=3
3. Solve the following system of equations. 5x- y+ z= -4 2x+ 2y-3z= -6 x-3y+ 2z=...
3. Solve the following system of equations. 5x- y+ z= -4 2x+ 2y-3z= -6 x-3y+ 2z= 0 Select the correct choice below: A. There is one solution. The solution is (     ). B. There are infinitely many solutions. The solutions (   ,z) C. There is no solution. 4. The total number of​ restaurant-purchased meals that the average person will eat in a​ restaurant, in a​ car, or at home in a year is 150. The total number of these meals...
Solve the system of linear equations using the Gauss-Jordan elimination method. 2x + 2y + z...
Solve the system of linear equations using the Gauss-Jordan elimination method. 2x + 2y + z = 3 x + z = 2 4y − 3z = 13 solve for x,y,x
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
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
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?
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: 4x - 3z = 1 -3x - z = -3 2x + y + z...
Solve: 4x - 3z = 1 -3x - z = -3 2x + y + z = -1
Solve the initial value problem z(5)+ 2z'''- 8z' = 0, where z(0) = 4, z'(0) =...
Solve the initial value problem z(5)+ 2z'''- 8z' = 0, where z(0) = 4, z'(0) = 2, z"(0) = 8, z"'(0) = 12, and z(4)(0) = 8
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT