Solve the system equations

  (a) Using matrix method.

  (b) Using Cramer’s rule

    (i)  x + y + 2z = 0                                 (ii)  x-y + z = 2

       -3x – y + 2z – 1 = 0                                x + 2y + 3z = 6

       x + 2y – z + 4 = 0                                   x – 3y- z = -4

in Geometry Answers by Level 1 User (400 points)

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.

1 Answer

There are two matrix methods. I’ve shown both methods, one for each of the questions.

(i)(a) Matrix row reduction method to find the inverse matrix

The following row operations are used to convert the identity matrix to its inverse:

  1. R1←R1-R2
  2. R2←R2+2R3
  3. R1←R1-R3
  4. R2←R2+R3
  5. R3←3R3-R1 
  6. R2←4R2-R3
  7. R2←7R3-3R2
  8. R1←28R1+R3
  9. R1←R1/84, R2←R2/42, R3←-R3/28

When applied to the original coefficient matrix we get the identity matrix, and when applied to the identity matrix we get the inverse.

Original matrix is

(  1  1  2 )

( -3 -1  2 )

(  1  2 -1 )

The inverse is

(  3 -5 -4 )

(  1  3  8 ) × 1/14

(  5  1 -2 )

When the inverse matrix is applied to the constants we get the variable values

(3×0-5×1-(-4)(-4))/14=(-5+16)/14=11/14=x

(1×0+3×1-8(-4))/14=(3-32)/14=-29/14=y

(5×0+1×1-2(-4))/14=(1+8)/14=9/14=z

(i)(b) Cramer’s Rule

The determinant ∆ for the original matrix evaluates to (1)(1-4)-(1)(3-2)+2(-6+1)=-3-1-10=-14.

x=

|  0  1  2 |

|  1 -1  2 | ÷ ∆

| -4  2 -1 |

which evaluates to ((-1)(-1+8)+2(2-4))/(-14)=(-7-4)/(-14)=11/14

y=

|  1  0  2 |

| -3  1  2 | ÷ ∆

| 1 -4 -1 |=

(1(-1+8)+2(12-1))/(-14)=(7+22)/(-14)=-29/14

z=

|  1  1  0 |

| -3 -1  1 | ÷ ∆

|  1  2 -4 |=

((4-2)-(12-1))/(-14)=(2-11)/(-14)=9/14

(ii)(a) Matrix method to find the inverse—another method

∆=

| 1 -1  1 |

| 1  2  3 |

| 1 -3 -1 |=-2

To create the inverse matrix we first swap rows and columns:

(  1  1  1 )

( -1  2 -3 )

(  1 -3 -1 )

Replace each element by its subdeterminant:

(  7  4 -5 )

( -4 -2  2 )

( -5 -2  3)

Then we reverse the sign of every other element and apply 1/∆: 

(  7 -4 -5 )

(  4 -2 -2 ) × -½ 

( -5  2  3 )

Finally, we apply the inverse matrix to the constants: 

x=((7)(2)-(4)(6)-(5)(-4))/(-2)=10/(-2)=-5

y=((4)(2)-(2)(6)-(2)(-4))/(-2)=4/(-2)=-2

z=((-5)(2)+(2)(6)+(3)(-4))/(-2)=(-10)/(-2)=5 

(ii)(b) Cramer’s Rule 

x=(2(-2+9)+1(-6+12)+1(-18+8))/(-2)=(14+6-10)/(-2)=10/(-2)=-5 

y=((1)(-6+12)-(2)(-1-3)+1(-4-6))/(-2)=(6+8-10)/(-2)=4/(-2)=-2 

z=((1)(-8+18)+(1)(-4-6)+(2)(-3-2))/(-2)=(-10)/(-2)=5

by Top Rated User (1.2m points)

Related questions

1 answer
asked Feb 26, 2014 in Other Math Topics by Kanabesa Level 1 User (400 points) | 1.1k views
1 answer
asked Feb 26, 2014 in Other Math Topics by Kanabesa Level 1 User (400 points) | 813 views
1 answer
asked Feb 24, 2014 in Algebra 1 Answers by Kanabesa Level 1 User (400 points) | 1.4k views
1 answer
asked Jul 11, 2016 in Other Math Topics by anonymous | 752 views
1 answer
1 answer
1 answer
asked Dec 2, 2011 in Algebra 2 Answers by anonymous | 985 views
1 answer
asked Sep 26, 2016 in Other Math Topics by bitrus | 657 views
1 answer
1 answer
asked Mar 28, 2014 in Algebra 2 Answers by anonymous | 1.4k views
1 answer
asked Sep 27, 2012 in Algebra 2 Answers by anonymous | 930 views
1 answer
asked Feb 24, 2014 in Algebra 1 Answers by Kanabesa Level 1 User (400 points) | 1.2k views
Welcome to MathHomeworkAnswers.org, where students, teachers and math enthusiasts can ask and answer any math question. Get help and answers to any math problem including algebra, trigonometry, geometry, calculus, trigonometry, fractions, solving expression, simplifying expressions and more. Get answers to math questions. Help is always 100% free!
87,516 questions
100,279 answers
2,420 comments
731,741 users