Quick question regarding matrix/index notation

  • Thread starter Thread starter Anchovy
  • Start date Start date
  • Tags Tags
    Notation
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 2K views
Anchovy
Messages
99
Reaction score
2
Attached is a screenshot of a text I'm trying to follow. However, the author does something that I don't quite understand in line (3.5). They equate the following:
[tex]A^{\mu}_{\hspace{2 mm}\alpha} x^{\alpha} (A^{-1})^{\beta}_{\hspace{2 mm}\mu} y_{\beta} = (A^{-1})^{\beta}_{\hspace{2 mm}\mu} A^{\mu}_{\hspace{2 mm}\alpha} x^{\alpha} y_{\beta}[/tex]
So they've taken the [itex](A^{-1})^{\beta}_{\hspace{2 mm}\mu}[/itex] that was initially operating on [itex]y_{\beta}[/itex] and moved it backwards so that it now operates on [itex]A^{\mu}_{\hspace{2 mm}\alpha} x^{\alpha} y_{\beta}[/itex]. My issue is that I don't know why this is allowed, it would not occur to me to do that. This 'trick', if one could call it that, also appears to be repeated in (3.7). Can someone explain what's going on here / why this stuff is allowed?

Another thing that keeps bothering me is regarding dummy indices, specifically, when to introduce a new one. In this example (line (3.5)) we see
[tex]s' = x'^{\mu}y'_{\mu} = A^{\mu}_{\hspace{2 mm}\alpha} x^{\alpha} (A^{-1})^{\beta}_{\hspace{2 mm}\mu} y_{\beta}[/tex]
So for the coordinate transformation [itex]x'^{\mu} = A^{\mu}_{\hspace{2 mm}\alpha} x^{\alpha}[/itex] they've introduced one new dummy index, namely [itex]\alpha[/itex], which is fair enough, but then for [itex]y'_{\mu} = (A^{-1})^{\beta}_{\hspace{2 mm}\mu} y_{\beta}[/itex] they've introduced the index [itex]\beta[/itex]. Why not just use [itex]\alpha[/itex] here?
 

Attachments

  • index_notation_question.jpg
    index_notation_question.jpg
    43.6 KB · Views: 487
Physics news on Phys.org
Anchovy said:
Attached is a screenshot of a text I'm trying to follow. However, the author does something that I don't quite understand in line (3.5). They equate the following:
[tex]A^{\mu}_{\hspace{2 mm}\alpha} x^{\alpha} (A^{-1})^{\beta}_{\hspace{2 mm}\mu} y_{\beta} = (A^{-1})^{\beta}_{\hspace{2 mm}\mu} A^{\mu}_{\hspace{2 mm}\alpha} x^{\alpha} y_{\beta}[/tex]
So they've taken the [itex](A^{-1})^{\beta}_{\hspace{2 mm}\mu}[/itex] that was initially operating on [itex]y_{\beta}[/itex] and moved it backwards so that it now operates on [itex]A^{\mu}_{\hspace{2 mm}\alpha} x^{\alpha} y_{\beta}[/itex]. My issue is that I don't know why this is allowed, it would not occur to me to do that. This 'trick', if one could call it that, also appears to be repeated in (3.7). Can someone explain what's going on here / why this stuff is allowed?

Another thing that keeps bothering me is regarding dummy indices, specifically, when to introduce a new one. In this example (line (3.5)) we see
[tex]s' = x'^{\mu}y'_{\mu} = A^{\mu}_{\hspace{2 mm}\alpha} x^{\alpha} (A^{-1})^{\beta}_{\hspace{2 mm}\mu} y_{\beta}[/tex]
So for the coordinate transformation [itex]x'^{\mu} = A^{\mu}_{\hspace{2 mm}\alpha} x^{\alpha}[/itex] they've introduced one new dummy index, namely [itex]\alpha[/itex], which is fair enough, but then for [itex]y'_{\mu} = (A^{-1})^{\beta}_{\hspace{2 mm}\mu} y_{\beta}[/itex] they've introduced the index [itex]\beta[/itex]. Why not just use [itex]\alpha[/itex] here?

For the first question, you have the product of components of tensors. Components of tensors are just numbers. Numbers are commutative. You can order them any way you like. For the second, remember the Einstein summation convention. If an index occurs twice, it is assumed to be summed over. Your expression has two separate sums. Hence two separate repeated dummy indices. If they were all the same, that would imply only one sum.
 
Dick said:
For the first question, you have the product of components of tensors. Components of tensors are just numbers. Numbers are commutative. You can order them any way you like. For the second, remember the Einstein summation convention. If an index occurs twice, it is assumed to be summed over. Your expression has two separate sums. Hence two separate repeated dummy indices. If they were all the same, that would imply only one sum.

Ok thanks Dick. A further question I have is, the author has done the following:
[tex](A^{-1})^{\beta}_{\hspace{2 mm}\mu} A^{\mu}_{\hspace{2 mm}\alpha} = \delta^{\beta}_{\hspace{2 mm}\alpha}[/tex]
Now if we were talking about a straightforward product of a matrix, say M, and its inverse, we'd have [itex]M^{-1}M = \mathbb{1}[/itex]. That's simple enough. However, I can see that we're again dealing with [itex]A[/itex] and it's inverse [itex]A^{-1}[/itex], but now we're dealing not with whole matrices, only with just components/numbers like you say, as well as fiddly little indices --> the fact that [itex](A^{-1})^{\beta}_{\hspace{2 mm}\mu} A^{\mu}_{\hspace{2 mm}\alpha}[/itex] results in a simple Kronecker delta does not immediately leap off the page at me. How come this is true?
 
Anchovy said:
Ok thanks Dick. A further question I have is, the author has done the following:
[tex](A^{-1})^{\beta}_{\hspace{2 mm}\mu} A^{\mu}_{\hspace{2 mm}\alpha} = \delta^{\beta}_{\hspace{2 mm}\alpha}[/tex]
Now if we were talking about a straightforward product of a matrix, say M, and its inverse, we'd have [itex]M^{-1}M = \mathbb{1}[/itex]. That's simple enough. However, I can see that we're again dealing with [itex]A[/itex] and it's inverse [itex]A^{-1}[/itex], but now we're dealing not with whole matrices, only with just components/numbers like you say, as well as fiddly little indices --> the fact that [itex](A^{-1})^{\beta}_{\hspace{2 mm}\mu} A^{\mu}_{\hspace{2 mm}\alpha}[/itex] results in a simple Kronecker delta does not immediately leap off the page at me. How come this is true?

Because you know that product is the ##\alpha##, ##\beta## component of the identity matrix. The identity matrix is ones along the diagonal (when ##\alpha=\beta##) and zero off the diagonal. Isn't that a Kronecker delta?
 
Dick said:
Because you know that product is the ##\alpha##, ##\beta## component of the identity matrix. The identity matrix is ones along the diagonal (when ##\alpha=\beta##) and zero off the diagonal. Isn't that a Kronecker delta?

How do I know this if I don't know explicitly what A looks like?
 
Anchovy said:
How do I know this if I don't know explicitly what A looks like?

You don't need to know what ##A## looks like. You only need to know what the identity matrix looks like. The product of a matrix and its inverse is always the identity. Doesn't matter what the matrix is. You DO have the case ##A^{-1}A=I##, that arrangement of indices denotes a matrix product. Look up the definition of matrix product.
 
thanks guys I'm doing OK now.