Setup: Difference between revisions

From Knot Atlas
Jump to navigationJump to search
No edit summary
No edit summary
Line 12: Line 12:
<!--$$Alexander[Knot[6, 2]][t]$$-->
<!--$$Alexander[Knot[6, 2]][t]$$-->
<!--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[2]:=</tt><code> Alexander[Knot[6, 2]][t]</code>
|<tt><font color=blue>In[2]:=</font></tt>

|<code><font color=red> Alexander[Knot[6, 2]][t]</font></code>
<tt>Out[2]=</tt> <math>-t^2+3 t-3+\frac{3}{t}-\frac{1}{t^2}</math>
|- valign=top
|<tt><font color=blue>Out[2]=</font></tt>
|<pre style="border: 0px; padding: 0em"> -2 3 2
-3 - t + - + 3 t - t
t</pre>
|}
<!--END-->
<!--END-->


Line 24: Line 30:


<tt>KnotTheoryVersion[] returns the date of the current version of the package KnotTheory`. KnotTheoryVersion[k] returns the kth field in KnotTheoryVersion[].</tt>
<tt>KnotTheoryVersion[] returns the date of the current version of the package KnotTheory`. KnotTheoryVersion[k] returns the kth field in KnotTheoryVersion[].</tt>
|}
|}<!--END-->
<!--END-->


<!--$$?KnotTheoryVersionString$$-->
<!--$$?KnotTheoryVersionString$$-->
Line 33: Line 40:


<tt>KnotTheoryVersionString[] returns a string containing the date and time of the current version of the package KnotTheory`. It is generated from 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$$-->
Line 42: Line 50:


<tt>KnotTheoryWelcomeMessage[] returns a string containing the welcome message printed when KnotTheory` is first loaded.</tt>
<tt>KnotTheoryWelcomeMessage[] returns a string containing the welcome message printed when KnotTheory` is first loaded.</tt>
|}
|}<!--END-->
<!--END-->


Thus on the day this manual page was last changed, we had:
Thus on the day this manual page was last changed, we had:
Line 48: Line 57:
<!--$${KnotTheoryVersion[], KnotTheoryVersionString[]}$$-->
<!--$${KnotTheoryVersion[], 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[6]:=</tt><code> {KnotTheoryVersion[], KnotTheoryVersionString[]}</code>
|<tt><font color=blue>In[6]:=</font></tt>

|<code><font color=red> {KnotTheoryVersion[], KnotTheoryVersionString[]}</font></code>
<tt>Out[6]=</tt> <math>\{\{2005,8,19,13,11,25\},\textrm{August 19, 2005, 13:11:25}\}</math>
|- valign=top
|<tt><font color=blue>Out[6]=</font></tt>
|<pre style="border: 0px; padding: 0em">{{2005, 8, 19, 13, 11, 25}, August 19, 2005, 13:11:25}</pre>
|}
<!--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[7]:=</tt><code> KnotTheoryWelcomeMessage[]</code>
|<tt><font color=blue>In[7]:=</font></tt>

|<code><font color=red> KnotTheoryWelcomeMessage[]</font></code>
<tt>Out[7]=</tt> <math>\textrm{Loading KnotTheory$\grave{ }$ (version of August 19, 2005, 13:11:25)...}</math>
|- valign=top
|<tt><font color=blue>Out[7]=</font></tt>
|<pre style="border: 0px; padding: 0em">Loading KnotTheory` (version of August 19, 2005, 13:11:25)...</pre>
|}
<!--END-->
<!--END-->


Line 67: Line 84:


<tt>KnotTheoryDirectory[] returns the best guess KnotTheory` has for its location on the host computer. It can be reset by the user.</tt>
<tt>KnotTheoryDirectory[] returns the best guess KnotTheory` has for its location on the host computer. It can be reset by the user.</tt>
|}
|}<!--END-->
<!--END-->


KnotTheoryDirectory may not work under some operating systems/environments. Please let [[User:Drorbn|Dror]] know if you encounter any difficulties.
KnotTheoryDirectory may not work under some operating systems/environments. Please let [[User:Drorbn|Dror]] know if you encounter any difficulties.

Revision as of 22:45, 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]=
      -2   3          2
-3 - t   + - + 3 t - t
           t

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.

Thus on the day this manual page was last changed, we had:

In[6]:= {KnotTheoryVersion[], KnotTheoryVersionString[]}
Out[6]=
{{2005, 8, 19, 13, 11, 25}, August 19, 2005, 13:11:25}
In[7]:= KnotTheoryWelcomeMessage[]
Out[7]=
Loading KnotTheory` (version of August 19, 2005, 13:11:25)...

In[8]:= ?KnotTheoryDirectory

KnotTheoryDirectory[] returns the best guess KnotTheory` has for its location on the host computer. It can be reset by the user.

KnotTheoryDirectory may not work under some operating systems/environments. Please let Dror know if you encounter any difficulties.

Notes.

  • Precomputed Data. KnotTheory` comes with a certain amount of precomputed data which is loaded "on demand" just when it is needed. When a precomputed data file is read by KnotTheory`, a notification message is displayed. To prevent these messages from appearing execute the command Off[KnotTheory::loading].