SOLUTION: Solve the given linear system by Gauss-Jordan reduction. 2x-y+z=3 x-3y+z=4 -5x -2z=3

Algebra.Com
Question 1201634: Solve the given linear system by Gauss-Jordan reduction.
2x-y+z=3
x-3y+z=4
-5x -2z=3

Answer by ikleyn(52790)   (Show Source): You can put this solution on YOUR website!
.
Solve the given linear system by Gauss-Jordan reduction.
2x-y+z=3
x-3y+z=4
-5x -2z=3
~~~~~~~~~~~~~~~~~

Your matrix

	X1	X2	X3	b
1	2	-1	1	3
2	1	-3	1	4
3	-5	0	-2	3

Find the pivot in the 1st column and swap the 2nd and the 1st rows

	X1	X2	X3	b
1	1	-3	1	4
2	2	-1	1	3
3	-5	0	-2	3

Eliminate the 1st column

	X1	X2	X3	b
1	1	-3	1	4
2	0	5	-1	-5
3	0	-15	3	23

Make the pivot in the 2nd column by dividing the 2nd row by 5

	X1	X2	X3	b
1	1	-3	1	4
2	0	1	-1/5	-1
3	0	-15	3	23

Eliminate the 2nd column

X1	X2	X3	b
1	1	0	2/5	1
2	0	1	-1/5	-1
3	0	0	0	8

Solution set:

The system is inconsistent.

----------------

Solved, answered and explained.

Thanks to the free of charge online calculator https://matrix.reshish.com
which did this job for me (and for you).



RELATED QUESTIONS

Using the Gauss-Jordan elimination method, solve the following linear system. 7x +5y (answered by Edwin McCravy)
Solve by the Gauss-Jordan elimination: x+y+2z+t=1 x+2y+z+t=2 2x+y+z+t=4... (answered by Edwin McCravy)
The system of linear equations has a unique solution. Find the solution using Gaussian... (answered by ewatrrr)
1. Solve the following equations using Gauss Elimination method.... (answered by jsmallt9)
Solve the system of linear equations using the Gauss-Jordan elimination method. x + y (answered by richwmiller)
Use the gauss Jordan Method to solve the system 2x+y-z=2 x+y+z=2... (answered by Edwin McCravy)
Using the Gauss-Jordan elimination method, solve the following linear system. 2x-3y-z=0 (answered by AnlytcPhil)
write the system as a matirx x-3y+2z=-21 y-2z=12 z=2 solve the system by gauss-... (answered by jim_thompson5910)
Use Gauss-Jordan elimination to solve the system: 2w+3x+y+x=3 2w-2x+y+2z=8... (answered by Fombitz)