A Sample KnotTheory` Session: Difference between revisions
From Knot Atlas
Jump to navigationJump to search
DrorsRobot (talk | contribs) No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Manual TOC Sidebar}} |
{{Manual TOC Sidebar}} |
||
===Setup=== |
|||
The first step is to load <tt>KnotTheory`</tt> as in [[Setup]]: |
The first step is to load <tt>KnotTheory`</tt> as in [[Setup]]: |
||
Line 14: | Line 16: | ||
{{Knot Image Pair|L8n6|gif|T(7,5)|jpg}} |
{{Knot Image Pair|L8n6|gif|T(7,5)|jpg}} |
||
Let us now introduce the four |
Let us now introduce the four star knots that will accompany us throughout this session: |
||
<!--$$K = Knot[8, 17]; |
<!--$$K = Knot[8, 17]; |
||
Line 27: | Line 29: | ||
L = Link[8, NonAlternating, 6]; |
L = Link[8, NonAlternating, 6]; |
||
TK = TorusKnot[7,5];</nowiki>}} |
TK = TorusKnot[7,5];</nowiki>}} |
||
<!--END--> |
|||
===Presentations=== |
|||
<!--$$PD[K]$$--> |
|||
<!--END--> |
|||
<!--$${GaussCode[K], GaussCode[L]}$$--> |
|||
<!--END--> |
|||
<!--$$DTCode[K]$$--> |
|||
<!--END--> |
<!--END--> |
Revision as of 14:00, 18 September 2005
Setup
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 star knots 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];
|