How do you multiply indexed matrices?

  • Context: MHB 
  • Thread starter Thread starter Voldyy
  • Start date Start date
  • Tags Tags
    Matrices
Click For Summary

Discussion Overview

The discussion centers around the multiplication of indexed matrices, with a participant seeking clarification on the process and correctness of their example. The scope includes mathematical reasoning and technical explanation related to matrix operations.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Homework-related

Main Points Raised

  • One participant requests an explanation of how to multiply indexed matrices and shares an example they are unsure about.
  • Another participant expresses frustration over the lack of clarity in the problem presented and requests the full context to provide assistance.
  • A third participant attempts to clarify the notation used by the original poster and provides a detailed breakdown of matrix multiplication, including the calculation of dot products for the rows of matrix A and the columns of matrix B.
  • The explanation includes specific calculations for the first row of the resulting matrix AB, demonstrating the process of obtaining values through dot products.

Areas of Agreement / Disagreement

Participants do not appear to reach a consensus, as there is a mix of confusion regarding notation and the need for more context to understand the problem fully. The discussion remains unresolved regarding the correctness of the original example.

Contextual Notes

The discussion highlights limitations in the clarity of notation used by the original poster, which may affect understanding. There is also a dependence on the full problem context for accurate assistance.

Voldyy
Messages
2
Reaction score
0
Hello, I want to ask if anyone can explain to me how to multiply indexed matrices.
This is an example I have made, but I do not know if it is true
20210111_135937.jpg
 
Physics news on Phys.org
Once again you have posted a problem where miracles are expected to occur.

How did you know how to calculate dp?

Please post the whole problem! We can't help you much if we have to guess at what's going on.

-Dan
 
topsquark said:
Once again you have posted a problem where miracles are expected to occur.

How did you know how to calculate dp?

Please post the whole problem! We can't help you much if we have to guess at what's going on.

-Dan
this is the problem i don't know if what i wrote is true
 
It is extremely difficult to understand what you are writing because you are using a very peculiar notation!

I THINK you mean that
[math]A= \begin{pmatrix} 1 & 2 & 3\\ 4 & 5 & 6 \\7 & 8 & 9 \end{pmatrix}[/math]
that
[math]B= \begin{pmatrix}10 & 11 & 12 \\ 13 & 14 & 15 \\ 16 & 17 & 18 \end{pmatrix}[/math]

and you want to find the product
[math]AB= \begin{pmatrix} 1 & 2 & 3\\ 4 & 5 & 6 \\7 & 8 & 9 \end{pmatrix}\begin{pmatrix}10 & 11 & 12 \\ 13 & 14 & 15 \\ 16 & 17 & 18 \end{pmatrix}[/math].

One way to think about this is that each row of matrix A is a vector, that each column of matrix B is a vector, and you want to take the "dot product" of the three vectors from A with each of the three vectors from B. (you appear to have labeled row and columns with "p", "q", etc. but that seems to me more complicated and confusing than useful.)

For example, the first row in A is [1, 2. 3] and the first column in B is [10, 13, 16]. Their "dot product" is 1(10)+ 2(13)+ 3(16)= 10+ 26+ 48= 84. The value in the first row, first column of AB is 84.

The first row in A is [1, 2, 3] and the second column in B is [11, 14, 17]. Their "dot product" is 1(11)+ 2(14)+ 3(17)= 11+ 28+ 51= 90. The value in the first row, second column of AB is 90.

The last number in the first row of AB is 1(12)+2(15)+ 3(18)= 12+ 30+ 54= 96. The first row of AB is [math]\begin{pmatrix}84 & 90 & 96\end{pmatrix}[/math].

Do the same but using the second row of A, [math]\begin{pmatrix}4 & 5 & 6 \end{pmatrix}[/math] with the three columns of B to get the second row of AB.

Do the same but using the third row of A, [math]\begin{pmatrix}7 & 8 & 9 \end{pmatrix}[/math] with the three columns of B to get the third row of AB.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 1 ·
Replies
1
Views
501
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K