2.4. ToBasis
FreeToBasis[basis][expr,indices] Convert free indices into basis indices
FreeToBasis[basis][expr,indices] Change the basis of pairs of dummies
ToBasis[basis][expr,indices] Replace the indices in an expression by indices in the given basis
Safe replacement of basis indices.
We may want to replace the indices in an expression by indices in a different basis. Sometimes this is easy enough
In[191]:=
Out[191]=
In[192]:=
Out[192]=
And it may seem that the ReplaceIndex function could take care of the more difficult situations. But we must watch for pitfalls such as
In[193]:=
Out[193]=
This is wrong, because
= (
)
(
) ≠
We can arrive at the correct result via a roundabout way, with Contract and SeparateBasis
In[194]:=
Out[194]=
In[195]:=
Out[195]=
The functions *ToBasis automate this process
In[196]:=
Out[196]=
Notice how the derivative of the Basis object has been replaced by the appropriate Christoffel. Further examples:
In[197]:=
Out[197]=
In[198]:=
Out[198]=
In[199]:=
Out[199]=
In[200]:=
Out[200]=
In[201]:=
Out[201]=
Many times we have expressions such as
In[202]:=
Out[202]=
where we had defined to be antisymmetric. Therefore this is zero:
In[203]:=
Out[203]=
However, if we have
In[204]:=
Out[204]=
In[205]:=
Out[205]=
we have to change the whole expression to a single basis first
In[206]:=
Out[206]=
Created by Mathematica (May 16, 2008) | ![]() |