In[1] :=
which is a Mathematica prompt, asking for your inputs. When you
type something followed by pressing the ``return'' key,
Mathematica will respond
with an output of the form
Out[1] = ...
The following are the initial NCAlgebra commands:
(4) Type:
Get["SetNCPath.m"]
Get["NCAlgebra.m"]
or if you want to run NCGB (as of Dec. 99 only on Solaris and Windows) type
Get["SetNCPath.m"]
Get["NCGB.m"]
``Get''
above means that Mathematica should bring
in the contents of the file specified
(also you can use double arrows ``