K11a156
From Knot Atlas
|
|
|
|
![]() (Knotscape image) | See the full Hoste-Thistlethwaite Table of 11 Crossing Knots.
Visit K11a156's page at Knotilus! Visit K11a156's page at the original Knot Atlas! |
[edit] Knot presentations
| Planar diagram presentation | X4251 X10,3,11,4 X18,5,19,6 X12,8,13,7 X14,10,15,9 X2,11,3,12 X8,14,9,13 X20,15,21,16 X22,17,1,18 X6,19,7,20 X16,21,17,22 |
| Gauss code | 1, -6, 2, -1, 3, -10, 4, -7, 5, -2, 6, -4, 7, -5, 8, -11, 9, -3, 10, -8, 11, -9 |
| Dowker-Thistlethwaite code | 4 10 18 12 14 2 8 20 22 6 16 |
| A Braid Representative | | ||||
| A Morse Link Presentation |
|
[edit] Three dimensional invariants
|
[edit] Four dimensional invariants
|
[edit] Polynomial invariants
| Alexander polynomial | −t4 + 5t3−11t2 + 18t−21 + 18t−1−11t−2 + 5t−3−t−4 |
| Conway polynomial | −z8−3z6−z4 + 3z2 + 1 |
| 2nd Alexander ideal (db, data sources) | {1} |
| Determinant and Signature | { 91, -2 } |
| Jones polynomial | q3−3q2 + 6q−10 + 13q−1−14q−2 + 15q−3−12q−4 + 9q−5−5q−6 + 2q−7−q−8 |
| HOMFLY-PT polynomial (db, data sources) | −a2z8 + 2a4z6−6a2z6 + z6−a6z4 + 10a4z4−14a2z4 + 4z4−4a6z2 + 17a4z2−15a2z2 + 5z2−4a6 + 9a4−6a2 + 2 |
| Kauffman polynomial (db, data sources) | a4z10 + a2z10 + 3a5z9 + 6a3z9 + 3az9 + 4a6z8 + 6a4z8 + 6a2z8 + 4z8 + 3a7z7−4a5z7−13a3z7−3az7 + 3z7a−1 + 2a8z6−10a6z6−25a4z6−24a2z6 + z6a−2−10z6 + a9z5−5a7z5 + 7a3z5−8az5−9z5a−1−4a8z4 + 16a6z4 + 43a4z4 + 32a2z4−3z4a−2 + 6z4−3a9z3 + 2a7z3 + 10a5z3 + 8a3z3 + 10az3 + 7z3a−1 + a8z2−13a6z2−30a4z2−22a2z2 + 2z2a−2−4z2 + 2a9z−a7z−6a5z−6a3z−5az−2za−1 + 4a6 + 9a4 + 6a2 + 2 |
| The A2 invariant | −q24−q22−q20−2q18 + 3q16 + 3q12 + 3q10−q8 + 3q6−4q4 + q2−1−q−2 + 2q−4−q−6 + q−8 |
| The G2 invariant | q128−q126 + 3q124−4q122 + 4q120−3q118−q116 + 7q114−13q112 + 19q110−22q108 + 18q106−9q104−9q102 + 32q100−54q98 + 66q96−69q94 + 44q92−5q90−54q88 + 112q86−150q84 + 147q82−100q80 + 4q78 + 100q76−183q74 + 210q72−158q70 + 50q68 + 73q66−160q64 + 172q62−100q60−16q58 + 133q56−179q54 + 140q52−14q50−128q48 + 248q46−272q44 + 200q42−47q40−126q38 + 268q36−318q34 + 269q32−130q30−44q28 + 185q26−253q24 + 216q22−105q20−41q18 + 145q16−177q14 + 114q12 + 8q10−135q8 + 203q6−185q4 + 81q2 + 55−173q−2 + 231q−4−201q−6 + 115q−8−100q−12 + 152q−14−149q−16 + 107q−18−44q−20−11q−22 + 47q−24−60q−26 + 53q−28−33q−30 + 15q−32 + q−34−10q−36 + 10q−38−9q−40 + 5q−42−2q−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["K11a156"];
|
In[4]:=
| Alexander[K][t]
|
KnotTheory::loading: Loading precomputed data in PD4Knots`.
|
Out[4]=
| −t4 + 5t3−11t2 + 18t−21 + 18t−1−11t−2 + 5t−3−t−4 |
In[5]:=
| Conway[K][z]
|
Out[5]=
| −z8−3z6−z4 + 3z2 + 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]=
| { 91, -2 } |
In[8]:=
| Jones[K][q]
|
KnotTheory::loading: Loading precomputed data in Jones4Knots`.
|
Out[8]=
| q3−3q2 + 6q−10 + 13q−1−14q−2 + 15q−3−12q−4 + 9q−5−5q−6 + 2q−7−q−8 |
In[9]:=
| HOMFLYPT[K][a, z]
|
KnotTheory::credits: The HOMFLYPT program was written by Scott Morrison.
|
Out[9]=
| −a2z8 + 2a4z6−6a2z6 + z6−a6z4 + 10a4z4−14a2z4 + 4z4−4a6z2 + 17a4z2−15a2z2 + 5z2−4a6 + 9a4−6a2 + 2 |
In[10]:=
| Kauffman[K][a, z]
|
KnotTheory::loading: Loading precomputed data in Kauffman4Knots`.
|
Out[10]=
| a4z10 + a2z10 + 3a5z9 + 6a3z9 + 3az9 + 4a6z8 + 6a4z8 + 6a2z8 + 4z8 + 3a7z7−4a5z7−13a3z7−3az7 + 3z7a−1 + 2a8z6−10a6z6−25a4z6−24a2z6 + z6a−2−10z6 + a9z5−5a7z5 + 7a3z5−8az5−9z5a−1−4a8z4 + 16a6z4 + 43a4z4 + 32a2z4−3z4a−2 + 6z4−3a9z3 + 2a7z3 + 10a5z3 + 8a3z3 + 10az3 + 7z3a−1 + a8z2−13a6z2−30a4z2−22a2z2 + 2z2a−2−4z2 + 2a9z−a7z−6a5z−6a3z−5az−2za−1 + 4a6 + 9a4 + 6a2 + 2 |
[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["K11a156"];
|
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 + 18t−21 + 18t−1−11t−2 + 5t−3−t−4, q3−3q2 + 6q−10 + 13q−1−14q−2 + 15q−3−12q−4 + 9q−5−5q−6 + 2q−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 K11a156. 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. |
|


