SOLUTION: Hi everyone I asked a similiar question recently but got no responce, I may have input the question incorrectly. I need to solve the following Matrices and comment on the outcome

Algebra ->  Matrices-and-determiminant -> SOLUTION: Hi everyone I asked a similiar question recently but got no responce, I may have input the question incorrectly. I need to solve the following Matrices and comment on the outcome      Log On


   



Question 200366: Hi everyone I asked a similiar question recently but got no responce, I may have input the question incorrectly.
I need to solve the following Matrices and comment on the outcomes.
For the following:
A =
( 1 0 )
0 1
B =
( 2 1 )
3 2
C =
( 1 4 )
3 -1
-2 5

Find and state why or why not the following is possible.
i) AB
ii) B^1
iii) BC^T

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
i)

Since the first matrix is a 2 by 2 matrix and the second matrix is a 2 by 2 matrix, this means that the resulting matrix will be a 2 by 2 matrix.

So the final resulting matrix will look like:


%28matrix%282%2C2%2Cx%2Cx%2Cx%2Cx%29%29


note: the "x"s are just placeholders for now





Multiply the corresponding entries from the 1st row of the first matrix by the 1st column of the second matrix. After multiplying, add the values:
1st row, 1st column:
%281%29%2A%282%29%2B%280%29%2A%283%29=2%2B0=2


So the element in the 1st row, 1st column of the resulting matrix is 2. Now let's update the matrix:

%28matrix%282%2C2%2C2%2Cx%2Cx%2Cx%29%29
--------------------------------------------------




Multiply the corresponding entries from the 1st row of the first matrix by the 2nd column of the second matrix. After multiplying, add the values:
1st row, 2nd column:
%281%29%2A%281%29%2B%280%29%2A%282%29=1%2B0=1


So the element in the 1st row, 2nd column of the resulting matrix is 1. Now let's update the matrix:

%28matrix%282%2C2%2C2%2C1%2Cx%2Cx%29%29
--------------------------------------------------


================================================================================




Multiply the corresponding entries from the 2nd row of the first matrix by the 1st column of the second matrix. After multiplying, add the values:
2nd row, 1st column:
%280%29%2A%282%29%2B%281%29%2A%283%29=0%2B3=3


So the element in the 2nd row, 1st column of the resulting matrix is 3. Now let's update the matrix:

%28matrix%282%2C2%2C2%2C1%2C3%2Cx%29%29
--------------------------------------------------




Multiply the corresponding entries from the 2nd row of the first matrix by the 2nd column of the second matrix. After multiplying, add the values:
2nd row, 2nd column:
%280%29%2A%281%29%2B%281%29%2A%282%29=0%2B2=2


So the element in the 2nd row, 2nd column of the resulting matrix is 2. Now let's update the matrix:

%28matrix%282%2C2%2C2%2C1%2C3%2C2%29%29
--------------------------------------------------






==============================================================================


Answer:


So the solution is %28matrix%282%2C2%2C2%2C1%2C3%2C2%29%29

In other words,




which means that AB=%28matrix%282%2C2%2C2%2C1%2C3%2C2%29%29






ii)

If you raise ANY matrix to a power of 1, you'll get that same matrix as a result. So B%5E1=B=%28matrix%282%2C2%2C2%2C1%2C3%2C2%29%29




iii)

First, let's calculate C%5ET (the transpose of matrix C). So simply swap each row and column to get:




So C%5ET=%28matrix%282%2C3%2C1%2C3%2C-2%2C4%2C-1%2C5%29%29


Now let's multiply the matrices B and C%5ET:


Since the first matrix is a 2 by 2 matrix and the second matrix is a 2 by 3 matrix, this means that the resulting matrix will be a 2 by 3 matrix.

So the final resulting matrix will look like:


%28matrix%282%2C2%2Cx%2Cx%2Cx%2Cx%2Cx%2Cx%29%29


note: the "x"s are just placeholders for now





Multiply the corresponding entries from the 1st row of the first matrix by the 1st column of the second matrix. After multiplying, add the values:
1st row, 1st column:
%282%29%2A%281%29%2B%281%29%2A%284%29=2%2B4=6


So the element in the 1st row, 1st column of the resulting matrix is 6. Now let's update the matrix:

%28matrix%282%2C2%2C6%2Cx%2Cx%2Cx%2Cx%2Cx%29%29
--------------------------------------------------




Multiply the corresponding entries from the 1st row of the first matrix by the 2nd column of the second matrix. After multiplying, add the values:
1st row, 2nd column:
%282%29%2A%283%29%2B%281%29%2A%28-1%29=6%2B-1=5


So the element in the 1st row, 2nd column of the resulting matrix is 5. Now let's update the matrix:

%28matrix%282%2C2%2C6%2C5%2Cx%2Cx%2Cx%2Cx%29%29
--------------------------------------------------




Multiply the corresponding entries from the 1st row of the first matrix by the 3rd column of the second matrix. After multiplying, add the values:
1st row, 3rd column:
%282%29%2A%28-2%29%2B%281%29%2A%285%29=-4%2B5=1


So the element in the 1st row, 3rd column of the resulting matrix is 1. Now let's update the matrix:

%28matrix%282%2C2%2C6%2C5%2C1%2Cx%2Cx%2Cx%29%29
--------------------------------------------------


================================================================================




Multiply the corresponding entries from the 2nd row of the first matrix by the 1st column of the second matrix. After multiplying, add the values:
2nd row, 1st column:
%283%29%2A%281%29%2B%282%29%2A%284%29=3%2B8=11


So the element in the 2nd row, 1st column of the resulting matrix is 11. Now let's update the matrix:

%28matrix%282%2C2%2C6%2C5%2C1%2C11%2Cx%2Cx%29%29
--------------------------------------------------




Multiply the corresponding entries from the 2nd row of the first matrix by the 2nd column of the second matrix. After multiplying, add the values:
2nd row, 2nd column:
%283%29%2A%283%29%2B%282%29%2A%28-1%29=9%2B-2=7


So the element in the 2nd row, 2nd column of the resulting matrix is 7. Now let's update the matrix:

%28matrix%282%2C2%2C6%2C5%2C1%2C11%2C7%2Cx%29%29
--------------------------------------------------




Multiply the corresponding entries from the 2nd row of the first matrix by the 3rd column of the second matrix. After multiplying, add the values:
2nd row, 3rd column:
%283%29%2A%28-2%29%2B%282%29%2A%285%29=-6%2B10=4


So the element in the 2nd row, 3rd column of the resulting matrix is 4. Now let's update the matrix:

%28matrix%282%2C2%2C6%2C5%2C1%2C11%2C7%2C4%29%29
--------------------------------------------------






==============================================================================


Answer:


So the solution is %28matrix%282%2C3%2C6%2C5%2C1%2C11%2C7%2C4%29%29

In other words,




which in short means BC%5ET=%28matrix%282%2C3%2C6%2C5%2C1%2C11%2C7%2C4%29%29