K11a82
From Knot Atlas
|
|
|
|
![]() (Knotscape image) | See the full Hoste-Thistlethwaite Table of 11 Crossing Knots.
Visit K11a82's page at Knotilus! Visit K11a82's page at the original Knot Atlas! |
[edit] Knot presentations
| Planar diagram presentation | X4251 X10,4,11,3 X12,5,13,6 X16,8,17,7 X2,10,3,9 X22,11,1,12 X18,13,19,14 X20,15,21,16 X6,18,7,17 X14,19,15,20 X8,21,9,22 |
| Gauss code | 1, -5, 2, -1, 3, -9, 4, -11, 5, -2, 6, -3, 7, -10, 8, -4, 9, -7, 10, -8, 11, -6 |
| Dowker-Thistlethwaite code | 4 10 12 16 2 22 18 20 6 14 8 |
| A Braid Representative | | ||||
| A Morse Link Presentation |
|
[edit] Three dimensional invariants
|
[edit] Four dimensional invariants
|
[edit] Polynomial invariants
| Alexander polynomial | −t4 + 5t3−12t2 + 19t−21 + 19t−1−12t−2 + 5t−3−t−4 |
| Conway polynomial | −z8−3z6−2z4 + 1 |
| 2nd Alexander ideal (db, data sources) | {1} |
| Determinant and Signature | { 95, -2 } |
| Jones polynomial | −q4 + 3q3−6q2 + 10q−12 + 15q−1−15q−2 + 13q−3−10q−4 + 6q−5−3q−6 + q−7 |
| HOMFLY-PT polynomial (db, data sources) | −a2z8 + a4z6−6a2z6 + 2z6 + 4a4z4−14a2z4−z4a−2 + 9z4 + 5a4z2−15a2z2−3z2a−2 + 13z2 + 2a4−6a2−2a−2 + 7 |
| Kauffman polynomial (db, data sources) | a2z10 + z10 + 4a3z9 + 7az9 + 3z9a−1 + 7a4z8 + 11a2z8 + 3z8a−2 + 7z8 + 7a5z7−15az7−7z7a−1 + z7a−3 + 5a6z6−14a4z6−43a2z6−12z6a−2−36z6 + 3a7z5−12a5z5−21a3z5−6az5−4z5a−1−4z5a−3 + a8z4−5a6z4 + 14a4z4 + 51a2z4 + 15z4a−2 + 46z4−3a7z3 + 11a5z3 + 28a3z3 + 22az3 + 13z3a−1 + 5z3a−3−a8z2 + a6z2−7a4z2−27a2z2−8z2a−2−26z2−4a5z−10a3z−10az−6za−1−2za−3 + 2a4 + 6a2 + 2a−2 + 7 |
| The A2 invariant | q20−q18 + 2q16−q14−q12 + q10−4q8 + 2q6−2q4 + 2q2 + 3 + 3q−4−q−6−q−12 |
| The G2 invariant | q114−2q112 + 4q110−6q108 + 5q106−3q104−2q102 + 10q100−17q98 + 24q96−27q94 + 19q92−7q90−13q88 + 37q86−55q84 + 66q82−62q80 + 39q78−q76−44q74 + 91q72−119q70 + 122q68−90q66 + 26q64 + 56q62−124q60 + 166q58−152q56 + 86q54 + 9q52−103q50 + 148q48−128q46 + 50q44 + 54q42−134q40 + 144q38−84q36−38q34 + 161q32−239q30 + 217q28−113q26−48q24 + 202q22−291q20 + 282q18−182q16 + 24q14 + 130q12−230q10 + 246q8−165q6 + 40q4 + 89q2−159 + 157q−2−70q−4−45q−6 + 148q−8−183q−10 + 139q−12−24q−14−108q−16 + 209q−18−228q−20 + 170q−22−58q−24−69q−26 + 156q−28−184q−30 + 152q−32−79q−34−q−36 + 56q−38−81q−40 + 72q−42−47q−44 + 19q−46 + 3q−48−15q−50 + 14q−52−11q−54 + 6q−56−2q−58 + q−60 |
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["K11a82"];
|
In[4]:=
| Alexander[K][t]
|
KnotTheory::loading: Loading precomputed data in PD4Knots`.
|
Out[4]=
| −t4 + 5t3−12t2 + 19t−21 + 19t−1−12t−2 + 5t−3−t−4 |
In[5]:=
| Conway[K][z]
|
Out[5]=
| −z8−3z6−2z4 + 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]=
| { 95, -2 } |
In[8]:=
| Jones[K][q]
|
KnotTheory::loading: Loading precomputed data in Jones4Knots`.
|
Out[8]=
| −q4 + 3q3−6q2 + 10q−12 + 15q−1−15q−2 + 13q−3−10q−4 + 6q−5−3q−6 + q−7 |
In[9]:=
| HOMFLYPT[K][a, z]
|
KnotTheory::credits: The HOMFLYPT program was written by Scott Morrison.
|
Out[9]=
| −a2z8 + a4z6−6a2z6 + 2z6 + 4a4z4−14a2z4−z4a−2 + 9z4 + 5a4z2−15a2z2−3z2a−2 + 13z2 + 2a4−6a2−2a−2 + 7 |
In[10]:=
| Kauffman[K][a, z]
|
KnotTheory::loading: Loading precomputed data in Kauffman4Knots`.
|
Out[10]=
| a2z10 + z10 + 4a3z9 + 7az9 + 3z9a−1 + 7a4z8 + 11a2z8 + 3z8a−2 + 7z8 + 7a5z7−15az7−7z7a−1 + z7a−3 + 5a6z6−14a4z6−43a2z6−12z6a−2−36z6 + 3a7z5−12a5z5−21a3z5−6az5−4z5a−1−4z5a−3 + a8z4−5a6z4 + 14a4z4 + 51a2z4 + 15z4a−2 + 46z4−3a7z3 + 11a5z3 + 28a3z3 + 22az3 + 13z3a−1 + 5z3a−3−a8z2 + a6z2−7a4z2−27a2z2−8z2a−2−26z2−4a5z−10a3z−10az−6za−1−2za−3 + 2a4 + 6a2 + 2a−2 + 7 |
[edit] "Similar" Knots (within the Atlas)
Same Alexander/Conway Polynomial: {10_116, K11a7, K11a33,}
Same Jones Polynomial (up to mirroring,
):
{K11a33,}
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["K11a82"];
|
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−12t2 + 19t−21 + 19t−1−12t−2 + 5t−3−t−4, −q4 + 3q3−6q2 + 10q−12 + 15q−1−15q−2 + 13q−3−10q−4 + 6q−5−3q−6 + q−7 } |
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]=
| {10_116, K11a7, K11a33,} |
In[6]:=
| DeleteCases[
Select[
AllKnots[],
(J === Jones[#][q] || (J /. q -> 1/q) === Jones[#][q]) &
],
K
]
|
KnotTheory::loading: Loading precomputed data in Jones4Knots11`.
|
Out[6]=
| {K11a33,} |
[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 K11a82. 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. |
|


