K11a92
From Knot Atlas
|
|
|
|
![]() (Knotscape image) | See the full Hoste-Thistlethwaite Table of 11 Crossing Knots.
Visit K11a92's page at Knotilus! Visit K11a92's page at the original Knot Atlas! |
[edit] Knot presentations
| Planar diagram presentation | X4251 X10,3,11,4 X12,6,13,5 X16,7,17,8 X22,10,1,9 X2,11,3,12 X18,13,19,14 X20,15,21,16 X8,17,9,18 X14,19,15,20 X6,22,7,21 |
| Gauss code | 1, -6, 2, -1, 3, -11, 4, -9, 5, -2, 6, -3, 7, -10, 8, -4, 9, -7, 10, -8, 11, -5 |
| Dowker-Thistlethwaite code | 4 10 12 16 22 2 18 20 8 14 6 |
| A Braid Representative | | ||||
| A Morse Link Presentation |
|
[edit] Three dimensional invariants
|
[edit] Four dimensional invariants
|
[edit] Polynomial invariants
| Alexander polynomial | −t4 + 5t3−12t2 + 21t−25 + 21t−1−12t−2 + 5t−3−t−4 |
| Conway polynomial | −z8−3z6−2z4 + 2z2 + 1 |
| 2nd Alexander ideal (db, data sources) | {1} |
| Determinant and Signature | { 103, -2 } |
| Jones polynomial | q3−3q2 + 6q−10 + 14q−1−16q−2 + 17q−3−14q−4 + 11q−5−7q−6 + 3q−7−q−8 |
| HOMFLY-PT polynomial (db, data sources) | −a2z8 + 2a4z6−6a2z6 + z6−a6z4 + 9a4z4−14a2z4 + 4z4−3a6z2 + 14a4z2−14a2z2 + 5z2−3a6 + 7a4−5a2 + 2 |
| Kauffman polynomial (db, data sources) | a4z10 + a2z10 + 4a5z9 + 7a3z9 + 3az9 + 6a6z8 + 10a4z8 + 8a2z8 + 4z8 + 5a7z7−3a5z7−13a3z7−2az7 + 3z7a−1 + 3a8z6−12a6z6−34a4z6−30a2z6 + z6a−2−10z6 + a9z5−8a7z5−5a5z5 + 3a3z5−10az5−9z5a−1−5a8z4 + 13a6z4 + 47a4z4 + 39a2z4−3z4a−2 + 7z4−2a9z3 + 3a7z3 + 12a5z3 + 12a3z3 + 12az3 + 7z3a−1 + a8z2−10a6z2−27a4z2−23a2z2 + 2z2a−2−5z2 + a9z−2a7z−6a5z−6a3z−5az−2za−1 + 3a6 + 7a4 + 5a2 + 2 |
| The A2 invariant | −q24−q20−2q18 + 3q16−q14 + 3q12 + 2q10−q8 + 3q6−4q4 + 2q2−1−q−2 + 2q−4−q−6 + q−8 |
| The G2 invariant | q128−2q126 + 5q124−8q122 + 9q120−7q118 + 13q114−28q112 + 43q110−53q108 + 43q106−19q104−24q102 + 81q100−127q98 + 153q96−137q94 + 64q92 + 41q90−162q88 + 249q86−269q84 + 202q82−65q80−105q78 + 239q76−286q74 + 225q72−84q70−83q68 + 194q66−206q64 + 112q62 + 54q60−202q58 + 279q56−224q54 + 60q52 + 159q50−339q48 + 423q46−355q44 + 170q42 + 81q40−299q38 + 419q36−394q34 + 241q32−23q30−180q28 + 282q26−261q24 + 132q22 + 42q20−183q18 + 218q16−148q14−7q12 + 172q10−275q8 + 271q6−166q4−2q2 + 163−265q−2 + 280q−4−203q−6 + 83q−8 + 43q−10−134q−12 + 170q−14−152q−16 + 102q−18−37q−20−18q−22 + 51q−24−61q−26 + 52q−28−32q−30 + 15q−32 + q−34−10q−36 + 10q−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["K11a92"];
|
In[4]:=
| Alexander[K][t]
|
KnotTheory::loading: Loading precomputed data in PD4Knots`.
|
Out[4]=
| −t4 + 5t3−12t2 + 21t−25 + 21t−1−12t−2 + 5t−3−t−4 |
In[5]:=
| Conway[K][z]
|
Out[5]=
| −z8−3z6−2z4 + 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]=
| { 103, -2 } |
In[8]:=
| Jones[K][q]
|
KnotTheory::loading: Loading precomputed data in Jones4Knots`.
|
Out[8]=
| q3−3q2 + 6q−10 + 14q−1−16q−2 + 17q−3−14q−4 + 11q−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−14a2z4 + 4z4−3a6z2 + 14a4z2−14a2z2 + 5z2−3a6 + 7a4−5a2 + 2 |
In[10]:=
| Kauffman[K][a, z]
|
KnotTheory::loading: Loading precomputed data in Kauffman4Knots`.
|
Out[10]=
| a4z10 + a2z10 + 4a5z9 + 7a3z9 + 3az9 + 6a6z8 + 10a4z8 + 8a2z8 + 4z8 + 5a7z7−3a5z7−13a3z7−2az7 + 3z7a−1 + 3a8z6−12a6z6−34a4z6−30a2z6 + z6a−2−10z6 + a9z5−8a7z5−5a5z5 + 3a3z5−10az5−9z5a−1−5a8z4 + 13a6z4 + 47a4z4 + 39a2z4−3z4a−2 + 7z4−2a9z3 + 3a7z3 + 12a5z3 + 12a3z3 + 12az3 + 7z3a−1 + a8z2−10a6z2−27a4z2−23a2z2 + 2z2a−2−5z2 + a9z−2a7z−6a5z−6a3z−5az−2za−1 + 3a6 + 7a4 + 5a2 + 2 |
[edit] "Similar" Knots (within the Atlas)
Same Alexander/Conway Polynomial: {}
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["K11a92"];
|
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 + 21t−25 + 21t−1−12t−2 + 5t−3−t−4, q3−3q2 + 6q−10 + 14q−1−16q−2 + 17q−3−14q−4 + 11q−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]=
| {} |
[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 K11a92. 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. |
|


