K11a79
From Knot Atlas
|
|
|
|
![]() (Knotscape image) | See the full Hoste-Thistlethwaite Table of 11 Crossing Knots.
Visit K11a79's page at Knotilus! Visit K11a79's page at the original Knot Atlas! |
[edit] Knot presentations
| Planar diagram presentation | X4251 X10,3,11,4 X12,6,13,5 X14,7,15,8 X20,10,21,9 X2,11,3,12 X18,13,19,14 X8,15,9,16 X22,17,1,18 X6,20,7,19 X16,21,17,22 |
| Gauss code | 1, -6, 2, -1, 3, -10, 4, -8, 5, -2, 6, -3, 7, -4, 8, -11, 9, -7, 10, -5, 11, -9 |
| Dowker-Thistlethwaite code | 4 10 12 14 20 2 18 8 22 6 16 |
| A Braid Representative | | ||||
| A Morse Link Presentation |
|
[edit] Three dimensional invariants
|
[edit] Four dimensional invariants
|
[edit] Polynomial invariants
| Alexander polynomial | −t4 + 6t3−17t2 + 30t−35 + 30t−1−17t−2 + 6t−3−t−4 |
| Conway polynomial | −z8−2z6−z4 + 1 |
| 2nd Alexander ideal (db, data sources) | {1} |
| Determinant and Signature | { 143, -2 } |
| Jones polynomial | q3−4q2 + 9q−14 + 20q−1−23q−2 + 23q−3−20q−4 + 15q−5−9q−6 + 4q−7−q−8 |
| HOMFLY-PT polynomial (db, data sources) | −a2z8 + 2a4z6−5a2z6 + z6−a6z4 + 7a4z4−10a2z4 + 3z4−2a6z2 + 8a4z2−9a2z2 + 3z2−a6 + 3a4−3a2 + 2 |
| Kauffman polynomial (db, data sources) | 2a4z10 + 2a2z10 + 7a5z9 + 13a3z9 + 6az9 + 10a6z8 + 17a4z8 + 14a2z8 + 7z8 + 8a7z7−2a5z7−20a3z7−6az7 + 4z7a−1 + 4a8z6−16a6z6−48a4z6−45a2z6 + z6a−2−16z6 + a9z5−12a7z5−14a5z5−a3z5−9az5−9z5a−1−5a8z4 + 11a6z4 + 47a4z4 + 44a2z4−2z4a−2 + 11z4−a9z3 + 6a7z3 + 16a5z3 + 14a3z3 + 10az3 + 5z3a−1 + a8z2−5a6z2−19a4z2−19a2z2 + z2a−2−5z2−2a7z−5a5z−5a3z−3az−za−1 + a6 + 3a4 + 3a2 + 2 |
| The A2 invariant | −q24 + q22−2q18 + 4q16−3q14 + 2q12 + q10−3q8 + 4q6−5q4 + 4q2−q−2 + 3q−4−2q−6 + q−8 |
| The G2 invariant | q128−3q126 + 7q124−13q122 + 16q120−16q118 + 7q116 + 16q114−46q112 + 84q110−113q108 + 112q106−74q104−16q102 + 148q100−283q98 + 379q96−381q94 + 242q92 + 16q90−342q88 + 633q86−760q84 + 651q82−302q80−187q78 + 631q76−861q74 + 773q72−393q70−127q68 + 559q66−710q64 + 511q62−33q60−488q58 + 816q56−780q54 + 361q52 + 276q50−887q48 + 1228q46−1134q44 + 638q42 + 99q40−808q38 + 1233q36−1234q34 + 817q32−165q30−482q28 + 876q26−877q24 + 522q22 + 30q20−521q18 + 724q16−570q14 + 113q12 + 425q10−804q8 + 875q6−594q4 + 88q2 + 442−796q−2 + 861q−4−643q−6 + 256q−8 + 139q−10−416q−12 + 513q−14−437q−16 + 268q−18−68q−20−83q−22 + 155q−24−163q−26 + 121q−28−65q−30 + 20q−32 + 12q−34−24q−36 + 22q−38−16q−40 + 8q−42−3q−44 + q−46 |
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["K11a79"];
|
In[4]:=
| Alexander[K][t]
|
KnotTheory::loading: Loading precomputed data in PD4Knots`.
|
Out[4]=
| −t4 + 6t3−17t2 + 30t−35 + 30t−1−17t−2 + 6t−3−t−4 |
In[5]:=
| Conway[K][z]
|
Out[5]=
| −z8−2z6−z4 + 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]=
| { 143, -2 } |
In[8]:=
| Jones[K][q]
|
KnotTheory::loading: Loading precomputed data in Jones4Knots`.
|
Out[8]=
| q3−4q2 + 9q−14 + 20q−1−23q−2 + 23q−3−20q−4 + 15q−5−9q−6 + 4q−7−q−8 |
In[9]:=
| HOMFLYPT[K][a, z]
|
KnotTheory::credits: The HOMFLYPT program was written by Scott Morrison.
|
Out[9]=
| −a2z8 + 2a4z6−5a2z6 + z6−a6z4 + 7a4z4−10a2z4 + 3z4−2a6z2 + 8a4z2−9a2z2 + 3z2−a6 + 3a4−3a2 + 2 |
In[10]:=
| Kauffman[K][a, z]
|
KnotTheory::loading: Loading precomputed data in Kauffman4Knots`.
|
Out[10]=
| 2a4z10 + 2a2z10 + 7a5z9 + 13a3z9 + 6az9 + 10a6z8 + 17a4z8 + 14a2z8 + 7z8 + 8a7z7−2a5z7−20a3z7−6az7 + 4z7a−1 + 4a8z6−16a6z6−48a4z6−45a2z6 + z6a−2−16z6 + a9z5−12a7z5−14a5z5−a3z5−9az5−9z5a−1−5a8z4 + 11a6z4 + 47a4z4 + 44a2z4−2z4a−2 + 11z4−a9z3 + 6a7z3 + 16a5z3 + 14a3z3 + 10az3 + 5z3a−1 + a8z2−5a6z2−19a4z2−19a2z2 + z2a−2−5z2−2a7z−5a5z−5a3z−3az−za−1 + a6 + 3a4 + 3a2 + 2 |
[edit] "Similar" Knots (within the Atlas)
Same Alexander/Conway Polynomial: {K11a255,}
Same Jones Polynomial (up to mirroring,
):
{K11a255,}
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["K11a79"];
|
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 + 6t3−17t2 + 30t−35 + 30t−1−17t−2 + 6t−3−t−4, q3−4q2 + 9q−14 + 20q−1−23q−2 + 23q−3−20q−4 + 15q−5−9q−6 + 4q−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]=
| {K11a255,} |
In[6]:=
| DeleteCases[
Select[
AllKnots[],
(J === Jones[#][q] || (J /. q -> 1/q) === Jones[#][q]) &
],
K
]
|
KnotTheory::loading: Loading precomputed data in Jones4Knots11`.
|
Out[6]=
| {K11a255,} |
[edit] Vassiliev invariants
| V2 and V3: | (0, -1) |
| V2,1 through V6,9: |
|
V2,1 through V6,9 were provided by Petr Dunin-Barkowski <barkovs@itep.ru>, Andrey Smirnov <asmirnov@itep.ru>, and Alexei Sleptsov <sleptsov@itep.ru> and uploaded on October 2010 by User:Drorbn. Note that they are normalized differently than V2 and V3.
[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 K11a79. 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. |
|


