Question #35716

Solve the set of linear equations by the matrix method : a+3b+2c=3 , 2a-b-3c= -8, 5a+2b+c=9. Sove for c

Expert's answer

Solve the set of linear equations by the matrix method :


{a+3b+2c=32ab3c=85a+2b+c=9\left\{ \begin{array}{l} a + 3 b + 2 c = 3 \\ 2 a - b - 3 c = - 8 \\ 5 a + 2 b + c = 9 \end{array} \right.


We need find vector (abc)\left( \begin{array}{l}a\\ b\\ c \end{array} \right) such as


A(abc)=B,\mathrm {A} * \left( \begin{array}{c} a \\ b \\ c \end{array} \right) = B,


where A=(132213521),B=(389).A = \left( \begin{array}{rrr}1 & 3 & 2\\ 2 & -1 & -3\\ 5 & 2 & 1 \end{array} \right), B = \left( \begin{array}{c}3\\ -8\\ 9 \end{array} \right).

Multiply (1) by A1A^{-1} :


A1A(abc)=A1BA ^ {- 1} A * \left( \begin{array}{c} a \\ b \\ c \end{array} \right) = A ^ {- 1} BE(abc)=A1BE * \left( \begin{array}{c} a \\ b \\ c \end{array} \right) = A ^ {- 1} B(abc)=A1B\left( \begin{array}{c} a \\ b \\ c \end{array} \right) = A ^ {- 1} B


1) First find the **det AA**


detA=1(1+6)2(34)+5(9+2)=5+235=28\det A = 1 * (- 1 + 6) - 2 * (3 - 4) + 5 * (- 9 + 2) = 5 + 2 - 35 = - 28


2) Calculating Matrix of Minors.

It is easy for example if we need find cell M11M_{11} , I ignore the values in the current row and columns, and calculate the determinant using the remaining values


M11=(12)=1321=11(3)2=5M _ {1 1} = \left( \begin{array}{c c} * & - 1 \\ & 2 \end{array} \right) = \left| \begin{array}{c c} - 1 & - 3 \\ 2 & 1 \end{array} \right| = - 1 * 1 - (- 3) * 2 = 5M=(132321215152321213215152321213132321)=(11(3)221(3)522(1)53122112512533(3)2(1)31221(1)23)=(51791913777)\begin{array}{l} M = \left( \begin{array}{cccc|cc} -1 & -3 & |2 & -3 & |2 & -1 \\ 2 & 1 & |5 & 1 & |5 & 2 \\ |3 & 2 & |1 & 2 & |1 & 3 \\ |2 & 1 & |5 & 1 & |5 & 2 \\ |3 & 2 & |1 & 2 & |1 & 3 \\ -1 & -3 & |2 & -3 & |2 & -1 \end{array} \right) \\ = \left( \begin{array}{cccc} -1 * 1 - (-3) * 2 & 2 * 1 - (-3) * 5 & 2 * 2 - (-1) * 5 \\ 3 * 1 - 2 * 2 & 1 * 1 - 2 * 5 & 1 * 2 - 5 * 3 \\ 3 * (-3) - 2 * (-1) & -3 * 1 - 2 * 2 & 1 * (-1) - 2 * 3 \end{array} \right) \\ = \left( \begin{array}{ccc} 5 & 17 & 9 \\ -1 & -9 & -13 \\ -7 & -7 & -7 \end{array} \right) \end{array}

3) Matrix of Cofactors

Then find Matrix of Cofactors Just apply a "checkerboard" of minuses to the "Matrix of Minors". In other words, you need to change the sign of alternate cells, like this:


(51791913777)(+++++)(51791913777)\left( \begin{array}{ccc} 5 & 17 & 9 \\ -1 & -9 & -13 \\ -7 & -7 & -7 \end{array} \right) \sim \left( \begin{array}{ccc} + & - & + \\ - & + & - \\ + & - & + \end{array} \right) \sim \left( \begin{array}{ccc} 5 & -17 & 9 \\ 1 & -9 & 13 \\ -7 & 7 & -7 \end{array} \right)MatrixofCofactors=(51791913777)Matrix of Cofactors = \left( \begin{array}{ccc} 5 & -17 & 9 \\ 1 & -9 & 13 \\ -7 & 7 & -7 \end{array} \right)

4) Adjoint Matrix

Now "Transpose" all elements of the previous matrix. In other words swap their positions over the diagonal (the diagonal stays the same)


AdjointMatrix=(51717979137)Adjoint Matrix = \left( \begin{array}{ccc} 5 & 1 & -7 \\ -17 & -9 & 7 \\ 9 & 13 & -7 \end{array} \right)

5) Inverse matrix

And now multiply the Adjoint Matrix by 1/Determinant, so the inverse matrix will be written as


A1=detAAdjointMatrix=128(51717979137)A^{-1} = \det A * Adjoint Matrix = -\frac{1}{28} \left( \begin{array}{ccc} 5 & 1 & -7 \\ -17 & -9 & 7 \\ 9 & 13 & -7 \end{array} \right)


Solution can be find as:


(abc)=A1B=128(51717979137)(389)=\left( \begin{array}{c} a \\ b \\ c \end{array} \right) = A^{-1} * B = -\frac{1}{28} \left( \begin{array}{ccc} 5 & 1 & -7 \\ -17 & -9 & 7 \\ 9 & 13 & -7 \end{array} \right) * \left( \begin{array}{c} 3 \\ -8 \\ 9 \end{array} \right) ==128(53+1(8)+(7)9(17)3+(9)(8)+7993+13(8)+(7)9)=128(5684140)=(128(56)12884128(140))=(235)= - \frac {1}{28} \left( \begin{array}{c} 5 * 3 + 1 * (-8) + (-7) * 9 \\ (-17) * 3 + (-9) * (-8) + 7 * 9 \\ 9 * 3 + 13 * (-8) + (-7) * 9 \end{array} \right) = - \frac {1}{28} \left( \begin{array}{c} -56 \\ 84 \\ -140 \end{array} \right) = \left( \begin{array}{c} - \frac {1}{28} * (-56) \\ - \frac {1}{28} * 84 \\ - \frac {1}{28} * (-140) \end{array} \right) = \left( \begin{array}{c} 2 \\ -3 \\ 5 \end{array} \right)


Answer: (235)\left( \begin{array}{l} 2 \\ -3 \\ 5 \end{array} \right)

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS