6.4. Constant symbols
It is important to discuss the concept of a constant in xTensor`. A scalar field c[] is a constant if it is defined on no manifold. However a nonscalar tensor field cannot be constant on the base manifold of its indices (actually xTensor` automatically defines the tensor to be a field on the base manifolds on its indices). On the other hand we have to use symbols denoting constants (as Newton's constant). We shall use the command DefConstantSymbol to define those constants.
DefConstantSymbol Define a constant
UndefConstantSymbol Undefine a constant
$ConstantSymbols List of defined constants
ConstantSymbolQ Check a constant symbol
Functions that operate with constants.
This defines a constant scalar field:
In[477]:=
In[478]:=
|
By default, it is not automatic to check that a derivative on an object living on a different manifold is zero because that is a slow process that could be internally happening too often.
In[479]:=
Out[479]=
In[480]:=
Out[480]=
We can automate it for a particular derivative (or for all):
In[481]:=
In[482]:=
Out[482]=
In[483]:=
An arbitrary symbol is not understood by default as a constant. We must define it as a constant:
In[484]:=
Out[484]=
In[485]:=
In[486]:=
Out[486]=
In[487]:=
In[488]:=
Out[488]=
Created by Mathematica (May 16, 2008) | ![]() |