Understanding Tensors: Comparing gαβAβ and Aβgαβ

  • Context: Graduate 
  • Thread starter Thread starter grzz
  • Start date Start date
  • Tags Tags
    Difficulty Tensors
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
10 replies · 3K views
grzz
Messages
1,042
Reaction score
29
I am learning about tensors.
Is gαβAβ the same as Aβgαβ ?
Thanks for any help.
 
Physics news on Phys.org
But then is
BαβAγ equal to Aγ Bαβ ?
 
I think that the tensors A and B do not commute as the g and A do in the previous example. But I am not sure.
Any help!
 
grzz said:
But then is
BαβAγ equal to Aγ Bαβ ?
Bαβ is not tensor, it is the component of a tensor. The components of a tensor are real or complex numbers. They commute.
 
grzz said:
But then is
BαβAγ equal to Aγ Bαβ ?

As spyphy says this is just multiplication of numbers (components) so order doesn't matter. The full tensors must be formed by contracting the indices with basis elements. It is there where you see the distinctions in order written:
[itex]\mathbf{B}\otimes\mathbf{A}= B_{\alpha\beta} A^y \mathbf{e}^\alpha\otimes\mathbf{e}^\beta\otimes \mathbf{e}_y =A^y B_{\alpha\beta} \mathbf{e}^\alpha\otimes\mathbf{e}^\beta\otimes \mathbf{e}_y[/itex]
but note that:
[itex]\mathbf{B}\otimes\mathbf{A}= B_{\alpha\beta} A^y \mathbf{e}^\alpha\otimes\mathbf{e}^\beta\otimes \mathbf{e}_y \ne B_{\alpha\beta}A^y \mathbf{e}_y\otimes\mathbf{e}^\alpha\otimes\mathbf{e}^\beta = \mathbf{A}\otimes\mathbf{B}[/itex]
take your time parsing these and see the distinction.
 
Thanks for the help.
Since [itex]\alpha[/itex] is repeated in g[itex]_{}\beta_{}\alpha[/itex]A[itex]^{}\alpha[/itex] then it was clear to me that this is a sum and the g[itex]_{}\beta_{}\alpha[/itex] and the A[itex]^{}\alpha[/itex] are numbers and so commute.

But I thought that A[itex]_{}\beta_{}\alpha[/itex]B[itex]^{}\gamma[/itex] represented the product of two tensors. From the little I know I thought that sometimes a tensor is represented by one of its components. That is why I said that the second example may not commute.
 
I am also poor in using latex!
 
grzz said:
Thanks for the help.
Since [itex]\alpha[/itex] is repeated in g[itex]_{}\beta_{}\alpha[/itex]A[itex]^{}\alpha[/itex] then it was clear to me that this is a sum and the g[itex]_{}\beta_{}\alpha[/itex] and the A[itex]^{}\alpha[/itex] are numbers and so commute.

But I thought that A[itex]_{}\beta_{}\alpha[/itex]B[itex]^{}\gamma[/itex] represented the product of two tensors. From the little I know I thought that sometimes a tensor is represented by one of its components. That is why I said that the second example may not commute.
[itex]A_{\beta\alpha}B^\gamma[/itex] is equal to both the [itex]{}_{\beta\alpha}{}^\gamma[/itex] component of the tensor [itex]A\otimes B[/itex], and the [itex]{}^\gamma{}_{\beta\alpha}[/itex] component of the tensor [itex]B\otimes A[/itex].

Click the quote button if you want to see how I did the LaTeX. Try changing something and use the preview feature to see what it looks like. (To be able to preview, you need to trick the forum software into thinking that you're typing a reply, e.g. by typing at least 4 characters after the quote tags).
 
Last edited:
Thank you because in those last four lines you gave me the best tutorial about LaTeX.