Explain Block Multiplication to Me

bodensee9
Messages
166
Reaction score
0
Can someone explain "block multiplication" to me? It's not in the book, except in the context of a question as follows:

So the rule is that Matrix [A B] * colum matrix [C D] = [AC+BD] And I am supposed to verify it. but can I just ask how I would go about doing that since I really don't know what block multiplication does or what I'm supposed to multiply? Thanks.
 
Physics news on Phys.org
"Block multiplication" means that in your example A B C and D are matrices, not scalars. The dimensions of A B C and D must be compatible with each other, so the matrix expression AC + BD is defined. The row dimension of A is the same as the column dimension of C, etc.

Verify it by showing it gives the same answer as the standard definition of matrix multiplication. Write A as an array of scalars a_{ij} and so on.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top