Question #51643

Solve the system of simultaneous equations below using any of the matrix method
2x + 3y - z = 6
3x + y + 5z =8
x + 2y + z =10
1

Expert's answer

2015-03-31T10:33:48-0400

Answer on Question #51643 - Math - Matrix | Tensor Analysis

Solve the system of simultaneous equations below using any of the matrix method


2x+3yz=63x+y+5z=8x+2y+z=10\begin{array}{l} 2x + 3y - z = 6 \\ 3x + y + 5z = 8 \\ x + 2y + z = 10 \\ \end{array}

Solution

Cramer's rule will be applied to calculate x,y,zx, y, z.

Coefficient matrix


(231315121)\left( \begin{array}{ccc} 2 & 3 & -1 \\ 3 & 1 & 5 \\ 1 & 2 & 1 \end{array} \right)


and answer column


(6810)\left( \begin{array}{c} 6 \\ 8 \\ 10 \end{array} \right)


We have the left-hand side of the system with the variables (the "coefficient matrix") and the right-hand side with the answer values.

Let DD be the determinant of the coefficient matrix of the above system, and let DxD_x be the determinant formed by replacing the xx-column values with the answer-column values


D=231315121D = \left| \begin{array}{ccc} 2 & 3 & -1 \\ 3 & 1 & 5 \\ 1 & 2 & 1 \end{array} \right|Dx=6318151021D_x = \left| \begin{array}{ccc} 6 & 3 & -1 \\ 8 & 1 & 5 \\ 10 & 2 & 1 \end{array} \right|


Similarly, DyD_y and DzD_z would then be the following:


Dy=2613851101D_y = \left| \begin{array}{ccc} 2 & 6 & -1 \\ 3 & 8 & 5 \\ 1 & 10 & 1 \end{array} \right|Dz=2363181210D_z = \left| \begin{array}{ccc} 2 & 3 & 6 \\ 3 & 1 & 8 \\ 1 & 2 & 10 \end{array} \right|


Evaluating each determinant, we get:


D=231315121=expand along the first column=2152133121+3115=2(11)2(15)3(31)+(351(1))=2(110)3(3+2)+(15+1)=1815+16=17\begin{array}{l} D = \left| \begin{array}{ccc} 2 & 3 & -1 \\ 3 & 1 & 5 \\ 1 & 2 & 1 \end{array} \right| = | \text{expand along the first column} | = 2 \left| \begin{array}{cc} 1 & 5 \\ 2 & 1 \end{array} \right| - 3 \left| \begin{array}{cc} 3 & -1 \\ 2 & 1 \end{array} \right| + \left| \begin{array}{cc} 3 & -1 \\ 1 & 5 \end{array} \right| \\ = 2(1 - 1) - 2(1 - 5) - 3(3 - 1) + (3 - 5 - 1 - (-1)) \\ = 2(1 - 10) - 3(3 + 2) + (15 + 1) = -18 - 15 + 16 = -17 \\ \end{array}Dx=6318151021=expand along the first column=6152183121+103115=6(110)8(3+2)+10(15+1)=5440+160=66\begin{array}{l} D_{x} = \left| \begin{array}{ccc} 6 & 3 & -1 \\ 8 & 1 & 5 \\ 10 & 2 & 1 \end{array} \right| = | \text{expand along the first column} | \\ = 6 \left| \begin{array}{cc} 1 & 5 \\ 2 & 1 \end{array} \right| - 8 \left| \begin{array}{cc} 3 & -1 \\ 2 & 1 \end{array} \right| + 10 \left| \begin{array}{cc} 3 & -1 \\ 1 & 5 \end{array} \right| = 6(1 - 10) - 8(3 + 2) + 10(15 + 1) \\ = -54 - 40 + 160 = 66 \end{array}Dy=2613851101=expand along the first column=285101361101+6185=2(850)3(6+10)+(30+8)=8448+38=94\begin{array}{l} D_{y} = \left| \begin{array}{ccc} 2 & 6 & -1 \\ 3 & 8 & 5 \\ 1 & 10 & 1 \end{array} \right| = | \text{expand along the first column} | \\ = 2 \left| \begin{array}{cc} 8 & 5 \\ 10 & 1 \end{array} \right| - 3 \left| \begin{array}{cc} 6 & -1 \\ 10 & 1 \end{array} \right| + \left| \begin{array}{cc} 6 & -1 \\ 8 & 5 \end{array} \right| = 2(8 - 50) - 3(6 + 10) + (30 + 8) \\ = -84 - 48 + 38 = -94 \end{array}Dz=2363181210=expand along the first column=218210336210+3618=2(1016)3(3012)+(246)=1254+18=48\begin{array}{l} D_{z} = \left| \begin{array}{ccc} 2 & 3 & 6 \\ 3 & 1 & 8 \\ 1 & 2 & 10 \end{array} \right| = | \text{expand along the first column} | = 2 \left| \begin{array}{cc} 1 & 8 \\ 2 & 10 \end{array} \right| - 3 \left| \begin{array}{cc} 3 & 6 \\ 2 & 10 \end{array} \right| + \left| \begin{array}{cc} 3 & 6 \\ 1 & 8 \end{array} \right| \\ = 2(10 - 16) - 3(30 - 12) + (24 - 6) = -12 - 54 + 18 = -48 \end{array}


Cramer's Rule says that x=DxD,y=DyD,z=DzD,x = \frac{D_x}{D}, \quad y = \frac{D_y}{D}, \quad z = \frac{D_z}{D},

that is,


x=6617=31517x = \frac{66}{-17} = -3 \frac{15}{17}y=9417=5917y = \frac{-94}{-17} = 5 \frac{9}{17}z=4817=21417z = \frac{-48}{-17} = 2 \frac{14}{17}


Answer: {x,y,z}={31517,5917,21417}\{x, y, z\} = \left\{-3\frac{15}{17}, 5\frac{9}{17}, 2\frac{14}{17}\right\}

www.AssignmentExpert.com


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!

Comments

No comments. Be the first!
LATEST TUTORIALS
APPROVED BY CLIENTS