L7a6
From Knot Atlas
Jump to navigationJump to search
|
|
|
|
Visit L7a6's page at Knotilus!
Visit L7a6's page at the original Knot Atlas! |
| L7a6 is [math]\displaystyle{ 7^2_1 }[/math] in the Rolfsen table of links. |
Knot presentations
| Planar diagram presentation | X8192 X10,4,11,3 X14,10,7,9 X12,6,13,5 X2738 X4,12,5,11 X6,14,1,13 |
| Gauss code | {1, -5, 2, -6, 4, -7}, {5, -1, 3, -2, 6, -4, 7, -3} |
Polynomial invariants
| Multivariable Alexander Polynomial (in [math]\displaystyle{ u }[/math], [math]\displaystyle{ v }[/math], [math]\displaystyle{ w }[/math], ...) | [math]\displaystyle{ -\frac{t(2)^2 t(1)^2-t(2) t(1)^2-t(2)^2 t(1)+t(2) t(1)-t(1)-t(2)+1}{t(1) t(2)} }[/math] (db) |
| Jones polynomial | [math]\displaystyle{ q^{13/2}-2 q^{11/2}+2 q^{9/2}-3 q^{7/2}+2 q^{5/2}-2 q^{3/2}+\sqrt{q}-\frac{1}{\sqrt{q}} }[/math] (db) |
| Signature | 3 (db) |
| HOMFLY-PT polynomial | [math]\displaystyle{ -z^5 a^{-3} +z^3 a^{-1} -4 z^3 a^{-3} +z^3 a^{-5} +3 z a^{-1} -4 z a^{-3} +2 z a^{-5} + a^{-1} z^{-1} - a^{-3} z^{-1} }[/math] (db) |
| Kauffman polynomial | [math]\displaystyle{ z^2 a^{-8} +2 z^3 a^{-7} -z a^{-7} +2 z^4 a^{-6} -z^2 a^{-6} +2 z^5 a^{-5} -3 z^3 a^{-5} +z a^{-5} +z^6 a^{-4} -z^4 a^{-4} -z^2 a^{-4} +3 z^5 a^{-3} -9 z^3 a^{-3} +6 z a^{-3} - a^{-3} z^{-1} +z^6 a^{-2} -3 z^4 a^{-2} +z^2 a^{-2} + a^{-2} +z^5 a^{-1} -4 z^3 a^{-1} +4 z a^{-1} - a^{-1} z^{-1} }[/math] (db) |
Vassiliev invariants
| V2 and V3: | (0, [math]\displaystyle{ -\frac{31}{48} }[/math]) |
| 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 [math]\displaystyle{ t^rq^j }[/math] are shown, along with their alternating sums [math]\displaystyle{ \chi }[/math] (fixed [math]\displaystyle{ j }[/math], alternation over [math]\displaystyle{ r }[/math]). The squares with yellow highlighting are those on the "critical diagonals", where [math]\displaystyle{ j-2r=s+1 }[/math] or [math]\displaystyle{ j-2r=s-1 }[/math], where [math]\displaystyle{ s= }[/math]3 is the signature of L7a6. 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.
[math]\displaystyle{ \textrm{Include}(\textrm{ColouredJonesM.mhtml}) }[/math]
In[1]:= |
<< KnotTheory` |
Loading KnotTheory` (version of August 17, 2005, 14:44:34)... | |
In[2]:= | Crossings[Link[7, Alternating, 6]] |
Out[2]= | 7 |
In[3]:= | PD[Link[7, Alternating, 6]] |
Out[3]= | PD[X[8, 1, 9, 2], X[10, 4, 11, 3], X[14, 10, 7, 9], X[12, 6, 13, 5], X[2, 7, 3, 8], X[4, 12, 5, 11], X[6, 14, 1, 13]] |
In[4]:= | GaussCode[Link[7, Alternating, 6]] |
Out[4]= | GaussCode[{1, -5, 2, -6, 4, -7}, {5, -1, 3, -2, 6, -4, 7, -3}] |
In[5]:= | BR[Link[7, Alternating, 6]] |
Out[5]= | BR[Link[7, Alternating, 6]] |
In[6]:= | alex = Alexander[Link[7, Alternating, 6]][t] |
Out[6]= | ComplexInfinity |
In[7]:= | Conway[Link[7, Alternating, 6]][z] |
Out[7]= | ComplexInfinity |
In[8]:= | Select[AllKnots[], (alex === Alexander[#][t])&] |
Out[8]= | {} |
In[9]:= | {KnotDet[Link[7, Alternating, 6]], KnotSignature[Link[7, Alternating, 6]]} |
Out[9]= | {Infinity, 3} |
In[10]:= | J=Jones[Link[7, Alternating, 6]][q] |
Out[10]= | 1 3/2 5/2 7/2 9/2 11/2 |
In[11]:= | Select[AllKnots[], (J === Jones[#][q] || (J /. q-> 1/q) === Jones[#][q])&] |
Out[11]= | {} |
In[12]:= | A2Invariant[Link[7, Alternating, 6]][q] |
Out[12]= | -2 2 4 8 10 12 14 20 1 + q + q + q + 2 q + q + 2 q + q - q |
In[13]:= | Kauffman[Link[7, Alternating, 6]][a, z] |
Out[13]= | 2 2 2 2 3-2 1 1 z z 6 z 4 z z z z z 2 z |
In[14]:= | {Vassiliev[2][Link[7, Alternating, 6]], Vassiliev[3][Link[7, Alternating, 6]]} |
Out[14]= | 31 |
In[15]:= | Kh[Link[7, Alternating, 6]][q, t] |
Out[15]= | 22 4 1 q 4 6 6 2 8 2 8 3 |


