Setup: Difference between revisions

From Knot Atlas
Jump to navigationJump to search
No edit summary
No edit summary
Line 26: Line 26:
<!--$$?KnotTheoryVersionString$$-->
<!--$$?KnotTheoryVersionString$$-->
<!--The lines to END were generated by WikiSplice: do not edit; see manual.-->
<!--The lines to END were generated by WikiSplice: do not edit; see manual.-->
<tt>In[3]:=</tt><code> ?KnotTheoryVersion</code>
<tt>In[4]:=</tt><code> ?KnotTheoryVersionString</code>


<tt>KnotTheoryVersion[] returns the date of the current version of the package KnotTheory`. KnotTheoryVersion[k] returns the kth field in KnotTheoryVersion[].</tt>
<tt>KnotTheoryVersionString[] returns a string containing the date and time of the current version of the package KnotTheory`. It is generated from KnotTheoryVersion[].</tt>
<!--END-->
<!--END-->


<!--$$?KnotTheoryWelcomeMessage$$-->
<!--$$?KnotTheoryWelcomeMessage$$-->
<!--The lines to END were generated by WikiSplice: do not edit; see manual.-->
<!--The lines to END were generated by WikiSplice: do not edit; see manual.-->
<tt>In[3]:=</tt><code> ?KnotTheoryVersion</code>
<tt>In[5]:=</tt><code> ?KnotTheoryWelcomeMessage</code>


<tt>KnotTheoryVersion[] returns the date of the current version of the package KnotTheory`. KnotTheoryVersion[k] returns the kth field in KnotTheoryVersion[].</tt>
<tt>KnotTheoryWelcomeMessage[] returns a string containing the welcome message printed when KnotTheory` is first loaded.</tt>
<!--END-->
<!--END-->

Revision as of 11:26, 23 August 2005

Start by downloading either the file KnotTheory.tar.gz or the file KnotTheory.zip (around 1MB each), and unpack either one. This will create a subdirectory KnotTheory/ in your current working directory. This done, no installation is required (though you may wish to check out Further Data Files below). Start Mathematica and you're ready to go:

In[1]:= << KnotTheory`

Loading KnotTheory` (version of August 19, 2005, 13:11:25)...

Let us check that everything is working well:

In[2]:= Alexander[Knot[6, 2]][t]

Out[2]=

In[3]:= ?KnotTheoryVersion

KnotTheoryVersion[] returns the date of the current version of the package KnotTheory`. KnotTheoryVersion[k] returns the kth field in KnotTheoryVersion[].

In[4]:= ?KnotTheoryVersionString

KnotTheoryVersionString[] returns a string containing the date and time of the current version of the package KnotTheory`. It is generated from KnotTheoryVersion[].

In[5]:= ?KnotTheoryWelcomeMessage

KnotTheoryWelcomeMessage[] returns a string containing the welcome message printed when KnotTheory` is first loaded.