A Sample KnotTheory` Session
From Knot Atlas
Jump to navigationJump to search
The first step is to load KnotTheory` as in Setup:
In[2]:= << KnotTheory`
Loading KnotTheory` (version of September 14, 2005, 13:37:36)...
8_17 |
K11a231 |
L8n6 |
T(7,5) |
Let us now introduce the four stars that will accompany us throughout this session:
In[3]:=
|
{K, K11, L, TK} = {
Knot[8, 17],
Knot[11, Alternating, 231],
Link[8, NonAlternating, 6],
TorusKnot[7,5]
};
|