Transpose of a matrix with mixed indices

eoghan
Messages
201
Reaction score
7
Hi!
Given a matrix A of elements A_i\;^j, which is the right transpose:
A_j\;^i
or
A^j\;_i
?
 
Physics news on Phys.org
Assuming that you mean that ##A_i{}^j## is what's on row i, column j, then the transpose of the matrix has ##A_j{}^i## on row i, column j.
 
Uhm... I have this equation:
\Lambda^T g \Lambda = g
in index notation:
<br /> \left( \Lambda^T \right)^{\mu}\;_{\rho} g^{\rho}\;_{\alpha}\Lambda^{\alpha}\;_{\nu}=<br /> g^{\mu}\;_{\nu}<br />
now,
<br /> \left( \Lambda^T \right)^{\mu}\;_{\rho}=\Lambda^{\rho}\;_{\mu}<br />
right?
And so I get:
<br /> \Lambda^{\rho}\;_{\mu} g^{\rho}\;_{\alpha}\Lambda^{\alpha}\;_{\nu}=<br /> g^{\mu}\;_{\nu}<br />
Is this equation correct? (I don't think so, because the positions of the indices on the both sides are not correct)
 
Actually, in this context (special relativity), it's conventional to write row ##\rho##, column ##\alpha## of ##g## as ##g_{\rho\alpha}##.

The convention for ##g^{-1}## is that row ##\rho##, column ##\alpha## is written as ##g^{\rho\alpha}##.

Also note that when you multiply the original equation by ##g^{-1}## from the left, you find that $$\Lambda^{-1}=g^{-1}\Lambda^Tg.$$ Row ##\rho##, column ##\alpha## of this matrix is written as
$$(\Lambda^{-1})^\rho{}_\alpha =(g^{-1}\Lambda^Tg)^\rho{}_\alpha =g^{\rho\beta}\Lambda^\mu{}_\beta g_{\mu\alpha}=\Lambda_\alpha{}^\rho.$$
 
Last edited:
here's my 2 cents.

suppose i have two vector spaces (say X and Y) and a linear map f:X->Y
then you automatically get a map f*:Y*->X*
usually called the transpose or pullback. it's defined in the obvious way. let ω in Y*
then (f*ω)(x) = ω(fx).

if we have an inner product on X and Y we have an identification of X*
with X and Y* with Y. we can use this to define the transpose map
fT: Y ->X.

Specifically, define θ:X->X* by (θx)(x') = (x,x') for all x' in X.
similarly let ψ:Y->Y* {(ψy)(y')=(y,y')}. We put
fT = θ-1f*ψ.

or θfT = f*ψ.
then for any y we have
θfT(y) = f*ψ(y)
both sides are elements of X* so that we can compare them
by their action on an arbitrary x in X
θfT(y)[x] = (fTy, x)
f*ψ(y)[x] = ψ(y)( fx ) = (y, fx)

so we have a coordinate independent definition of transpose for
a map between two inner product spaces.
Take a basis for X and Y.

And find the components of any map f:X->Y by
(fx)i = fij xj

we have
(y, fx) = gijyi(fx)j = gijyifjkxk

and(fTy, x) = Gij(fTy)ixj= Gij(fT)ikykxj.

Reindex the dummy variables and compare:
gijfjk = Gjk(fT)ji.

or using the convention that the inverse of G has components Gij

(fT)ij = gjkfklGli.

using the convention that g (or G) raises or lowers indices we have

(fT)ij = fji.

-----------------------

This is just a longwinded way to say
gijfjk = Gjk(fT)ji is the same as fik = (fT)ki,
then make indices match on both sides of the equation.
 
I asked online questions about Proposition 2.1.1: The answer I got is the following: I have some questions about the answer I got. When the person answering says: ##1.## Is the map ##\mathfrak{q}\mapsto \mathfrak{q} A _\mathfrak{p}## from ##A\setminus \mathfrak{p}\to A_\mathfrak{p}##? But I don't understand what the author meant for the rest of the sentence in mathematical notation: ##2.## In the next statement where the author says: How is ##A\to...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
When decomposing a representation ##\rho## of a finite group ##G## into irreducible representations, we can find the number of times the representation contains a particular irrep ##\rho_0## through the character inner product $$ \langle \chi, \chi_0\rangle = \frac{1}{|G|} \sum_{g\in G} \chi(g) \chi_0(g)^*$$ where ##\chi## and ##\chi_0## are the characters of ##\rho## and ##\rho_0##, respectively. Since all group elements in the same conjugacy class have the same characters, this may be...
Back
Top