I'm currently studying matrix operations, and one of the techniques for multiplication is matrix partitioning. While I understand the concept of partioning the matrix into row or column vectors, I don't understand this other technique of partitioning a matrix into sub-matrices of different sizes. Can someone help me explain the logic behind this and how it's used?
#Help with Linear Algebra
9 messages · Page 1 of 1 (latest)
- Do not ping the Moderators, unless someone is breaking the rules.
- Do not ping the Helper Moderators, unless there is a conflict between helpers.
- Do not ping other members randomly for help.
- Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
- Wait patiently for a helper to come along.
- If the Helper has answered your question, remember to thank them with the Mathematics Ranks bot and close the thread with:
+close
Feel free to nominate the person for helper of the week in #helper-nominations
If you're happy with the help you got here, and the server overall, you can contribute financially as well:
The (i,j)-th entry of the resultant matrix of multiplying two compatible matrices together is the dot product of the i-th row of the first matrix and the j-th column of the second matrix
which is essentially summing products of pairs of scalars
Partitioning either multiplicand/multiplier into submatrices merely groups up the scalars into different sets. Addition between scalars is associative.
I see, but how does partitioning help in multiplication?
Let's say I have this matrix:
1 2 3 4
5 6 7 8
9 0 1 2
and I wanna multiply it to
1
2
3
4
How does the first partitioning technique apply in this case?
@radiant herald
:HelpIcon:| Help Reminder
Hello ericstratosphere, this is a friendly reminder that your help request has been inactive for more than 24 hours. If you no longer need assistance, please consider closing the thread using the +close command. This thread will be automatically closed in 3 days if it remains inactive.