Load the package
This loads the package from the default directory, for example $Home/.Mathematica/AddOns/Applications/xAct/ for a single-user installation under Linux. xTensor` and xPerm` are automatically loaded.
In[1]:=
Out[1]=
In[2]:=
<<xAct`xCoba`
Comparing, we see that the packages take about 10Mb in Mathematica 5.2:
In[3]:=
Out[3]=
In[4]:=
Out[4]=
There are six contexts: xAct`xCoba`, xAct`xTensor`, xAct`xPerm` and xAct`ExpressionManipulation` contain the respective reserved words. System` contains Mathematica's reserved words. The current context Global` will contain your definitions and right now it is empty.
In[5]:=
Out[5]=
In[6]:=
Out[6]=
In[7]:=
We turn off the annoying spell messages:
In[8]:=
Created by Mathematica (May 16, 2008) |