IDNStudy.com, ang iyong gabay para sa mga sagot ng eksperto. Magtanong ng anumang bagay at makatanggap ng mga maalam na sagot mula sa aming komunidad ng mga propesyonal.

solve the system using Gaussian elimination with complete solution
x+2 y -4 z= -3
2 x +6 y-5 z= 2
3 x+11 y-4 z =12


Sagot :

The matrix should look like this: (this site has only 3x3 matrix).  

[tex] \left[\begin{array}{ccc}1&2&-4\\2&6&-5\\3&11&-4\end{array}\right] [/tex]

The first row consists of coefficients of first equation.
The second row consists of coefficients of second equation.
The third row consists of coefficients of equation 3.

To the right of the matrix, add the column for the following (to accompany each row:

 b
-3
2
12

The you may solve by back substitution. The solutions are:

x = 3
y = 1
z = 2

Substitute the values for x, y and z in each equation, and you'll find the these are the solutions.