A Sample KnotTheory` Session: Difference between revisions
From Knot Atlas
Jump to navigationJump to search
No edit summary |
DrorsRobot (talk | contribs) No edit summary |
||
Line 23: | Line 23: | ||
{{In| |
{{In| |
||
n = 3 | |
n = 3 | |
||
in = <nowiki> |
in = <nowiki>K = Knot[8, 17]; |
||
Knot[ |
K11 = Knot[11, Alternating, 231]; |
||
L = Link[8, NonAlternating, 6]; |
|||
⚫ | |||
Link[8, NonAlternating, 6], |
|||
⚫ | |||
};</nowiki>}} |
|||
<!--END--> |
<!--END--> |
Revision as of 13:49, 18 September 2005
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 = Knot[8, 17];
K11 = Knot[11, Alternating, 231];
L = Link[8, NonAlternating, 6];
TK = TorusKnot[7,5];
|