|
Question 176531: What is BA: B=[2, 8, .6, 3] A=[3, 0, 2, -1]
Found 2 solutions by stanbon, jim_thompson5910: Answer by stanbon(75887) (Show Source): Answer by jim_thompson5910(35256) (Show Source):
You can put this solution on YOUR website! I'm assuming that the matrices are:
and
Start with the given expression.
Plug in and
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,
So this means that
|
|
|
| |