K11a162
From Knot Atlas
|
|
|
|
![]() (Knotscape image) | See the full Hoste-Thistlethwaite Table of 11 Crossing Knots.
Visit K11a162's page at Knotilus! Visit K11a162's page at the original Knot Atlas! |
[edit] Knot presentations
| Planar diagram presentation | X4251 X10,3,11,4 X18,5,19,6 X14,7,15,8 X16,10,17,9 X2,11,3,12 X6,13,7,14 X20,16,21,15 X22,17,1,18 X12,20,13,19 X8,21,9,22 |
| Gauss code | 1, -6, 2, -1, 3, -7, 4, -11, 5, -2, 6, -10, 7, -4, 8, -5, 9, -3, 10, -8, 11, -9 |
| Dowker-Thistlethwaite code | 4 10 18 14 16 2 6 20 22 12 8 |
| A Braid Representative | | ||||
| A Morse Link Presentation |
|
[edit] Three dimensional invariants
|
[edit] Four dimensional invariants
|
[edit] Polynomial invariants
| Alexander polynomial | −t4 + 7t3−20t2 + 35t−41 + 35t−1−20t−2 + 7t−3−t−4 |
| Conway polynomial | −z8−z6 + 2z4 + 2z2 + 1 |
| 2nd Alexander ideal (db, data sources) | {1} |
| Determinant and Signature | { 167, -2 } |
| Jones polynomial | q3−5q2 + 11q−17 + 24q−1−27q−2 + 27q−3−23q−4 + 17q−5−10q−6 + 4q−7−q−8 |
| HOMFLY-PT polynomial (db, data sources) | −a2z8 + 2a4z6−4a2z6 + z6−a6z4 + 6a4z4−5a2z4 + 2z4−2a6z2 + 5a4z2−a2z2−a6 + a4 + a2 |
| Kauffman polynomial (db, data sources) | 3a4z10 + 3a2z10 + 9a5z9 + 18a3z9 + 9az9 + 12a6z8 + 20a4z8 + 18a2z8 + 10z8 + 9a7z7−2a5z7−27a3z7−11az7 + 5z7a−1 + 4a8z6−18a6z6−53a4z6−54a2z6 + z6a−2−22z6 + a9z5−13a7z5−18a5z5−2a3z5−7az5−9z5a−1−4a8z4 + 13a6z4 + 42a4z4 + 39a2z4−z4a−2 + 13z4−a9z3 + 9a7z3 + 18a5z3 + 13a3z3 + 8az3 + 3z3a−1 + a8z2−6a6z2−13a4z2−7a2z2−z2−3a7z−5a5z−3a3z−az + a6 + a4−a2 |
| The A2 invariant | −q24 + q22−3q18 + 4q16−4q14 + 2q12 + 2q10−3q8 + 6q6−5q4 + 5q2−2q−2 + 3q−4−3q−6 + q−8 |
| The G2 invariant | q128−3q126 + 7q124−13q122 + 17q120−19q118 + 12q116 + 11q114−46q112 + 94q110−138q108 + 151q106−118q104 + 17q102 + 152q100−344q98 + 509q96−563q94 + 427q92−103q90−372q88 + 858q86−1159q84 + 1122q82−679q80−70q78 + 863q76−1399q74 + 1437q72−936q70 + 69q68 + 791q66−1265q64 + 1134q62−429q60−505q58 + 1243q56−1419q54 + 900q52 + 100q50−1198q48 + 1938q46−1983q44 + 1306q42−122q40−1126q38 + 1989q36−2169q34 + 1607q32−550q30−614q28 + 1451q26−1645q24 + 1181q22−254q20−695q18 + 1248q16−1177q14 + 500q12 + 447q10−1235q8 + 1534q6−1190q4 + 367q2 + 595−1310q−2 + 1523q−4−1208q−6 + 535q−8 + 190q−10−721q−12 + 919q−14−794q−16 + 480q−18−114q−20−162q−22 + 286q−24−290q−26 + 206q−28−102q−30 + 23q−32 + 28q−34−42q−36 + 36q−38−24q−40 + 11q−42−4q−44 + q−46 |
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["K11a162"];
|
In[4]:=
| Alexander[K][t]
|
KnotTheory::loading: Loading precomputed data in PD4Knots`.
|
Out[4]=
| −t4 + 7t3−20t2 + 35t−41 + 35t−1−20t−2 + 7t−3−t−4 |
In[5]:=
| Conway[K][z]
|
Out[5]=
| −z8−z6 + 2z4 + 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]=
| { 167, -2 } |
In[8]:=
| Jones[K][q]
|
KnotTheory::loading: Loading precomputed data in Jones4Knots`.
|
Out[8]=
| q3−5q2 + 11q−17 + 24q−1−27q−2 + 27q−3−23q−4 + 17q−5−10q−6 + 4q−7−q−8 |
In[9]:=
| HOMFLYPT[K][a, z]
|
KnotTheory::credits: The HOMFLYPT program was written by Scott Morrison.
|
Out[9]=
| −a2z8 + 2a4z6−4a2z6 + z6−a6z4 + 6a4z4−5a2z4 + 2z4−2a6z2 + 5a4z2−a2z2−a6 + a4 + a2 |
In[10]:=
| Kauffman[K][a, z]
|
KnotTheory::loading: Loading precomputed data in Kauffman4Knots`.
|
Out[10]=
| 3a4z10 + 3a2z10 + 9a5z9 + 18a3z9 + 9az9 + 12a6z8 + 20a4z8 + 18a2z8 + 10z8 + 9a7z7−2a5z7−27a3z7−11az7 + 5z7a−1 + 4a8z6−18a6z6−53a4z6−54a2z6 + z6a−2−22z6 + a9z5−13a7z5−18a5z5−2a3z5−7az5−9z5a−1−4a8z4 + 13a6z4 + 42a4z4 + 39a2z4−z4a−2 + 13z4−a9z3 + 9a7z3 + 18a5z3 + 13a3z3 + 8az3 + 3z3a−1 + a8z2−6a6z2−13a4z2−7a2z2−z2−3a7z−5a5z−3a3z−az + a6 + a4−a2 |
[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["K11a162"];
|
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 + 7t3−20t2 + 35t−41 + 35t−1−20t−2 + 7t−3−t−4, q3−5q2 + 11q−17 + 24q−1−27q−2 + 27q−3−23q−4 + 17q−5−10q−6 + 4q−7−q−8 } |
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 = -2 is the signature of K11a162. 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. |
|


