|
Question 66250This question is from textbook
: Solve the linear system using the given
inverse of the coefficent matrix.
w + 6x + 3y - 3z = 2
2w + 7x + y + 2z = 5
w + 5x + 3y - 3z = 3
- 6x - 2y + 3z = 6
A-1 =
Do I plug in the number from the inverse coefficent matrix
into the linear system, and then possibly use Cramer's Rule?
This question is from textbook
Answer by Edwin McCravy(20056) (Show Source):
You can put this solution on YOUR website! Solve the linear system using the given
inverse of the coefficent matrix.
w + 6x + 3y - 3z = 2
2w + 7x + y + 2z = 5
w + 5x + 3y - 3z = 3
- 6x - 2y + 3z = 6
A-1 =
Do I plug in the number from the inverse coefficent matrix
into the linear system, and then possibly use Cramer's Rule?
No, no. This has nothing whatsoever to do with Cramer's rule.
If not, how do I even begin this problem??
First of all you have to know how to multiply two matrices
before you can do this problem. If you don't know how,
then post again asking how to do it. Or maybe your teacher
will let you do it on the calculator.
A = = the coefficient matrix
X = = the column vector of unknowns
B = = the column vector of constants
The steps are:
AX = B
Left-multiply both sides by the inverse matrix of matrix A,
which is denoted by A-1:
A-1AX = A-1B
When you multiply a matrix by its inverse you get the identity matrix I
IX = A-1B
When you multiply the identity matrix I by a matrix X you just get X
(It's just like multiplying x by 1 and getting x in ordinary algebra)
X = A-1B
You start with the matrix equation
AX = B
which is
 =
Then you left-multiply both sides by the inverse matrix:
A-1AX = A-1B
which is
  =
Then you PERFORM the multiplication of the two 4×4 matrices A and
A-1 on the left, which will give I, the identity matrix. Also
PERFORM the multiplication of the 4×4 matrix A-1 by the 4×1 matrix
B on the right:
IX = A-1B
 =
It always turns out that when you multiply a matrix by its inverse,
you get the identity matrix, I, which has 1's down the main diagonal
and zeros elsewhere. Now when you multiply that identity matrix
by the 4×1 matrix which has only the four letters w,x,y,z, in it
you just get that same 4×1 matrix, so you have:
X = A-1B
=
That means of course that w = 20, x = -1, y = -12, z = -8
Edwin
|
|
|
| |