K11a33
From Knot Atlas
|
|
|
|
![]() (Knotscape image) | See the full Hoste-Thistlethwaite Table of 11 Crossing Knots.
Visit K11a33's page at Knotilus! Visit K11a33's page at the original Knot Atlas! |
[edit] Knot presentations
| Planar diagram presentation | X4251 X8493 X14,5,15,6 X2837 X16,9,17,10 X18,11,19,12 X20,14,21,13 X6,15,7,16 X10,17,11,18 X22,19,1,20 X12,22,13,21 |
| Gauss code | 1, -4, 2, -1, 3, -8, 4, -2, 5, -9, 6, -11, 7, -3, 8, -5, 9, -6, 10, -7, 11, -10 |
| Dowker-Thistlethwaite code | 4 8 14 2 16 18 20 6 10 22 12 |
| 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 + 6a4z8 + 10a2z8 + 3z8a−2 + 7z8 + 6a5z7−2a3z7−16az7−7z7a−1 + z7a−3 + 5a6z6−8a4z6−37a2z6−12z6a−2−36z6 + 3a7z5−6a5z5−9a3z5−4z5a−1−4z5a−3 + a8z4−5a6z4 + 5a4z4 + 42a2z4 + 15z4a−2 + 46z4−3a7z3 + 2a5z3 + 10a3z3 + 13az3 + 13z3a−1 + 5z3a−3−a8z2 + 2a6z2−4a4z2−24a2z2−8z2a−2−25z2 + a7z−4a3z−6az−5za−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−4q104−2q102 + 11q100−20q98 + 28q96−30q94 + 21q92−4q90−18q88 + 46q86−64q84 + 71q82−62q80 + 34q78 + 5q76−50q74 + 94q72−120q70 + 122q68−91q66 + 28q64 + 51q62−120q60 + 164q58−153q56 + 91q54 + 2q52−95q50 + 142q48−123q46 + 48q44 + 53q42−131q40 + 140q38−78q36−43q34 + 164q32−242q30 + 220q28−117q26−45q24 + 200q22−292q20 + 287q18−190q16 + 33q14 + 123q12−226q10 + 246q8−169q6 + 45q4 + 87q2−158 + 157q−2−71q−4−46q−6 + 152q−8−189q−10 + 143q−12−26q−14−108q−16 + 214q−18−235q−20 + 177q−22−63q−24−68q−26 + 158q−28−189q−30 + 156q−32−82q−34 + q−36 + 56q−38−82q−40 + 74q−42−48q−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["K11a33"];
|
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 + 6a4z8 + 10a2z8 + 3z8a−2 + 7z8 + 6a5z7−2a3z7−16az7−7z7a−1 + z7a−3 + 5a6z6−8a4z6−37a2z6−12z6a−2−36z6 + 3a7z5−6a5z5−9a3z5−4z5a−1−4z5a−3 + a8z4−5a6z4 + 5a4z4 + 42a2z4 + 15z4a−2 + 46z4−3a7z3 + 2a5z3 + 10a3z3 + 13az3 + 13z3a−1 + 5z3a−3−a8z2 + 2a6z2−4a4z2−24a2z2−8z2a−2−25z2 + a7z−4a3z−6az−5za−1−2za−3 + 2a4 + 6a2 + 2a−2 + 7 |
[edit] "Similar" Knots (within the Atlas)
Same Alexander/Conway Polynomial: {10_116, K11a7, K11a82,}
Same Jones Polynomial (up to mirroring,
):
{K11a82,}
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["K11a33"];
|
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, K11a82,} |
In[6]:=
| DeleteCases[
Select[
AllKnots[],
(J === Jones[#][q] || (J /. q -> 1/q) === Jones[#][q]) &
],
K
]
|
KnotTheory::loading: Loading precomputed data in Jones4Knots11`.
|
Out[6]=
| {K11a82,} |
[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 K11a33. 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. |
|


