I How do I convert [D]=[A][ B]T[C] to index notation?

AI Thread Summary
The discussion focuses on converting the matrix equation [D]=[A][B]T[C] into index notation. The original poster expresses uncertainty about their initial conversion attempt, suggesting Dij=AijBkjCkl. Clarification arises regarding the presence of the transpose of B, with participants noting that the formatting issue obscured the equation. A detailed breakdown of the conversion process is provided, explaining how to handle the transpose and the summation involved. The conversation emphasizes the importance of proper notation and understanding matrix operations in index form.
kezzstar
Messages
8
Reaction score
0
I am having trouble converting [D]=[A][ B]T[C] to index notation.
I initially thought it would be Dij=AijBkjCkl but I have doubts that this is correct.

Would anyone be able to elaborate on this?

Regards
 
Mathematics news on Phys.org
Where did B come from?
 
Khashishi said:
Where did B come from?
BT? It is the transpose of B.
 
Err, did you edit your post? I didn't see a B in your equation before. Anyways, nevermind.
 
Khashishi said:
Err, did you edit your post? I didn't see a B in your equation before. Anyways, nevermind.
No I never editted the equation. Do you have any ideas?
 
Khashishi said:
Err, did you edit your post? I didn't see a B in your equation before. Anyways, nevermind.
The OP had , which browsers treat as the start tag for bold fonts. That screwed up the equation. I edited the equation to fix that problem.
 
kezzstar said:
I am having trouble converting [D]=[A][ B]T[C] to index notation.
OK. Let us start at the right. First: B^{T}_{j,k}=B_{k,j}, so (B^{T}\circ C)_{j,l}=\sum _{k}B^{T}_{j,k}C_{k,l}. Then inset A at the front in the same way: A\circ (B^{T}\circ C)_{i,l}=\sum _{j}A_{i,j}(\sum _{k}B^{T}_{j,k}C_{k,l}).
 
Back
Top