K11a66
From Knot Atlas
|
|
|
|
![]() (Knotscape image) | See the full Hoste-Thistlethwaite Table of 11 Crossing Knots.
Visit K11a66's page at Knotilus! Visit K11a66's page at the original Knot Atlas! |
[edit] Knot presentations
| Planar diagram presentation | X4251 X8394 X16,5,17,6 X12,8,13,7 X2,9,3,10 X18,12,19,11 X20,13,21,14 X22,15,1,16 X10,18,11,17 X6,19,7,20 X14,21,15,22 |
| Gauss code | 1, -5, 2, -1, 3, -10, 4, -2, 5, -9, 6, -4, 7, -11, 8, -3, 9, -6, 10, -7, 11, -8 |
| Dowker-Thistlethwaite code | 4 8 16 12 2 18 20 22 10 6 14 |
| A Braid Representative | | ||||
| A Morse Link Presentation |
|
[edit] Three dimensional invariants
|
[edit] Four dimensional invariants
|
[edit] Polynomial invariants
| Alexander polynomial | −t4 + 6t3−15t2 + 24t−27 + 24t−1−15t−2 + 6t−3−t−4 |
| Conway polynomial | −z8−2z6 + z4 + 2z2 + 1 |
| 2nd Alexander ideal (db, data sources) | {1} |
| Determinant and Signature | { 119, -2 } |
| Jones polynomial | q3−4q2 + 8q−12 + 17q−1−19q−2 + 19q−3−16q−4 + 12q−5−7q−6 + 3q−7−q−8 |
| HOMFLY-PT polynomial (db, data sources) | −a2z8 + 2a4z6−5a2z6 + z6−a6z4 + 8a4z4−9a2z4 + 3z4−3a6z2 + 10a4z2−7a2z2 + 2z2−2a6 + 4a4−2a2 + 1 |
| Kauffman polynomial (db, data sources) | 2a4z10 + 2a2z10 + 5a5z9 + 11a3z9 + 6az9 + 6a6z8 + 7a4z8 + 8a2z8 + 7z8 + 5a7z7−6a5z7−28a3z7−13az7 + 4z7a−1 + 3a8z6−9a6z6−26a4z6−35a2z6 + z6a−2−20z6 + a9z5−7a7z5 + 5a5z5 + 29a3z5 + 6az5−10z5a−1−5a8z4 + 8a6z4 + 36a4z4 + 41a2z4−2z4a−2 + 16z4−2a9z3 + 2a7z3−3a5z3−12a3z3−az3 + 4z3a−1 + 2a8z2−7a6z2−21a4z2−17a2z2−5z2 + a9z + 2a3z + az + 2a6 + 4a4 + 2a2 + 1 |
| The A2 invariant | −q24−2q18 + 3q16−2q14 + 2q12 + 2q10−2q8 + 4q6−4q4 + 3q2−q−2 + 2q−4−2q−6 + q−8 |
| The G2 invariant | q128−2q126 + 5q124−8q122 + 9q120−8q118 + q116 + 13q114−30q112 + 48q110−58q108 + 49q106−22q104−26q102 + 86q100−138q98 + 166q96−158q94 + 93q92 + 8q90−140q88 + 268q86−338q84 + 321q82−195q80−17q78 + 243q76−408q74 + 439q72−312q70 + 66q68 + 200q66−367q64 + 359q62−166q60−109q58 + 341q56−418q54 + 280q52 + 13q50−346q48 + 586q46−611q44 + 417q42−53q40−338q38 + 616q36−692q34 + 539q32−221q30−147q28 + 437q26−537q24 + 432q22−158q20−154q18 + 360q16−388q14 + 209q12 + 79q10−342q8 + 475q6−401q4 + 155q2 + 161−417q−2 + 514q−4−431q−6 + 212q−8 + 43q−10−244q−12 + 335q−14−307q−16 + 202q−18−63q−20−51q−22 + 109q−24−122q−26 + 95q−28−53q−30 + 19q−32 + 9q−34−19q−36 + 18q−38−14q−40 + 7q−42−3q−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["K11a66"];
|
In[4]:=
| Alexander[K][t]
|
KnotTheory::loading: Loading precomputed data in PD4Knots`.
|
Out[4]=
| −t4 + 6t3−15t2 + 24t−27 + 24t−1−15t−2 + 6t−3−t−4 |
In[5]:=
| Conway[K][z]
|
Out[5]=
| −z8−2z6 + 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]=
| { 119, -2 } |
In[8]:=
| Jones[K][q]
|
KnotTheory::loading: Loading precomputed data in Jones4Knots`.
|
Out[8]=
| q3−4q2 + 8q−12 + 17q−1−19q−2 + 19q−3−16q−4 + 12q−5−7q−6 + 3q−7−q−8 |
In[9]:=
| HOMFLYPT[K][a, z]
|
KnotTheory::credits: The HOMFLYPT program was written by Scott Morrison.
|
Out[9]=
| −a2z8 + 2a4z6−5a2z6 + z6−a6z4 + 8a4z4−9a2z4 + 3z4−3a6z2 + 10a4z2−7a2z2 + 2z2−2a6 + 4a4−2a2 + 1 |
In[10]:=
| Kauffman[K][a, z]
|
KnotTheory::loading: Loading precomputed data in Kauffman4Knots`.
|
Out[10]=
| 2a4z10 + 2a2z10 + 5a5z9 + 11a3z9 + 6az9 + 6a6z8 + 7a4z8 + 8a2z8 + 7z8 + 5a7z7−6a5z7−28a3z7−13az7 + 4z7a−1 + 3a8z6−9a6z6−26a4z6−35a2z6 + z6a−2−20z6 + a9z5−7a7z5 + 5a5z5 + 29a3z5 + 6az5−10z5a−1−5a8z4 + 8a6z4 + 36a4z4 + 41a2z4−2z4a−2 + 16z4−2a9z3 + 2a7z3−3a5z3−12a3z3−az3 + 4z3a−1 + 2a8z2−7a6z2−21a4z2−17a2z2−5z2 + a9z + 2a3z + az + 2a6 + 4a4 + 2a2 + 1 |
[edit] "Similar" Knots (within the Atlas)
Same Alexander/Conway Polynomial: {K11a163,}
Same Jones Polynomial (up to mirroring,
):
{K11a121,}
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["K11a66"];
|
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 + 6t3−15t2 + 24t−27 + 24t−1−15t−2 + 6t−3−t−4, q3−4q2 + 8q−12 + 17q−1−19q−2 + 19q−3−16q−4 + 12q−5−7q−6 + 3q−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]=
| {K11a163,} |
In[6]:=
| DeleteCases[
Select[
AllKnots[],
(J === Jones[#][q] || (J /. q -> 1/q) === Jones[#][q]) &
],
K
]
|
KnotTheory::loading: Loading precomputed data in Jones4Knots11`.
|
Out[6]=
| {K11a121,} |
[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 K11a66. 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. |
|


