- #1
Irid
- 207
- 1
From Carroll's textbook:
1. The problem statement
Imagine we have a tensor [tex]X^{\mu \nu}[/tex] with components
[tex]X^{\mu \nu} = \begin{pmatrix}
2 & 0 & 1 & -1\\
-1 & 0 & 3 & 2\\
-1 & 1 & 0 & 0\\
-2 & 1 & 1 & -2
\end{pmatrix}[/tex]
Find the components of: (a) [tex]{X^\mu}_\nu[/tex]; (b) [tex]{X_\mu}^\nu[/tex].2. The attempt at a solution
I don't really understand what am I doing here, just following examples from the textbook. First, temporarily rename
[tex]X^{\mu \nu} \rightarrow X^{\mu \sigma}[/tex]
Then, lower an index:
[tex]{X^\mu}_\nu = \eta_{\nu \sigma} X^{\mu \sigma}[/tex]
where [tex]\eta_{\nu \sigma}[/tex] is the metric. Multiplicate matrices:
[tex] {X^\mu}_\nu = \begin{pmatrix}
-1 & 0 & 0 & 0\\
0 & 1 & 0 & 0\\
0 & 0 & 1 & 0\\
0 & 0 & 0 & 1
\end{pmatrix}\begin{pmatrix}
2 & 0 & 1 & -1\\
-1 & 0 & 3 & 2\\
-1 & 1 & 0 & 0\\
-2 & 1 & 1 & -2
\end{pmatrix}=\begin{pmatrix}
-2 & 0 & 1 & -1\\
1 & 0 & 3 & 2\\
1 & 1 & 0 & 0\\
2 & 1 & 1 & -2
\end{pmatrix}[/tex]
Then, for part (b), rename
[tex]X^{\mu \nu} = X^{\sigma \nu}[/tex]
and lower another index:
[tex]{X_\mu}^\nu = \eta_{\mu \sigma} X^{\sigma \nu}[/tex]
However, in matrix notation it's the same procedure, so the answer for (b) is
[tex]{X_\mu}^\nu = \begin{pmatrix}
-2 & 0 & 1 & -1\\
1 & 0 & 3 & 2\\
1 & 1 & 0 & 0\\
2 & 1 & 1 & -2
\end{pmatrix}[/tex]
3. Questions
If the matrices are the same, what is the difference between these two tensors: (a) [tex]{X^\mu}_\nu[/tex]; (b) [tex]{X_\mu}^\nu[/tex]?
As I understand, I had a (2,0) tensor to begin with, multiplied it by the metric (0,2) to obtain two (1,1) tensors. What is that good for? What's the difference in the rank of tensors if the matrices look similar, only a few components change?
1. The problem statement
Imagine we have a tensor [tex]X^{\mu \nu}[/tex] with components
[tex]X^{\mu \nu} = \begin{pmatrix}
2 & 0 & 1 & -1\\
-1 & 0 & 3 & 2\\
-1 & 1 & 0 & 0\\
-2 & 1 & 1 & -2
\end{pmatrix}[/tex]
Find the components of: (a) [tex]{X^\mu}_\nu[/tex]; (b) [tex]{X_\mu}^\nu[/tex].2. The attempt at a solution
I don't really understand what am I doing here, just following examples from the textbook. First, temporarily rename
[tex]X^{\mu \nu} \rightarrow X^{\mu \sigma}[/tex]
Then, lower an index:
[tex]{X^\mu}_\nu = \eta_{\nu \sigma} X^{\mu \sigma}[/tex]
where [tex]\eta_{\nu \sigma}[/tex] is the metric. Multiplicate matrices:
[tex] {X^\mu}_\nu = \begin{pmatrix}
-1 & 0 & 0 & 0\\
0 & 1 & 0 & 0\\
0 & 0 & 1 & 0\\
0 & 0 & 0 & 1
\end{pmatrix}\begin{pmatrix}
2 & 0 & 1 & -1\\
-1 & 0 & 3 & 2\\
-1 & 1 & 0 & 0\\
-2 & 1 & 1 & -2
\end{pmatrix}=\begin{pmatrix}
-2 & 0 & 1 & -1\\
1 & 0 & 3 & 2\\
1 & 1 & 0 & 0\\
2 & 1 & 1 & -2
\end{pmatrix}[/tex]
Then, for part (b), rename
[tex]X^{\mu \nu} = X^{\sigma \nu}[/tex]
and lower another index:
[tex]{X_\mu}^\nu = \eta_{\mu \sigma} X^{\sigma \nu}[/tex]
However, in matrix notation it's the same procedure, so the answer for (b) is
[tex]{X_\mu}^\nu = \begin{pmatrix}
-2 & 0 & 1 & -1\\
1 & 0 & 3 & 2\\
1 & 1 & 0 & 0\\
2 & 1 & 1 & -2
\end{pmatrix}[/tex]
3. Questions
If the matrices are the same, what is the difference between these two tensors: (a) [tex]{X^\mu}_\nu[/tex]; (b) [tex]{X_\mu}^\nu[/tex]?
As I understand, I had a (2,0) tensor to begin with, multiplied it by the metric (0,2) to obtain two (1,1) tensors. What is that good for? What's the difference in the rank of tensors if the matrices look similar, only a few components change?