IDNStudy.com, ang iyong gabay para sa maaasahan at mabilis na mga sagot. Ang aming platform ay nagbibigay ng mga maaasahang sagot upang matulungan kang gumawa ng matalinong desisyon nang mabilis at madali.

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.