Solving a system with the inverse of a matrix.

thatguythere
Messages
91
Reaction score
0

Homework Statement


a)Use Gauss-Jordan elimination to find the inverse of A =
[ 2 1 4 ]
[ 1 1 2 ]
[ -2 -3 -2 ]

b) Use the result from part a) to find the solution of the following system.

5x+2y-3z = 5
x+y-z = -1
-3x-y+2z = 2

Homework Equations





The Attempt at a Solution



My problem is not with part a), I quite easily found the inverse of the matrix. What I am not understanding is what exactly they are asking me to do for part b). How can I use the inverse of one matrix to solve for another? Any help is greatly appreciated.
 
Physics news on Phys.org
If you change

5x+2y-3z = 5
x+y-z = -1
-3x-y+2z = 2

into a matrix equation in the form of Bx=C, what would B, X and C be?
 
rock.freak667 said:
If you change

5x+2y-3z = 5
x+y-z = -1
-3x-y+2z = 2

into a matrix equation in the form of Bx=C, what would B, X and C be?

I'm with thatguythere. I can't see that the matrix in part b) is related in any simple way to the matrix in part a). I'm suspecting the somebody goofed when assembling the problem.
 
I contacted my TA and it is indeed a mistake. It should be
2x + y + 4z = 5
x + y + 2z = -1
-2x -3y -2z = 2
I should be able to manage now, thanks.
 
Dick said:
I'm with thatguythere. I can't see that the matrix in part b) is related in any simple way to the matrix in part a). I'm suspecting the somebody goofed when assembling the problem.

Ah well, I didn't calculate the inverse, so I assumed it one of those problems where the matrix equation would be A-1x=B
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top