5.2. IndexSet and IndexSetDelayed
The xTensor` functions IndexSet and IndexSetDelayed imitate the behaviour of Set and SetDelayed (which delays the evaluation of the rhs to the moment when the lhs is converted into the rhs).
IndexSet Set value of an indexed expression, at definition time
IndexSetDelayed Set value of an indexed expression, at evaluation time
Set functions for indexed expressions.
Example of use of IndexSet:
In[337]:=
Out[337]=
In[338]:=
|
|||||||||||||||
|
In[339]:=
Out[339]=
In this case the code finds the conflicting dummies, and then replaces the offending dummy on the right hand side:
In[340]:=
Out[340]=
In[341]:=
|
|||||||||||||||
|
In[342]:=
Out[342]=
Example of use of IndexSetDelayed. Note that we only use a pattern in the first index of U and that w is still not evaluated:
In[343]:=
In[344]:=
|
|||||||||||||||
|
In[345]:=
Out[345]=
We can change the definition of w and the conversion from U to w will be still valid:
In[346]:=
Out[346]=
In[347]:=
Out[347]=
Clean up:
In[348]:=
Created by Mathematica (May 16, 2008) | ![]() |