T(11,2)

From Knot Atlas
Revision as of 20:45, 28 August 2005 by ScottTestRobot (talk | contribs)
Jump to navigationJump to search

T(5,3).jpg

T(5,3)

T(13,2).jpg

T(13,2)

T(11,2).jpg Visit [[[:Template:KnotilusURL]] T(11,2)'s page] at Knotilus!

Visit T(11,2)'s page at the original Knot Atlas!

See also K11a367.


T(11,2) Further Notes and Views

Knot presentations

Planar diagram presentation X5,17,6,16 X17,7,18,6 X7,19,8,18 X19,9,20,8 X9,21,10,20 X21,11,22,10 X11,1,12,22 X1,13,2,12 X13,3,14,2 X3,15,4,14 X15,5,16,4
Gauss code -8, 9, -10, 11, -1, 2, -3, 4, -5, 6, -7, 8, -9, 10, -11, 1, -2, 3, -4, 5, -6, 7
Dowker-Thistlethwaite code 12 14 16 18 20 22 2 4 6 8 10
Conway Notation Data:T(11,2)/Conway Notation

Polynomial invariants

Alexander polynomial
Conway polynomial
2nd Alexander ideal (db, data sources)
Determinant and Signature { 11, 10 }
Jones polynomial
HOMFLY-PT polynomial (db, data sources)
Kauffman polynomial (db, data sources)
The A2 invariant Data:T(11,2)/QuantumInvariant/A2/1,0
The G2 invariant Data:T(11,2)/QuantumInvariant/G2/1,0

Vassiliev invariants

V2 and V3: (15, 55)
V2,1 through V6,9:
V2,1 V3,1 V4,1 V4,2 V4,3 V5,1 V5,2 V5,3 V5,4 V6,1 V6,2 V6,3 V6,4 V6,5 V6,6 V6,7 V6,8 V6,9
Data:T(11,2)/V 2,1 Data:T(11,2)/V 3,1 Data:T(11,2)/V 4,1 Data:T(11,2)/V 4,2 Data:T(11,2)/V 4,3 Data:T(11,2)/V 5,1 Data:T(11,2)/V 5,2 Data:T(11,2)/V 5,3 Data:T(11,2)/V 5,4 Data:T(11,2)/V 6,1 Data:T(11,2)/V 6,2 Data:T(11,2)/V 6,3 Data:T(11,2)/V 6,4 Data:T(11,2)/V 6,5 Data:T(11,2)/V 6,6 Data:T(11,2)/V 6,7 Data:T(11,2)/V 6,8 Data:T(11,2)/V 6,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 10 is the signature of T(11,2). Nonzero entries off the critical diagonals (if any exist) are highlighted in red.   
\ r
  \  
j \
01234567891011χ
33           1-1
31            0
29         11 0
27            0
25       11   0
23            0
21     11     0
19            0
17   11       0
15            0
13  1         1
111           1
91           1
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[TorusKnot[11, 2]]
Out[2]=  
11
In[3]:=
PD[TorusKnot[11, 2]]
Out[3]=  
PD[X[5, 17, 6, 16], X[17, 7, 18, 6], X[7, 19, 8, 18], X[19, 9, 20, 8], 
 X[9, 21, 10, 20], X[21, 11, 22, 10], X[11, 1, 12, 22], 

X[1, 13, 2, 12], X[13, 3, 14, 2], X[3, 15, 4, 14], X[15, 5, 16, 4]]
In[4]:=
GaussCode[TorusKnot[11, 2]]
Out[4]=  
GaussCode[-8, 9, -10, 11, -1, 2, -3, 4, -5, 6, -7, 8, -9, 10, -11, 1, 
  -2, 3, -4, 5, -6, 7]
In[5]:=
BR[TorusKnot[11, 2]]
Out[5]=  
BR[2, {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1}]
In[6]:=
alex = Alexander[TorusKnot[11, 2]][t]
Out[6]=  
                -5              -4              -3              -2

-1 + Alternating - Alternating + Alternating - Alternating +

      1                                 2              3
 ----------- + Alternating - Alternating  + Alternating  - 
 Alternating

            4              5
Alternating + Alternating
In[7]:=
Conway[TorusKnot[11, 2]][z]
Out[7]=  
        2       4       6      8    10
1 + 15 z  + 35 z  + 28 z  + 9 z  + z
In[8]:=
Select[AllKnots[], (alex === Alexander[#][t])&]
Out[8]=  
{Knot[11, Alternating, 367]}
In[9]:=
{KnotDet[TorusKnot[11, 2]], KnotSignature[TorusKnot[11, 2]]}
Out[9]=  
{11, 10}
In[10]:=
J=Jones[TorusKnot[11, 2]][q]
Out[10]=  
 5    7    8    9    10    11    12    13    14    15    16
q  + q  - q  + q  - q   + q   - q   + q   - q   + q   - q
In[11]:=
Select[AllKnots[], (J === Jones[#][q] || (J /. q-> 1/q) === Jones[#][q])&]
Out[11]=  
{Knot[11, Alternating, 367]}
In[12]:=
A2Invariant[TorusKnot[11, 2]][q]
Out[12]=  
 18    20      22    24    26    42    44    46
q   + q   + 2 q   + q   + q   - q   - q   - q
In[13]:=
Kauffman[TorusKnot[11, 2]][a, z]
Out[13]=  
                                                 2       2      2

-5 6 z z z z z 5 z z 2 z 3 z --- - --- + --- - --- + --- - --- + --- + --- + --- - ---- + ---- -

12    10    21    19    17    15    13    11    20    18     16

a a a a a a a a a a a

    2       2       2    3       3      3       3       3    4
 4 z    25 z    35 z    z     3 z    6 z    10 z    20 z    z
 ---- + ----- + ----- + --- - ---- + ---- - ----- - ----- + --- - 
  14      12      10     19    17     15      13      11     18
 a       a       a      a     a      a       a       a      a

    4       4       4       4    5       5       5       5    6
 4 z    10 z    41 z    56 z    z     5 z    15 z    21 z    z
 ---- + ----- - ----- - ----- + --- - ---- + ----- + ----- + --- - 
  16      14      12      10     17    15      13      11     16
 a       a       a       a      a     a       a       a      a

    6       6       6    7       7      7    8       8       8    9
 6 z    29 z    36 z    z     7 z    8 z    z     9 z    10 z    z
 ---- + ----- + ----- + --- - ---- - ---- + --- - ---- - ----- + --- + 
  14      12      10     15    13     11     14    12      10     13
 a       a       a      a     a      a      a     a       a      a

  9     10    10
 z     z     z
 --- + --- + ---
  11    12    10
a a a
In[14]:=
{Vassiliev[2][TorusKnot[11, 2]], Vassiliev[3][TorusKnot[11, 2]]}
Out[14]=  
{0, 55}
In[15]:=
Kh[TorusKnot[11, 2]][q, t]
Out[15]=  
 9    11              2  13              3  17              4  17

q + q + Alternating q + Alternating q + Alternating q +

            5  21              6  21              7  25
 Alternating  q   + Alternating  q   + Alternating  q   + 

            8  25              9  29              10  29
 Alternating  q   + Alternating  q   + Alternating   q   + 

            11  33
Alternating q