Question #55839

6 Solve the set of linear equations by Guassian elimination method : a+2b+3c=5, 3a-b+2c=8, 4a-6b-4c=-2. Find c
4
5
9
10

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

8 Solve the set of linear equations by Guassian elimination method : a+2b+3c=5, 3a-b+2c=8, 4a-6b-4c=-2. Find b
4
-5
-3
5

9 Solve the set of linear equations by Guassian elimination method : x+2y+3z=5, 3x-y+2z=8, 4x-6y-4=-2. Find a
-1
4
5
-11

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

Expert's answer

Answer on Question #55839 – Math – Linear Algebra

6. Solve the set of linear equations by Gaussian elimination method: a+2b+3c=5a + 2b + 3c = 5, 3ab+2c=83a - b + 2c = 8, 4a6b4c=24a - 6b - 4c = -2. Find c

4

5

9

10

Solution

{a+2b+3c=53ab+2c=84a6b4c=2\left\{ \begin{array}{l} a + 2b + 3c = 5 \\ 3a - b + 2c = 8 \\ 4a - 6b - 4c = -2 \end{array} \right.


In matrix form:


(123531284642)\left( \begin{array}{rrr|r} 1 & 2 & 3 & 5 \\ 3 & -1 & 2 & 8 \\ 4 & -6 & -4 & -2 \end{array} \right)

1st1^{\mathrm{st}} row is multiplied by 3 and subtracted from 2nd2^{\mathrm{nd}} row; 1st1^{\mathrm{st}} row is multiplied by 4 and subtracted from 3rd3^{\mathrm{rd}} row


(123507770141622)\left( \begin{array}{rrr|r} 1 & 2 & 3 & 5 \\ 0 & -7 & -7 & -7 \\ 0 & -14 & -16 & -22 \end{array} \right)

2nd2^{\mathrm{nd}} row is divided by 7


(123501110141622)\left( \begin{array}{rrr|r} 1 & 2 & 3 & 5 \\ 0 & 1 & 1 & 1 \\ 0 & -14 & -16 & -22 \end{array} \right)

2nd2^{\mathrm{nd}} row is multiplied by 2 and subtracted from 1st1^{\mathrm{st}} row; 2nd2^{\mathrm{nd}} row is multiplied by 14 and added to 3rd3^{\mathrm{rd}} row


(101301110028)\left( \begin{array}{rrr|r} 1 & 0 & 1 & 3 \\ 0 & 1 & 1 & 1 \\ 0 & 0 & -2 & -8 \end{array} \right)

3rd3^{\mathrm{rd}} row is divided by -2


(101301110014)\left( \begin{array}{ccc|c} 1 & 0 & 1 & 3 \\ 0 & 1 & 1 & 1 \\ 0 & 0 & 1 & 4 \end{array} \right)

3rd3^{\mathrm{rd}} row is subtracted from 2nd2^{\mathrm{nd}} row


(101301030014)\left( \begin{array}{ccc|c} 1 & 0 & 1 & 3 \\ 0 & 1 & 0 & -3 \\ 0 & 0 & 1 & 4 \end{array} \right)

3rd3^{\mathrm{rd}} row is subtracted from 1st1^{\mathrm{st}} row


(100101030014)\left( \begin{array}{ccc|c} 1 & 0 & 0 & -1 \\ 0 & 1 & 0 & -3 \\ 0 & 0 & 1 & 4 \end{array} \right){a=1b=3c=4\left\{ \begin{array}{l} a = -1 \\ b = -3 \\ c = 4 \end{array} \right.


Answer: c=4c = 4

7. Solve the set of linear equations by the matrix method: a+3b+2c=3\mathrm{a} + 3\mathrm{b} + 2\mathrm{c} = 3 , 2ab3c=82\mathrm{a} - \mathrm{b} - 3\mathrm{c} = -8 , 5a+2b+c=95\mathrm{a} + 2\mathrm{b} + \mathrm{c} = 9 . Sove for b

9

-3

5

-4

Solution

{a+3b+2c=32ab3c=85a+2b+1c=9\left\{ \begin{array}{l} a + 3b + 2c = 3 \\ 2a - b - 3c = -8 \\ 5a + 2b + 1c = 9 \end{array} \right.A=(132213521); B=(389); X=(abc);A = \left( \begin{array}{ccc} 1 & 3 & 2 \\ 2 & -1 & -3 \\ 5 & 2 & 1 \end{array} \right); \ B = \left( \begin{array}{c} 3 \\ -8 \\ 9 \end{array} \right); \ X = \left( \begin{array}{c} a \\ b \\ c \end{array} \right);AX=B;A \cdot X = B;X=A1BX = A^{-1} \cdot B


Let's find the inverse of A.


det(A)=132213521=1132132351+22152==(1)12(3)3[215(3)]+2[225(1)]=1+63[2+15]+2[4+5]=2351=28\begin{array}{l} \det(A) = \left| \begin{array}{ccc} 1 & 3 & 2 \\ 2 & -1 & -3 \\ 5 & 2 & 1 \end{array} \right| = 1 \cdot \left| \begin{array}{cc} -1 & -3 \\ 2 & 1 \end{array} \right| - 3 \cdot \left| \begin{array}{cc} 2 & -3 \\ 5 & 1 \end{array} \right| + 2 \cdot \left| \begin{array}{cc} 2 & -1 \\ 5 & 2 \end{array} \right| = \\ = (-1) \cdot 1 - 2 \cdot (-3) - 3[2 \cdot 1 - 5 \cdot (-3)] + 2 \cdot [2 \cdot 2 - 5 \cdot (-1)] = -1 + 6 - 3[2 + 15] + 2 \cdot [4 + 5] = 23 - 51 = -28 \\ \end{array}M11=1321=112(3)=5;A11=(1)1+1M11=5;\begin{array}{l} M_{11} = \left| \begin{array}{cc} -1 & -3 \\ 2 & 1 \end{array} \right| = -1 \cdot 1 - 2 \cdot (-3) = 5; \\ A_{11} = (-1)^{1+1} M_{11} = 5; \\ \end{array}M12=2351=215(3)=17;A12=(1)1+2M12=17;\begin{array}{l} M_{12} = \left| \begin{array}{cc} 2 & -3 \\ 5 & 1 \end{array} \right| = 2 \cdot 1 - 5 \cdot (-3) = 17; \\ A_{12} = (-1)^{1+2} M_{12} = -17; \\ \end{array}M13=2152=225(1)=9;A13=(1)1+3M13=9;\begin{array}{l} M_{13} = \left| \begin{array}{cc} 2 & -1 \\ 5 & 2 \end{array} \right| = 2 \cdot 2 - 5 \cdot (-1) = 9; \\ A_{13} = (-1)^{1+3} M_{13} = 9; \\ \end{array}M21=3221=3122=1;A21=(1)2+1M21=1;\begin{array}{l} M_{21} = \left| \begin{array}{cc} 3 & 2 \\ 2 & 1 \end{array} \right| = 3 \cdot 1 - 2 \cdot 2 = -1; \\ A_{21} = (-1)^{2+1} M_{21} = 1; \\ \end{array}M22=1251=1152=9;A22=(1)2+2M22=9;\begin{array}{l} M_{22} = \left| \begin{array}{cc} 1 & 2 \\ 5 & 1 \end{array} \right| = 1 \cdot 1 - 5 \cdot 2 = -9; \\ A_{22} = (-1)^{2+2} M_{22} = -9; \\ \end{array}M23=1352=1253=13;A23=(1)2+3M23=13;\begin{array}{l} M_{23} = \left| \begin{array}{cc} 1 & 3 \\ 5 & 2 \end{array} \right| = 1 \cdot 2 - 5 \cdot 3 = -13; \\ A_{23} = (-1)^{2+3} M_{23} = 13; \\ \end{array}M31=3213=3(3)(1)2=7;A31=(1)3+1M31=7;\begin{array}{l} M_{31} = \left| \begin{array}{cc} 3 & 2 \\ -1 & -3 \end{array} \right| = 3 \cdot (-3) - (-1) \cdot 2 = -7; \\ A_{31} = (-1)^{3+1} M_{31} = 7; \\ \end{array}M32=1223=1(3)22=7;M_{32} = \left| \begin{array}{cc} 1 & 2 \\ 2 & -3 \end{array} \right| = 1 \cdot (-3) - 2 \cdot 2 = -7;A32=(1)3+2M32=7;A_{32} = (-1)^{3+2} M_{32} = 7;M33=1321=1(1)23=7;M_{33} = \left| \begin{array}{cc} 1 & 3 \\ 2 & -1 \end{array} \right| = 1 \cdot (-1) - 2 \cdot 3 = -7;A33=(1)3+3M33=7;A_{33} = (-1)^{3+3} M_{33} = -7;


Cofactor matrix:


C=(51791913777)C^* = \begin{pmatrix} 5 & -17 & 9 \\ 1 & -9 & 13 \\ 7 & 7 & -7 \end{pmatrix}


Adjugate:


CT=(51717979137)C^{*T} = \begin{pmatrix} 5 & 1 & 7 \\ -17 & -9 & 7 \\ 9 & 13 & -7 \end{pmatrix}


Inverse of A:


A1=CTdetA=(52812814172892814928132814)A^{-1} = \frac{C^{*T}}{\det A} = \begin{pmatrix} -\frac{5}{28} & -\frac{1}{28} & \frac{1}{4} \\ \frac{17}{28} & \frac{9}{28} & -\frac{1}{4} \\ -\frac{9}{28} & -\frac{13}{28} & \frac{1}{4} \end{pmatrix}


The solution:


X=A1B=(52812814172892814928132814)(389)=(235);X = A^{-1} \cdot B = \begin{pmatrix} -\frac{5}{28} & -\frac{1}{28} & \frac{1}{4} \\ \frac{17}{28} & \frac{9}{28} & -\frac{1}{4} \\ -\frac{9}{28} & -\frac{13}{28} & \frac{1}{4} \end{pmatrix} \cdot \begin{pmatrix} 3 \\ -8 \\ 9 \end{pmatrix} = \begin{pmatrix} 2 \\ -3 \\ 5 \end{pmatrix};{a=2b=3c=5\left\{ \begin{array}{l} a = 2 \\ b = -3 \\ c = 5 \end{array} \right.


Answer: b=3b = -3

8. Solve the set of linear equations by Gaussian elimination method: a+2b+3c=5a + 2b + 3c = 5 , 3ab+2c=83a - b + 2c = 8 , 4a6b4c=24a - 6b - 4c = -2 . Find b

4

-5

-3

5

Solution

{a+2b+3c=53ab+2c=84a6b4c=2\left\{ \begin{array}{l} a + 2 b + 3 c = 5 \\ 3 a - b + 2 c = 8 \\ 4 a - 6 b - 4 c = - 2 \end{array} \right.


In matrix form:


(123531284642)\left( \begin{array}{c c c c} 1 & 2 & 3 & 5 \\ 3 & - 1 & 2 & 8 \\ 4 & - 6 & - 4 & - 2 \end{array} \right)

1st1^{\mathrm{st}} row is multiplied by 3 and subtracted from 2nd2^{\mathrm{nd}} row; 1st1^{\mathrm{st}} row is multiplied by 4 and subtracted from 3rd3^{\mathrm{rd}} row


(123507770141622)\left( \begin{array}{c c c c} 1 & 2 & 3 & 5 \\ 0 & - 7 & - 7 & - 7 \\ 0 & - 14 & - 16 & - 22 \end{array} \right)

2nd2^{\mathrm{nd}} row is divided by -7


(123501110141622)\left( \begin{array}{c c c c} 1 & 2 & 3 & 5 \\ 0 & 1 & 1 & 1 \\ 0 & - 14 & - 16 & - 22 \end{array} \right)

2nd2^{\mathrm{nd}} row is multiplied by 2 and subtracted from 1st1^{\mathrm{st}} row; 2nd2^{\mathrm{nd}} row is multiplied by 14 and added to 3rd3^{\mathrm{rd}} row


(101301110028)\left( \begin{array}{c c c c} 1 & 0 & 1 & 3 \\ 0 & 1 & 1 & 1 \\ 0 & 0 & - 2 & - 8 \end{array} \right)

3rd3^{\mathrm{rd}} row is divided by -2


(101301110014)\left( \begin{array}{ccc|c} 1 & 0 & 1 & 3 \\ 0 & 1 & 1 & 1 \\ 0 & 0 & 1 & 4 \end{array} \right)

3rd3^{\mathrm{rd}} row is subtracted from 2nd2^{\mathrm{nd}} row


(101301030014)\left( \begin{array}{ccc|c} 1 & 0 & 1 & 3 \\ 0 & 1 & 0 & -3 \\ 0 & 0 & 1 & 4 \end{array} \right)

3rd3^{\mathrm{rd}} row is subtracted from 1st1^{\mathrm{st}} row


(100101030014)\left( \begin{array}{ccc|c} 1 & 0 & 0 & -1 \\ 0 & 1 & 0 & -3 \\ 0 & 0 & 1 & 4 \end{array} \right){a=1b=3c=4\left\{ \begin{array}{l} a = -1 \\ b = -3 \\ c = 4 \end{array} \right.


Answer: b=3b = -3

9. Solve the set of linear equations by Gaussian elimination method: x+2y+3z=5x + 2y + 3z = 5, 3xy+2z=83x - y + 2z = 8, 4x6y4=24x - 6y - 4 = -2. Find a

-1

4

5

-11

Solution


{a+2b+3c=53ab+2c=84a6b4c=2\left\{ \begin{array}{l} a + 2b + 3c = 5 \\ 3a - b + 2c = 8 \\ 4a - 6b - 4c = -2 \end{array} \right.


In matrix form:


(123531284642)\left( \begin{array}{ccc|c} 1 & 2 & 3 & 5 \\ 3 & -1 & 2 & 8 \\ 4 & -6 & -4 & -2 \end{array} \right)

1st1^{\mathrm{st}} row is multiplied by 3 and subtracted from 2nd2^{\mathrm{nd}} row; 1st1^{\mathrm{st}} row is multiplied by 4 and subtracted from 3rd3^{\mathrm{rd}} row


2nd2^{\mathrm{nd}} row is divided by -7


2nd2^{\mathrm{nd}} row is multiplied by 2 and subtracted from 1st1^{\mathrm{st}} row; 2nd2^{\mathrm{nd}} row is multiplied by 14 and added to 3rd3^{\mathrm{rd}} row


3rd3^{\mathrm{rd}} row is divided by -2


3rd3^{\mathrm{rd}} row is subtracted from 2nd2^{\mathrm{nd}} row


3rd3^{\mathrm{rd}} row is subtracted from 1st1^{\mathrm{st}} row



Answer: a=1a = -1 .

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

2

4

7

3

Solution

{a+3b+2c=32ab3c=85a+2b+1c=9\left\{ \begin{array}{l} a + 3 b + 2 c = 3 \\ 2 a - b - 3 c = - 8 \\ 5 a + 2 b + 1 c = 9 \end{array} \right.A=(132213521);B=(389);X=(abc);A = \left( \begin{array}{ccc} 1 & 3 & 2 \\ 2 & -1 & -3 \\ 5 & 2 & 1 \end{array} \right); B = \left( \begin{array}{c} 3 \\ -8 \\ 9 \end{array} \right); X = \left( \begin{array}{c} a \\ b \\ c \end{array} \right);AX=B;A \cdot X = B;X=A1BX = A ^ {- 1} \cdot B


Let's find the inverse of A.


det(A)=132213521=1132132351+22152==(1)12(3)3[215(3)]+2[225(1)]=1+63[2+15]+2[4+5]=2351=28\begin{array}{l} \det (A) = \left| \begin{array}{ccc} 1 & 3 & 2 \\ 2 & -1 & -3 \\ 5 & 2 & 1 \end{array} \right| = 1 \cdot \left| \begin{array}{cc} -1 & -3 \\ 2 & 1 \end{array} \right| - 3 \cdot \left| \begin{array}{cc} 2 & -3 \\ 5 & 1 \end{array} \right| + 2 \cdot \left| \begin{array}{cc} 2 & -1 \\ 5 & 2 \end{array} \right| = \\ = (- 1) \cdot 1 - 2 \cdot (- 3) - 3 [ 2 \cdot 1 - 5 \cdot (- 3) ] + 2 \cdot [ 2 \cdot 2 - 5 \cdot (- 1) ] = - 1 + 6 - 3 [ 2 + 15 ] + 2 \cdot [ 4 + 5 ] = 23 - 51 = - 28 \\ \end{array}det(A)=28det (A) = - 28M11=1321=112(3)=5;M _ {1 1} = \left| \begin{array}{cc} - 1 & - 3 \\ 2 & 1 \end{array} \right| = - 1 \cdot 1 - 2 \cdot (- 3) = 5;A11=(1)1+1M11=5;A _ {1 1} = (- 1) ^ {1 + 1} M _ {1 1} = 5;M12=2351=215(3)=17;M _ {1 2} = \left| \begin{array}{cc} 2 & -3 \\ 5 & 1 \end{array} \right| = 2 \cdot 1 - 5 \cdot (- 3) = 17;A12=(1)1+2M12=17;A _ {1 2} = (- 1) ^ {1 + 2} M _ {1 2} = - 17;M13=2152=225(1)=9;M_{13} = \begin{vmatrix} 2 & -1 \\ 5 & 2 \end{vmatrix} = 2 \cdot 2 - 5 \cdot (-1) = 9;A13=(1)1+3M13=9;A_{13} = (-1)^{1 + 3} M_{13} = 9;M21=3221=3122=1;M_{21} = \begin{vmatrix} 3 & 2 \\ 2 & 1 \end{vmatrix} = 3 \cdot 1 - 2 \cdot 2 = -1;A21=(1)2+1M21=1;A_{21} = (-1)^{2 + 1} M_{21} = 1;M22=1251=1152=9;M_{22} = \begin{vmatrix} 1 & 2 \\ 5 & 1 \end{vmatrix} = 1 \cdot 1 - 5 \cdot 2 = -9;A22=(1)2+2M22=9;A_{22} = (-1)^{2 + 2} M_{22} = -9;M23=1352=1253=13;M_{23} = \begin{vmatrix} 1 & 3 \\ 5 & 2 \end{vmatrix} = 1 \cdot 2 - 5 \cdot 3 = -13;A23=(1)2+3M23=13;A_{23} = (-1)^{2 + 3} M_{23} = 13;M31=3213=3(3)(1)2=7;M_{31} = \begin{vmatrix} 3 & 2 \\ -1 & -3 \end{vmatrix} = 3 \cdot (-3) - (-1) \cdot 2 = -7;A31=(1)3+1M31=7;A_{31} = (-1)^{3 + 1} M_{31} = 7;M32=1223=1(3)22=7;M_{32} = \begin{vmatrix} 1 & 2 \\ 2 & -3 \end{vmatrix} = 1 \cdot (-3) - 2 \cdot 2 = -7;A32=(1)3+2M32=7;A_{32} = (-1)^{3 + 2} M_{32} = 7;M33=1321=1(1)23=7;M_{33} = \begin{vmatrix} 1 & 3 \\ 2 & -1 \end{vmatrix} = 1 \cdot (-1) - 2 \cdot 3 = -7;A33=(1)3+3M33=7;A_{33} = (-1)^{3 + 3} M_{33} = -7;


Cofactor matrix:


C=(51791913777)C^* = \begin{pmatrix} 5 & -17 & 9 \\ 1 & -9 & 13 \\ 7 & 7 & -7 \end{pmatrix}


Adjugate:


CT=(51717979137)C^{*T} = \begin{pmatrix} 5 & 1 & 7 \\ -17 & -9 & 7 \\ 9 & 13 & -7 \end{pmatrix}


Inverse of A:


A1=CTdetA=(52812814172892814928132814)A ^ {- 1} = \frac {C ^ {* T}}{\det A} = \left( \begin{array}{c c c} - \frac {5}{2 8} & - \frac {1}{2 8} & \frac {1}{4} \\ \frac {1 7}{2 8} & \frac {9}{2 8} & - \frac {1}{4} \\ - \frac {9}{2 8} & - \frac {1 3}{2 8} & \frac {1}{4} \end{array} \right)


The solution:


X=A1B=(52812814172892814928132814)(389)=(235);X = A ^ {- 1} \cdot B = \left( \begin{array}{c c c} - \frac {5}{2 8} & - \frac {1}{2 8} & \frac {1}{4} \\ \frac {1 7}{2 8} & \frac {9}{2 8} & - \frac {1}{4} \\ - \frac {9}{2 8} & - \frac {1 3}{2 8} & \frac {1}{4} \end{array} \right) \cdot \left( \begin{array}{c} 3 \\ - 8 \\ 9 \end{array} \right) = \left( \begin{array}{c} 2 \\ - 3 \\ 5 \end{array} \right);{a=2b=3c=5\left\{ \begin{array}{l} a = 2 \\ b = - 3 \\ c = 5 \end{array} \right.


Answer: a=2a = 2 .

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!

LATEST TUTORIALS
APPROVED BY CLIENTS