6.2. RiemannSimplify
This function combines most of the functionalities of Invar` and it is certainly the most important tool for the user. Essentially RiemannSimplify is equivalent to the process:
rexpr -> (RiemannToInv) -> rinv -> (InvSimplify) -> canon rinv -> (InvToRiemann) -> canon rexpr
This means that RiemannSimplify requires three additional arguments:
- a metric for RiemannToInv
- a simplification level for InvSimplify
- the curvature-relations switch to Ricci.
All three of them have default values, so that the function can be used with a single argument.
Example:
In[127]:=
Out[127]=
In[128]:=
Out[128]=
In[129]:=
In[130]:=
Out[130]=
Created by Mathematica (May 16, 2008) |