solve the system of equation by gauss elimination method x+2y+z=3,
2x+3y+3z=10
3x-y+2z=13
Answers
Step-by-step explanation:
The augmented matrix is A | B
1 2 3 x. 3
2 3 3. y = 10
3 -1 2 z. 13
1 2 3. x 3
0 -1 -4 y = 4 R²→R²-2R¹
0 -7 -4 z 4 R³→ R³-3R¹
1 2 3 x 3
0 -1 -4 y = 4
0 0 24 Z -15 R³→R³-7R²
The given system of equations
x+2y+3z=3 ---------(1)
-y -4z = 4--------(2)
24z= -15 -----(3)
z = -15/24= -5/8
Substitute z = - 5/8 in (2)
-y -4(-5/8)= 4
-y +5/2= 4
-y= 4-5/2
-y = 3/2
y = -3/2
Substitute z & y in (1)
x + 2(-3/2)+3(-5/8)=3
x-3-15/8 = 3
x = 143/8
Answer:
Final Answer
Step-by-step explanation:
Given
System of equations
x+2y+z=3 ---- (i)
2x+3y+3z=10 ---- (ii)
3x-y+2z=13 ---- (iii)
we will solve it by using augmented matrix
Using the method A.I=B
Here, A =
I =
& B =
So, A.I=B will be:
.
=
Using Row Transformation, →
-
& →
-
we get,
.
=
Row Transformation →
→
.
=
Row Transformation, →
-
.
=
Row Transformation, →
.
=
From the above matrix, we get the following equations,
z=3
y-z = -4, and
x+2y+z=3
Solving these equations, we get the values of x, y and z
z=3
y-z = -4
⇒ y = -4+z = -1
for x: x+2y+z=3
x = 3-2y-z
x = 3-2(-1)-3
x = 3+2-3 = 2
Hence, the final solution is,
x = 2, y = -1, z = 3
#SPJ2