K11a184
From Knot Atlas
|
|
|
|
![]() (Knotscape image) | See the full Hoste-Thistlethwaite Table of 11 Crossing Knots.
Visit K11a184's page at Knotilus! Visit K11a184's page at the original Knot Atlas! |
[edit] Knot presentations
| Planar diagram presentation | X4251 X12,3,13,4 X14,6,15,5 X16,7,17,8 X18,9,19,10 X22,12,1,11 X2,13,3,14 X20,15,21,16 X8,17,9,18 X10,19,11,20 X6,22,7,21 |
| Gauss code | 1, -7, 2, -1, 3, -11, 4, -9, 5, -10, 6, -2, 7, -3, 8, -4, 9, -5, 10, -8, 11, -6 |
| Dowker-Thistlethwaite code | 4 12 14 16 18 22 2 20 8 10 6 |
| A Braid Representative | | ||||
| A Morse Link Presentation |
|
[edit] Three dimensional invariants
|
[edit] Four dimensional invariants
|
[edit] Polynomial invariants
| Alexander polynomial | −t4 + 5t3−11t2 + 17t−19 + 17t−1−11t−2 + 5t−3−t−4 |
| Conway polynomial | −z8−3z6−z4 + 2z2 + 1 |
| 2nd Alexander ideal (db, data sources) | {1} |
| Determinant and Signature | { 87, -2 } |
| Jones polynomial | q3−3q2 + 5q−8 + 12q−1−13q−2 + 14q−3−12q−4 + 9q−5−6q−6 + 3q−7−q−8 |
| HOMFLY-PT polynomial (db, data sources) | −a2z8 + 2a4z6−6a2z6 + z6−a6z4 + 9a4z4−13a2z4 + 4z4−3a6z2 + 12a4z2−11a2z2 + 4z2−2a6 + 4a4−2a2 + 1 |
| Kauffman polynomial (db, data sources) | a4z10 + a2z10 + 3a5z9 + 6a3z9 + 3az9 + 4a6z8 + 5a4z8 + 5a2z8 + 4z8 + 4a7z7−4a5z7−17a3z7−6az7 + 3z7a−1 + 3a8z6−6a6z6−21a4z6−26a2z6 + z6a−2−13z6 + a9z5−6a7z5 + 3a5z5 + 18a3z5−2az5−10z5a−1−6a8z4 + 4a6z4 + 34a4z4 + 39a2z4−3z4a−2 + 12z4−2a9z3−2a3z3 + 7az3 + 7z3a−1 + 2a8z2−5a6z2−20a4z2−20a2z2 + z2a−2−6z2 + a9z−a5z−a3z−2az−za−1 + 2a6 + 4a4 + 2a2 + 1 |
| The A2 invariant | −q24−q18 + 2q16−2q14 + q12 + q10 + 4q6−2q4 + 2q2−1−q−2 + q−4−q−6 + q−8 |
| The G2 invariant | q128−2q126 + 5q124−8q122 + 8q120−5q118−3q116 + 16q114−27q112 + 36q110−37q108 + 21q106 + 2q104−35q102 + 65q100−82q98 + 80q96−56q94 + 11q92 + 43q90−94q88 + 126q86−123q84 + 82q82−19q80−56q78 + 110q76−126q74 + 101q72−35q70−37q68 + 85q66−88q64 + 40q62 + 34q60−101q58 + 126q56−95q54 + 15q52 + 89q50−172q48 + 207q46−167q44 + 71q42 + 48q40−152q38 + 207q36−190q34 + 121q32−15q30−80q28 + 140q26−134q24 + 74q22 + 9q20−79q18 + 102q16−75q14 + 4q12 + 79q10−129q8 + 135q6−89q4−q2 + 85−143q−2 + 151q−4−113q−6 + 48q−8 + 25q−10−78q−12 + 103q−14−94q−16 + 64q−18−24q−20−12q−22 + 33q−24−41q−26 + 36q−28−23q−30 + 12q−32 + q−34−7q−36 + 7q−38−7q−40 + 4q−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["K11a184"];
|
In[4]:=
| Alexander[K][t]
|
KnotTheory::loading: Loading precomputed data in PD4Knots`.
|
Out[4]=
| −t4 + 5t3−11t2 + 17t−19 + 17t−1−11t−2 + 5t−3−t−4 |
In[5]:=
| Conway[K][z]
|
Out[5]=
| −z8−3z6−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]=
| { 87, -2 } |
In[8]:=
| Jones[K][q]
|
KnotTheory::loading: Loading precomputed data in Jones4Knots`.
|
Out[8]=
| q3−3q2 + 5q−8 + 12q−1−13q−2 + 14q−3−12q−4 + 9q−5−6q−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−13a2z4 + 4z4−3a6z2 + 12a4z2−11a2z2 + 4z2−2a6 + 4a4−2a2 + 1 |
In[10]:=
| Kauffman[K][a, z]
|
KnotTheory::loading: Loading precomputed data in Kauffman4Knots`.
|
Out[10]=
| a4z10 + a2z10 + 3a5z9 + 6a3z9 + 3az9 + 4a6z8 + 5a4z8 + 5a2z8 + 4z8 + 4a7z7−4a5z7−17a3z7−6az7 + 3z7a−1 + 3a8z6−6a6z6−21a4z6−26a2z6 + z6a−2−13z6 + a9z5−6a7z5 + 3a5z5 + 18a3z5−2az5−10z5a−1−6a8z4 + 4a6z4 + 34a4z4 + 39a2z4−3z4a−2 + 12z4−2a9z3−2a3z3 + 7az3 + 7z3a−1 + 2a8z2−5a6z2−20a4z2−20a2z2 + z2a−2−6z2 + a9z−a5z−a3z−2az−za−1 + 2a6 + 4a4 + 2a2 + 1 |
[edit] "Similar" Knots (within the Atlas)
Same Alexander/Conway Polynomial: {10_112,}
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["K11a184"];
|
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 + 17t−19 + 17t−1−11t−2 + 5t−3−t−4, q3−3q2 + 5q−8 + 12q−1−13q−2 + 14q−3−12q−4 + 9q−5−6q−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]=
| {10_112,} |
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 K11a184. 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. |
|


