K11a3
From Knot Atlas
|
|
|
|
![]() (Knotscape image) | See the full Hoste-Thistlethwaite Table of 11 Crossing Knots.
Visit K11a3's page at Knotilus! Visit K11a3's page at the original Knot Atlas! |
[edit] Knot presentations
| Planar diagram presentation | X4251 X8394 X10,6,11,5 X14,8,15,7 X2,9,3,10 X18,11,19,12 X6,14,7,13 X20,15,21,16 X22,17,1,18 X12,19,13,20 X16,21,17,22 |
| Gauss code | 1, -5, 2, -1, 3, -7, 4, -2, 5, -3, 6, -10, 7, -4, 8, -11, 9, -6, 10, -8, 11, -9 |
| Dowker-Thistlethwaite code | 4 8 10 14 2 18 6 20 22 12 16 |
| A Braid Representative | | ||||
| A Morse Link Presentation |
|
[edit] Three dimensional invariants
|
[edit] Four dimensional invariants
|
[edit] Polynomial invariants
| Alexander polynomial | −t4 + 5t3−13t2 + 24t−29 + 24t−1−13t−2 + 5t−3−t−4 |
| Conway polynomial | −z8−3z6−3z4 + z2 + 1 |
| 2nd Alexander ideal (db, data sources) | {1} |
| Determinant and Signature | { 115, -2 } |
| Jones polynomial | q3−3q2 + 7q−12 + 16q−1−18q−2 + 19q−3−16q−4 + 12q−5−7q−6 + 3q−7−q−8 |
| HOMFLY-PT polynomial (db, data sources) | −a2z8 + 2a4z6−6a2z6 + z6−a6z4 + 9a4z4−15a2z4 + 4z4−3a6z2 + 15a4z2−17a2z2 + 6z2−3a6 + 8a4−7a2 + 3 |
| Kauffman polynomial (db, data sources) | a4z10 + a2z10 + 4a5z9 + 8a3z9 + 4az9 + 6a6z8 + 13a4z8 + 12a2z8 + 5z8 + 5a7z7 + a5z7−11a3z7−4az7 + 3z7a−1 + 3a8z6−9a6z6−38a4z6−40a2z6 + z6a−2−13z6 + a9z5−7a7z5−11a5z5−2a3z5−7az5−8z5a−1−5a8z4 + 9a6z4 + 48a4z4 + 49a2z4−3z4a−2 + 12z4−2a9z3 + 3a7z3 + 12a5z3 + 10a3z3 + 9az3 + 6z3a−1 + 2a8z2−8a6z2−30a4z2−30a2z2 + 2z2a−2−8z2 + a9z−a7z−4a5z−4a3z−4az−2za−1 + 3a6 + 8a4 + 7a2 + 3 |
| The A2 invariant | −q24−q20−2q18 + 4q16−q14 + 3q12 + 2q10−2q8 + 3q6−5q4 + 2q2−1−q−2 + 3q−4−q−6 + q−8 |
| The G2 invariant | q128−2q126 + 5q124−8q122 + 9q120−8q118 + q116 + 13q114−29q112 + 47q110−59q108 + 53q106−30q104−20q102 + 87q100−150q98 + 191q96−186q94 + 112q92 + 17q90−181q88 + 324q86−389q84 + 334q82−167q80−81q78 + 315q76−446q74 + 423q72−237q70−30q68 + 264q66−367q64 + 285q62−53q60−216q58 + 409q56−407q54 + 208q52 + 130q50−455q48 + 647q46−610q44 + 353q42 + 36q40−415q38 + 658q36−671q34 + 468q32−122q30−234q28 + 454q26−482q24 + 308q22−27q20−243q18 + 372q16−315q14 + 91q12 + 196q10−420q8 + 474q6−340q4 + 65q2 + 227−431q−2 + 485q−4−368q−6 + 159q−8 + 69q−10−235q−12 + 294q−14−251q−16 + 153q−18−39q−20−45q−22 + 88q−24−92q−26 + 69q−28−36q−30 + 11q−32 + 6q−34−13q−36 + 11q−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["K11a3"];
|
In[4]:=
| Alexander[K][t]
|
KnotTheory::loading: Loading precomputed data in PD4Knots`.
|
Out[4]=
| −t4 + 5t3−13t2 + 24t−29 + 24t−1−13t−2 + 5t−3−t−4 |
In[5]:=
| Conway[K][z]
|
Out[5]=
| −z8−3z6−3z4 + z2 + 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]=
| { 115, -2 } |
In[8]:=
| Jones[K][q]
|
KnotTheory::loading: Loading precomputed data in Jones4Knots`.
|
Out[8]=
| q3−3q2 + 7q−12 + 16q−1−18q−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−6a2z6 + z6−a6z4 + 9a4z4−15a2z4 + 4z4−3a6z2 + 15a4z2−17a2z2 + 6z2−3a6 + 8a4−7a2 + 3 |
In[10]:=
| Kauffman[K][a, z]
|
KnotTheory::loading: Loading precomputed data in Kauffman4Knots`.
|
Out[10]=
| a4z10 + a2z10 + 4a5z9 + 8a3z9 + 4az9 + 6a6z8 + 13a4z8 + 12a2z8 + 5z8 + 5a7z7 + a5z7−11a3z7−4az7 + 3z7a−1 + 3a8z6−9a6z6−38a4z6−40a2z6 + z6a−2−13z6 + a9z5−7a7z5−11a5z5−2a3z5−7az5−8z5a−1−5a8z4 + 9a6z4 + 48a4z4 + 49a2z4−3z4a−2 + 12z4−2a9z3 + 3a7z3 + 12a5z3 + 10a3z3 + 9az3 + 6z3a−1 + 2a8z2−8a6z2−30a4z2−30a2z2 + 2z2a−2−8z2 + a9z−a7z−4a5z−4a3z−4az−2za−1 + 3a6 + 8a4 + 7a2 + 3 |
[edit] "Similar" Knots (within the Atlas)
Same Alexander/Conway Polynomial: {}
Same Jones Polynomial (up to mirroring,
):
{K11a51, K11a331,}
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["K11a3"];
|
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−13t2 + 24t−29 + 24t−1−13t−2 + 5t−3−t−4, q3−3q2 + 7q−12 + 16q−1−18q−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]=
| {} |
In[6]:=
| DeleteCases[
Select[
AllKnots[],
(J === Jones[#][q] || (J /. q -> 1/q) === Jones[#][q]) &
],
K
]
|
KnotTheory::loading: Loading precomputed data in Jones4Knots11`.
|
Out[6]=
| {K11a51, K11a331,} |
[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 K11a3. 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. |
|


