given the following system of equations:
x + y + 5z = 0
2x + y + 9z = 30
x + 2y + 7z = 10

(a) find the inverse of the coefficient matrix by using row-reduction.
(b) check that the matrix which you have just found really is the desired inverse. show the check.
(c) use the inverse matrix which you have found to solve the original system of equations.
in Pre-Algebra Answers by

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

a) The following row manipulations on the identity matrix produce the inverse matrix:

  1. R1←R2-R1
  2. R2←R2-R1
  3. R3←R3-R2
  4. R2←R2-R1
  5. R3←R3-R2
  6. R2←R2-R3
  7. R1←R1-4R3

(It would take too long to show the transformation step by step, but you can perform the 7 steps above to see what happens to the original matrix and the identity matrix. R1 means row 1, etc., and the arrow shows how a particular row is altered by carrying out the operation on the right.)

When these operations are performed on the original matrix they reduce it to the identity matrix. When applied to the identity matrix, we get the inverse matrix:

( 11 -3 -4 )

(  5 -2 -1 )

( -3  1  1 )

b) When this is multiplied by the original matrix we get the identity matrix:

( 11 -3 -4 )( 1 1 5 )

(  5 -2 -1 )( 2 1 9 )

( -3  1  1 )( 1 2 7 )=

( 11-6-4=1 11-3-8=0 55-27-28=0 )

( 5-4-1=0         5-2-2=1   25-18-7=0 )

( -3+2+1=0   -3+1+2=0 -15+9+7=1 )

c) Apply the inverse matrix to the constants:

( 11 -3 -4 )(  0 ) 

(  5 -2 -1 )( 30 )

( -3  1  1 )( 10 )=

( 0-90-40=-130 )

( 0-60-10=-70  )

( 0+30+10=40 )

So (x,y,z)=(-130,-70,40).

by Top Rated User (1.1m points)

Related questions

1 answer
0 answers
0 answers
1 answer
asked Dec 9, 2012 in Algebra 2 Answers by anonymous | 966 views
1 answer
asked May 26, 2018 in Pre-Algebra Answers by Subarna Das Level 1 User (440 points) | 658 views
1 answer
asked Oct 18, 2012 in Algebra 2 Answers by anonymous | 736 views
0 answers
asked May 1, 2013 in Statistics Answers by anonymous | 1.1k views
1 answer
asked Sep 16, 2021 in Algebra 2 Answers by anonymous | 1.3k 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,550 questions
99,628 answers
2,417 comments
440,568 users