A Sample KnotTheory` Session: Difference between revisions

From Knot Atlas
Jump to navigationJump to search
No edit summary
No edit summary
Line 10: Line 10:
<!--END-->
<!--END-->


{{Knot Image Quadruple|8_17|gif|K11a231|gif|L8n6|gif|T(7,5)|jpg}}
{{Knot Image Pair|8_17|gif|K11a231|gif}}

{{Knot Image Pair|L8n6|gif|T(7,5)|jpg}}


Let us now introduce the four stars that will accompany us throughout this session:
Let us now introduce the four stars that will accompany us throughout this session:


<!--$${K, K11, L, TK} = {
<!--$$K = Knot[8, 17];
Knot[8, 17],
K11 = Knot[11, Alternating, 231];
Knot[11, Alternating, 231],
L = Link[8, NonAlternating, 6];
TK = TorusKnot[7,5];$$-->
Link[8, NonAlternating, 6],
TorusKnot[7,5]
};$$-->
<!--Robot Land, no human edits to "END"-->
<!--Robot Land, no human edits to "END"-->
{{In|
{{In|

Revision as of 14:48, 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.gif
8_17
K11a231.gif
K11a231
L8n6.gif
L8n6
T(7,5).jpg
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] };