K11a182
From Knot Atlas
|
|
|
|
![]() (Knotscape image) | See the full Hoste-Thistlethwaite Table of 11 Crossing Knots.
Visit K11a182's page at Knotilus! Visit K11a182's page at the original Knot Atlas! |
[edit] Knot presentations
| Planar diagram presentation | X4251 X12,3,13,4 X14,6,15,5 X16,7,17,8 X18,9,19,10 X20,11,21,12 X2,13,3,14 X22,16,1,15 X8,17,9,18 X10,19,11,20 X6,21,7,22 |
| Gauss code | 1, -7, 2, -1, 3, -11, 4, -9, 5, -10, 6, -2, 7, -3, 8, -4, 9, -5, 10, -6, 11, -8 |
| Dowker-Thistlethwaite code | 4 12 14 16 18 20 2 22 8 10 6 |
| A Braid Representative | | ||||
| A Morse Link Presentation |
|
[edit] Three dimensional invariants
|
[edit] Four dimensional invariants
|
[edit] Polynomial invariants
| Alexander polynomial | t4−5t3 + 11t2−13t + 13−13t−1 + 11t−2−5t−3 + t−4 |
| Conway polynomial | z8 + 3z6 + z4 + 2z2 + 1 |
| 2nd Alexander ideal (db, data sources) | {1} |
| Determinant and Signature | { 73, -4 } |
| Jones polynomial | −q + 3−4q−1 + 7q−2−9q−3 + 11q−4−11q−5 + 10q−6−8q−7 + 5q−8−3q−9 + q−10 |
| HOMFLY-PT polynomial (db, data sources) | z4a8 + 3z2a8 + a8−2z6a6−9z4a6−11z2a6−4a6 + z8a4 + 6z6a4 + 13z4a4 + 13z2a4 + 4a4−z6a2−4z4a2−3z2a2 |
| Kauffman polynomial (db, data sources) | z4a12−z2a12 + 3z5a11−4z3a11 + za11 + 4z6a10−4z4a10 + 4z7a9−3z5a9−2z3a9 + 2za9 + 4z8a8−7z6a8 + 7z4a8−4z2a8 + a8 + 3z9a7−6z7a7 + 5z5a7−2z3a7 + z10a6 + 4z8a6−24z6a6 + 36z4a6−21z2a6 + 4a6 + 6z9a5−23z7a5 + 27z5a5−11z3a5 + z10a4 + 3z8a4−27z6a4 + 42z4a4−23z2a4 + 4a4 + 3z9a3−12z7a3 + 12z5a3−4z3a3 + za3 + 3z8a2−14z6a2 + 18z4a2−7z2a2 + z7a−4z5a + 3z3a |
| The A2 invariant | q30−q26−2q22 + q20−q18 + q14−2q12 + 3q10 + 2q6 + q4 + 1−q−2 |
| The G2 invariant | q162−2q160 + 4q158−6q156 + 4q154−2q152−4q150 + 12q148−18q146 + 22q144−19q142 + 8q140 + 7q138−23q136 + 37q134−40q132 + 34q130−20q128−2q126 + 25q124−39q122 + 48q120−41q118 + 29q116−11q114−11q112 + 28q110−40q108 + 40q106−30q104 + 11q102 + 8q100−24q98 + 27q96−18q94−2q92 + 21q90−36q88 + 25q86 + q84−35q82 + 64q80−71q78 + 51q76−12q74−39q72 + 78q70−98q68 + 84q66−43q64−8q62 + 55q60−76q58 + 75q56−48q54 + 8q52 + 27q50−49q48 + 44q46−13q44−19q42 + 51q40−54q38 + 32q36 + 8q34−49q32 + 79q30−81q28 + 56q26−9q24−36q22 + 70q20−76q18 + 61q16−29q14−3q12 + 26q10−37q8 + 35q6−23q4 + 11q2 + 1−7q−2 + 6q−4−7q−6 + 4q−8−2q−10 + q−12 |
Further Quantum Invariants
Computer Talk
The above data is available with the Mathematica package
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["K11a182"];
|
In[4]:=
| Alexander[K][t]
|
KnotTheory::loading: Loading precomputed data in PD4Knots`.
|
Out[4]=
| t4−5t3 + 11t2−13t + 13−13t−1 + 11t−2−5t−3 + t−4 |
In[5]:=
| Conway[K][z]
|
Out[5]=
| z8 + 3z6 + z4 + 2z2 + 1 |
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]=
| {1} |
In[7]:=
| {KnotDet[K], KnotSignature[K]}
|
Out[7]=
| { 73, -4 } |
In[8]:=
| Jones[K][q]
|
KnotTheory::loading: Loading precomputed data in Jones4Knots`.
|
Out[8]=
| −q + 3−4q−1 + 7q−2−9q−3 + 11q−4−11q−5 + 10q−6−8q−7 + 5q−8−3q−9 + q−10 |
In[9]:=
| HOMFLYPT[K][a, z]
|
KnotTheory::credits: The HOMFLYPT program was written by Scott Morrison.
|
Out[9]=
| z4a8 + 3z2a8 + a8−2z6a6−9z4a6−11z2a6−4a6 + z8a4 + 6z6a4 + 13z4a4 + 13z2a4 + 4a4−z6a2−4z4a2−3z2a2 |
In[10]:=
| Kauffman[K][a, z]
|
KnotTheory::loading: Loading precomputed data in Kauffman4Knots`.
|
Out[10]=
| z4a12−z2a12 + 3z5a11−4z3a11 + za11 + 4z6a10−4z4a10 + 4z7a9−3z5a9−2z3a9 + 2za9 + 4z8a8−7z6a8 + 7z4a8−4z2a8 + a8 + 3z9a7−6z7a7 + 5z5a7−2z3a7 + z10a6 + 4z8a6−24z6a6 + 36z4a6−21z2a6 + 4a6 + 6z9a5−23z7a5 + 27z5a5−11z3a5 + z10a4 + 3z8a4−27z6a4 + 42z4a4−23z2a4 + 4a4 + 3z9a3−12z7a3 + 12z5a3−4z3a3 + za3 + 3z8a2−14z6a2 + 18z4a2−7z2a2 + z7a−4z5a + 3z3a |
[edit] "Similar" Knots (within the Atlas)
Same Alexander/Conway Polynomial: {}
Same Jones Polynomial (up to mirroring,
):
{}
Computer Talk
The above data is available with the Mathematica package
KnotTheory`. Your input (in red) is realistic; all else should have the same content as in a real mathematica session, but with different formatting.
(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 May 31, 2006, 14:15:20.091.
|
In[3]:=
| K = Knot["K11a182"];
|
In[4]:=
| {A = Alexander[K][t], J = Jones[K][q]}
|
KnotTheory::loading: Loading precomputed data in PD4Knots`.
|
KnotTheory::loading: Loading precomputed data in Jones4Knots`.
|
Out[4]=
| { t4−5t3 + 11t2−13t + 13−13t−1 + 11t−2−5t−3 + t−4, −q + 3−4q−1 + 7q−2−9q−3 + 11q−4−11q−5 + 10q−6−8q−7 + 5q−8−3q−9 + q−10 } |
In[5]:=
| DeleteCases[Select[AllKnots[], (A === Alexander[#][t]) &], K]
|
KnotTheory::loading: Loading precomputed data in DTCode4KnotsTo11`.
|
KnotTheory::credits: The GaussCode to PD conversion was written by Siddarth Sankaran at the University of Toronto in the summer of 2005.
|
Out[5]=
| {} |
In[6]:=
| DeleteCases[
Select[
AllKnots[],
(J === Jones[#][q] || (J /. q -> 1/q) === Jones[#][q]) &
],
K
]
|
KnotTheory::loading: Loading precomputed data in Jones4Knots11`.
|
Out[6]=
| {} |
[edit] Khovanov Homology
| The coefficients of the monomials trqj are shown, along with their alternating sums χ (fixed j, alternation over r). The squares with yellow highlighting are those on the "critical diagonals", where j−2r = s + 1 or j−2r = s−1, where s = -4 is the signature of K11a182. Nonzero entries off the critical diagonals (if any exist) are highlighted in red. |
|
| Integral Khovanov Homology
(db, data source) |
|
[edit] Computer Talk
Much of the above data can be recomputed by Mathematica using the packageKnotTheory`. See A Sample KnotTheory` Session.
[edit] Modifying This Page
| Read me first: Modifying Knot Pages.
See/edit the Hoste-Thistlethwaite Knot Page master template (intermediate). See/edit the Hoste-Thistlethwaite_Splice_Base (expert). Back to the top. |
|


