|
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) (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:
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:
So the element in the 1st row, 1st column of the resulting matrix is . Now let's update the matrix:
--------------------------------------------------
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:
So the element in the 1st row, 2nd column of the resulting matrix is . Now let's update the matrix:
--------------------------------------------------
================================================================================
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:
So the element in the 2nd row, 1st column of the resulting matrix is . Now let's update the matrix:
--------------------------------------------------
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:
So the element in the 2nd row, 2nd column of the resulting matrix is . Now let's update the matrix:
--------------------------------------------------
==============================================================================
Answer:
So the solution is
In other words,
which means that
ii)
If you raise ANY matrix to a power of 1, you'll get that same matrix as a result. So
iii)
First, let's calculate (the transpose of matrix C). So simply swap each row and column to get:
So
Now let's multiply the matrices B and :
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:
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:
So the element in the 1st row, 1st column of the resulting matrix is . Now let's update the matrix:
--------------------------------------------------
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:
So the element in the 1st row, 2nd column of the resulting matrix is . Now let's update the matrix:
--------------------------------------------------
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:
So the element in the 1st row, 3rd column of the resulting matrix is . Now let's update the matrix:
--------------------------------------------------
================================================================================
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:
So the element in the 2nd row, 1st column of the resulting matrix is . Now let's update the matrix:
--------------------------------------------------
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:
So the element in the 2nd row, 2nd column of the resulting matrix is . Now let's update the matrix:
--------------------------------------------------
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:
So the element in the 2nd row, 3rd column of the resulting matrix is . Now let's update the matrix:
--------------------------------------------------
==============================================================================
Answer:
So the solution is
In other words,
which in short means
|
|
|
| |