Using the LinKnot package: Difference between revisions

From Knot Atlas
Jump to navigationJump to search
No edit summary
No edit summary
Line 17: Line 17:
<< KnotTheory`
<< KnotTheory`


For example, if KnotTheory and LinKnot are both at C: run:
For example, if the directories KnotTheory and LinKnot are both at C: run:


SetDirectory["C:\\LinKnot"];
SetDirectory["C:\\LinKnot"];

Revision as of 08:45, 7 April 2006


The Mathematica package LinKnot is a combination of two packages. The first, Knot2000 was written by M.Ochiai and N.Imafuji. This was extended to the package LinKnot by S. Jablan and R. Sazdanovic. The package LinKnot provides many useful things KnotTheory can't do natively; for example, it can interpret Conway notation, and, at least on Windows machines, provides nice graphics for knots and links, and a graphical interface for drawing knots and links by hand.

To use LinKnot with KnotTheory, you should download LinKnot.zip from the LinKnot site (a full LinKnot manual page ManualK2KC.nb is in the zip file, and the main file is the mathematica notebook K2KL.nb). After downloading the file LinKnot.zip:

1) extract LinKnot.zip anywhere (e.g., to the local disc C:). It will automatically create new folder LinKnot

2) Set the directory to LinKnot, add the path to KnotTheory`, and from any nb-file run:

SetDirectory["LinKnot Directory"];

<< LinKnots`

AppendTo[$Path, "Path to KnotTheory"];

<< KnotTheory`

For example, if the directories KnotTheory and LinKnot are both at C: run:

SetDirectory["C:\\LinKnot"];

<< LinKnots`

AppendTo[$Path, "C:\\"];

<< KnotTheory`

Then you can work with the both programs KnotTheory and LinKnot.

If you like to have the complete program LinKnot visible (with the usage, description of all LinKnot functions, etc.) and run together KnotTheory and LinKnot, you can open the file K2KL.nb from the directory LinKnot and run the same command as before.

After you've done this, everything should just work. If everything doesn't just work, please complain to Scott or S.Jablan (jablans@yahoo.com) .

See also Extending/Modifying KnotTheory`#Lessons learnt from integrating LinKnot` for technical details on how LinKnot` and KnotTheory` were integrated.