6.5. Parameter derivatives
Given a parameter defined with DefParameter we can take parametric derivatives of expressions which depend on that parameter, using ParamD. For historical reasons xTensor` has a generic parametric derivative called OverDot such that every field is considered to depend on the corresponding (undefined) parameter.
ParamD Parametric derivative with respect to a defined parameter
OverDot Generic parametric derivative with respect to an unspecified parameter
Parametric derivatives.
The generic parametric derivative OverDot (Dot is used by Mathematica as inner scalar product) is represented by a (very) small over dot:
In[489]:=
Out[489]=
OverDot has been defined to commute with partial derivatives, but not with other covariant derivatives or with Lie derivatives:
In[490]:=
Out[490]//InputForm=
PD[-a][OverDot[r[]]]
In[491]:=
Out[491]//InputForm=
OverDot[Cd[-a][r[]]]
All fields currently defined do not depend on external parameters, so that we define new objects:
In[492]:=
Out[492]=
In[493]:=
In[494]:=
|
Currently I have not found a good representation for the parametric derivatives, so that they remain as they are:
In[495]:=
Out[495]=
In[496]:=
Out[496]=
Created by Mathematica (May 16, 2008) | ![]() |