8 21
|
|
Visit 8 21's page at the Knot Server (KnotPlot driven, includes 3D interactive images!)
Visit 8 21's page at Knotilus! Visit 8 21's page at the original Knot Atlas! |
Knot presentations
Planar diagram presentation | X1425 X3849 X12,6,13,5 X13,16,14,1 X9,14,10,15 X15,10,16,11 X6,12,7,11 X7283 |
Gauss code | -1, 8, -2, 1, 3, -7, -8, 2, -5, 6, 7, -3, -4, 5, -6, 4 |
Dowker-Thistlethwaite code | 4 8 -12 2 14 -6 16 10 |
Conway Notation | [21,21,2-] |
Three dimensional invariants
|
Four dimensional invariants
|
Polynomial invariants
A1 Invariants.
Weight | Invariant |
---|---|
1 | |
2 | |
3 | |
4 | |
5 | |
6 |
A2 Invariants.
Weight | Invariant |
---|---|
1,0 | |
1,1 | |
2,0 |
A3 Invariants.
Weight | Invariant |
---|---|
0,1,0 | |
1,0,0 | |
1,0,1 |
A4 Invariants.
Weight | Invariant |
---|---|
0,1,0,0 | |
1,0,0,0 |
B2 Invariants.
Weight | Invariant |
---|---|
0,1 | |
1,0 |
D4 Invariants.
Weight | Invariant |
---|---|
1,0,0,0 |
G2 Invariants.
Weight | Invariant |
---|---|
1,0 |
.
KnotTheory`
, as shown in the (simulated) Mathematica session below. Your input (in red) is realistic; all else should have the same content as in a real mathematica session, but with different formatting. This Mathematica session is also available (albeit only for the knot 5_2) as the notebook PolynomialInvariantsSession.nb.
(The path below may be different on your system, and possibly also the KnotTheory` date)
In[1]:=
|
AppendTo[$Path, "C:/drorbn/projects/KAtlas/"];
<< KnotTheory`
|
Loading KnotTheory` version of August 31, 2006, 11:25:27.5625.
|
In[3]:=
|
K = Knot["8 21"];
|
In[4]:=
|
Alexander[K][t]
|
KnotTheory::loading: Loading precomputed data in PD4Knots`.
|
Out[4]=
|
In[5]:=
|
Conway[K][z]
|
Out[5]=
|
In[6]:=
|
Alexander[K, 2][t]
|
KnotTheory::credits: The program Alexander[K, r] to compute Alexander ideals was written by Jana Archibald at the University of Toronto in the summer of 2005.
|
Out[6]=
|
In[7]:=
|
{KnotDet[K], KnotSignature[K]}
|
Out[7]=
|
{ 15, -2 } |
In[8]:=
|
Jones[K][q]
|
KnotTheory::loading: Loading precomputed data in Jones4Knots`.
|
Out[8]=
|
In[9]:=
|
HOMFLYPT[K][a, z]
|
KnotTheory::credits: The HOMFLYPT program was written by Scott Morrison.
|
Out[9]=
|
In[10]:=
|
Kauffman[K][a, z]
|
KnotTheory::loading: Loading precomputed data in Kauffman4Knots`.
|
Out[10]=
|
Vassiliev invariants
V2 and V3: | (0, 1) |
V2,1 through V6,9: |
|
V2,1 through V6,9 were provided by Petr Dunin-Barkowski <barkovs@itep.ru>, Andrey Smirnov <asmirnov@itep.ru>, and Alexei Sleptsov <sleptsov@itep.ru> and uploaded on October 2010 by User:Drorbn. Note that they are normalized differently than V2 and V3.
Khovanov Homology
The coefficients of the monomials are shown, along with their alternating sums (fixed , alternation over ). The squares with yellow highlighting are those on the "critical diagonals", where or , where -2 is the signature of 8 21. Nonzero entries off the critical diagonals (if any exist) are highlighted in red. |
|
Integral Khovanov Homology
(db, data source) |
|
Computer Talk
Much of the above data can be recomputed by Mathematica using the package KnotTheory`
. See A Sample KnotTheory` Session.
In[1]:= |
<< KnotTheory` |
Loading KnotTheory` (version of August 17, 2005, 14:44:34)... | |
In[2]:= | Crossings[Knot[8, 21]] |
Out[2]= | 8 |
In[3]:= | PD[Knot[8, 21]] |
Out[3]= | PD[X[1, 4, 2, 5], X[3, 8, 4, 9], X[12, 6, 13, 5], X[13, 16, 14, 1], X[9, 14, 10, 15], X[15, 10, 16, 11], X[6, 12, 7, 11], X[7, 2, 8, 3]] |
In[4]:= | GaussCode[Knot[8, 21]] |
Out[4]= | GaussCode[-1, 8, -2, 1, 3, -7, -8, 2, -5, 6, 7, -3, -4, 5, -6, 4] |
In[5]:= | BR[Knot[8, 21]] |
Out[5]= | BR[3, {-1, -1, -1, -2, 1, 1, -2, -2}] |
In[6]:= | alex = Alexander[Knot[8, 21]][t] |
Out[6]= | -2 4 2 |
In[7]:= | Conway[Knot[8, 21]][z] |
Out[7]= | 4 1 - z |
In[8]:= | Select[AllKnots[], (alex === Alexander[#][t])&] |
Out[8]= | {Knot[8, 21], Knot[10, 136]} |
In[9]:= | {KnotDet[Knot[8, 21]], KnotSignature[Knot[8, 21]]} |
Out[9]= | {15, -2} |
In[10]:= | J=Jones[Knot[8, 21]][q] |
Out[10]= | -7 2 2 3 3 2 2 |
In[11]:= | Select[AllKnots[], (J === Jones[#][q] || (J /. q-> 1/q) === Jones[#][q])&] |
Out[11]= | {Knot[8, 21]} |
In[12]:= | A2Invariant[Knot[8, 21]][q] |
Out[12]= | -22 2 -12 -10 -8 2 -4 2 |
In[13]:= | Kauffman[Knot[8, 21]][a, z] |
Out[13]= | 2 4 6 3 5 7 2 2 4 2 |
In[14]:= | {Vassiliev[2][Knot[8, 21]], Vassiliev[3][Knot[8, 21]]} |
Out[14]= | {0, 1} |
In[15]:= | Kh[Knot[8, 21]][q, t] |
Out[15]= | -3 2 1 1 1 1 1 2 1 |