Ask your own question, for FREE!
Mathematics 13 Online
OpenStudy (anonymous):

Matrix Multiplication Help!!

OpenStudy (anonymous):

\[2X + 2 \left[\begin{matrix}2 & -8 \\ -4 & 2\end{matrix}\right] = \left[\begin{matrix}4 & -6 \\ 2 & -8\end{matrix}\right]\]

OpenStudy (anonymous):

So you're solving for the matrix X, correct? First, I'd advise factoring a 2 out of the matrix on the right hand side, and then cancelling the twos.

OpenStudy (anonymous):

I am assuming yes?

OpenStudy (anonymous):

Yep. Factor a 2 out of the right hand side matrix (factor it out of each individual entry, then write it out front like the two matrices on the left hand side.

OpenStudy (anonymous):

So the individual 2 times it by both matrix's?

OpenStudy (anonymous):

No, we want to get rid of the 2's. Factor a 2 out of the matrix on the right.

OpenStudy (anonymous):

This sounds dumb but I am seriously lost... :(

OpenStudy (anonymous):

\[\left[\begin{matrix}2 & 4 \\ 6 & 8\end{matrix}\right] = 2\left[\begin{matrix}1 & 2 \\ 3 & 4\end{matrix}\right]\] Use this as an example. Factor a 2 out of the right hand side matrix.

OpenStudy (anonymous):

\[2X + 2\left[\begin{matrix}2 & -8 \\ -4 & 2\end{matrix}\right] = 2\left[\begin{matrix}2 & -6 \\ 2 & -8\end{matrix}\right]\]

OpenStudy (anonymous):

Not quite. When you factor out the 2, you have to divide all the terms in the matrix by 2.

OpenStudy (anonymous):

ok so the one on the left would be \[2\left[\begin{matrix}2 & -3 \\ 1 & -4\end{matrix}\right]\]

OpenStudy (anonymous):

Very good! Now, since each matrix has a 2 in front of it, we can just cancel them.

OpenStudy (anonymous):

So, now we have: \[X + \left[\begin{matrix}2 & -8 \\ -4 & 2\end{matrix}\right] = \left[\begin{matrix}2 & -3 \\ 1 & -4\end{matrix}\right]\] When we add matrices, we just add the entries that are in the same location. That is: \[\left[\begin{matrix}a & b \\ c & d\end{matrix}\right] + \left[\begin{matrix}e & f \\ g & h\end{matrix}\right] = \left[\begin{matrix}a+e & b+f \\ c+g & d+h\end{matrix}\right]\] Right?

OpenStudy (anonymous):

And when we subtract, we do the same. We subtract entries that are in the same position. So subtract the matrix that is being added to X from both sides.

OpenStudy (anonymous):

So \[X = \left[\begin{matrix}0 & -11 \\ -5 & -2\end{matrix}\right]\]

OpenStudy (anonymous):

Careful with your subtraction involving negative numbers.

OpenStudy (anonymous):

\[X = \left[\begin{matrix}2 & -3 \\ 1 & -4\end{matrix}\right] - \left[\begin{matrix}2 & -8 \\ -4 & 2\end{matrix}\right]\]

OpenStudy (anonymous):

ok I see what I did wrong there \[X = \left[\begin{matrix} 0 & 5 \\ -5 & 6\end{matrix}\right]\]

OpenStudy (anonymous):

Almost. Watch your sign.

OpenStudy (anonymous):

Where?

OpenStudy (anonymous):

Bottom row

OpenStudy (anonymous):

1 - (-4) = ? -4 - 2 = ?

OpenStudy (anonymous):

oh its +5 and -6

OpenStudy (anonymous):

There ya go :)

OpenStudy (anonymous):

Thank you!! could you help with one or two more? since your here? Please!

OpenStudy (anonymous):

Sure

OpenStudy (anonymous):

okay \[\left[\begin{matrix}-5 & -2 \\ -8 & -5\end{matrix}\right]\left[\begin{matrix}-5 & 7 \\ -9 & -5\end{matrix}\right]\] Would you just multiply this?

OpenStudy (anonymous):

Ok, now this is matrix multiplication. Just follow this recipe: \[\left[\begin{matrix}a & b \\ c & d\end{matrix}\right]\left[\begin{matrix}e & f \\ g & h\end{matrix}\right] = \left[\begin{matrix}a*e+b*g & a*f+b*h \\ c*e+d*g & c*f+d*h\end{matrix}\right]\]

OpenStudy (anonymous):

Easy way to remember it is: first row times first column. Multiply entries in the same spots, add them up. This gives the first entry in the result. Then, first row times second column, gives the entry next to it. Second row times first column gives the entry in the second row, first column. Second row times second column gives the entry in the second row, second column. Do you see the pattern? If so, you can use it to multiply two matrices of any size.

OpenStudy (anonymous):

(After typing that, I realize it may not seem easy to remember, but after you do it a few times, it's simple!)

OpenStudy (anonymous):

haha ya I was a little confused why does it jump around like that when multiplying? and would the answer be \[\left[\begin{matrix}43 & -25 \\ 85 & -31\end{matrix}\right]\]

OpenStudy (anonymous):

It's how matrix multiplication is defined, as it's "forced" to obey certain rules to be mathematically viable. This type of multiplication is actually called an "inner product." At the risk of confusing you, there are other types of multiplication, including something called an "outer product." But we won't cover that today :)

OpenStudy (anonymous):

And that's what I get for my answer as well. Well done!

OpenStudy (anonymous):

haha okay! thank you!! so what if real quick on another problem if there are two columns in one matrix and three in the second and you have to multiply?

OpenStudy (anonymous):

The order that you do it matters, but it can be done.

OpenStudy (anonymous):

For matrices of different sizes, you have to check a few things. First, we'll have to multiply them in a specific order. I like to remember it as (fat)(tall) That is: The one with more columns (usually a square matrix), then the other one. Second, the number of columns in the first matrix has to equal the number of rows in the second matrix. If this isn't true, then you can't multiply them in this way.

OpenStudy (anonymous):

\[\left[\begin{matrix}1 & 1 & -4 \\ 5& 6& 0\end{matrix}\right]\left(\begin{matrix}9 \\ 1\\ -7\end{matrix}\right)\] would this be defined or undefined? and how would you know?

OpenStudy (anonymous):

Well, we have the "fat" one first, then the skinny one, so that's good. Next, we see that the number of columns in the first matrix is equal to the number of rows in the second matrix. So, we can multiply them.

OpenStudy (anonymous):

How??

OpenStudy (anonymous):

\[\left[\begin{matrix}a & b & c\\ d & e &f\end{matrix}\right]\left(\begin{matrix}g \\ h \\ i\end{matrix}\right) = \left(\begin{matrix}a*g+b*h+c*i \\ d*g+e*h+f*i\end{matrix}\right)\]

OpenStudy (anonymous):

So \[\left(\begin{matrix}38 \\ 51\end{matrix}\right)\]

OpenStudy (anonymous):

yep

OpenStudy (anonymous):

So how would you determine if it is defined or undefined?

OpenStudy (anonymous):

Just check that it satisfies the rules. If it does, it's defined.

OpenStudy (anonymous):

I would say it does? then if it is how would you figure if it is 3X3 2X1 2X3?

OpenStudy (anonymous):

The result will have the same number of rows as the first matrix, and the same number of columns as the second matrix. You had a 2x3 and a 3x1. The result will have the same number of rows as the first matrix. In this case, 2. And the same number of columns as the second matrix. In this case, 1. So the result is a 2x1

OpenStudy (anonymous):

Thank you SOOOOO much!!!

OpenStudy (anonymous):

My pleasure :)

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!