T(11,4)
From Knot Atlas
|
|
|
|
| See other torus knots
Visit T(11,4)'s page at Knotilus! Visit T(11,4)'s page at the original Knot Atlas! |
| Edit T(11,4) Quick Notes
|
Edit T(11,4) Further Notes and Views
[edit] Knot presentations
| Planar diagram presentation | X3,53,4,52 X20,54,21,53 X37,55,38,54 X21,5,22,4 X38,6,39,5 X55,7,56,6 X39,23,40,22 X56,24,57,23 X7,25,8,24 X57,41,58,40 X8,42,9,41 X25,43,26,42 X9,59,10,58 X26,60,27,59 X43,61,44,60 X27,11,28,10 X44,12,45,11 X61,13,62,12 X45,29,46,28 X62,30,63,29 X13,31,14,30 X63,47,64,46 X14,48,15,47 X31,49,32,48 X15,65,16,64 X32,66,33,65 X49,1,50,66 X33,17,34,16 X50,18,51,17 X1,19,2,18 X51,35,52,34 X2,36,3,35 X19,37,20,36 |
| Gauss code | -30, -32, -1, 4, 5, 6, -9, -11, -13, 16, 17, 18, -21, -23, -25, 28, 29, 30, -33, -2, -4, 7, 8, 9, -12, -14, -16, 19, 20, 21, -24, -26, -28, 31, 32, 33, -3, -5, -7, 10, 11, 12, -15, -17, -19, 22, 23, 24, -27, -29, -31, 1, 2, 3, -6, -8, -10, 13, 14, 15, -18, -20, -22, 25, 26, 27 |
| Dowker-Thistlethwaite code | 18 52 -38 24 58 -44 30 64 -50 36 4 -56 42 10 -62 48 16 -2 54 22 -8 60 28 -14 66 34 -20 6 40 -26 12 46 -32 |
| Braid presentation | |
[edit] Polynomial invariants
| Alexander polynomial | t15−t14 + t11−t10 + t7−t6 + t4−t2 + 1−t−2 + t−4−t−6 + t−7−t−10 + t−11−t−14 + t−15 |
| Conway polynomial | z30 + 29z28 + 377z26 + 2900z24 + 14675z22 + 51380z20 + 127470z18 + 225760z16 + 283951z14 + 249288z12 + 148070z10 + 56577z8 + 12825z6 + 1510z4 + 75z2 + 1 |
| 2nd Alexander ideal (db, data sources) | {1} |
| Determinant and Signature | { 11, 22 } |
| Jones polynomial | −q28−q26 + q25−q24 + q23−q22 + q21−q20 + q19 + q17 + q15 |
| HOMFLY-PT polynomial (db, data sources) | Data:T(11,4)/HOMFLYPT Polynomial |
| Kauffman polynomial (db, data sources) | Data:T(11,4)/Kauffman Polynomial |
| The A2 invariant | Data:T(11,4)/QuantumInvariant/A2/1,0 |
| The G2 invariant | Data:T(11,4)/QuantumInvariant/G2/1,0 |
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["T(11,4)"];
|
In[4]:=
| Alexander[K][t]
|
KnotTheory::loading: Loading precomputed data in PD4Knots`.
|
Out[4]=
| t15−t14 + t11−t10 + t7−t6 + t4−t2 + 1−t−2 + t−4−t−6 + t−7−t−10 + t−11−t−14 + t−15 |
In[5]:=
| Conway[K][z]
|
Out[5]=
| z30 + 29z28 + 377z26 + 2900z24 + 14675z22 + 51380z20 + 127470z18 + 225760z16 + 283951z14 + 249288z12 + 148070z10 + 56577z8 + 12825z6 + 1510z4 + 75z2 + 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]=
| { 11, 22 } |
In[8]:=
| Jones[K][q]
|
KnotTheory::loading: Loading precomputed data in Jones4Knots`.
|
Out[8]=
| −q28−q26 + q25−q24 + q23−q22 + q21−q20 + q19 + q17 + q15 |
In[9]:=
| HOMFLYPT[K][a, z]
|
KnotTheory::credits: The HOMFLYPT program was written by Scott Morrison.
|
Out[9]=
| Data:T(11,4)/HOMFLYPT Polynomial |
In[10]:=
| Kauffman[K][a, z]
|
KnotTheory::loading: Loading precomputed data in Kauffman4Knots`.
|
Out[10]=
| Data:T(11,4)/Kauffman Polynomial |
[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["T(11,4)"];
|
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]=
| { t15−t14 + t11−t10 + t7−t6 + t4−t2 + 1−t−2 + t−4−t−6 + t−7−t−10 + t−11−t−14 + t−15, −q28−q26 + q25−q24 + q23−q22 + q21−q20 + q19 + q17 + q15 } |
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 = 22 is the signature of T(11,4). 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 Torus Knot Page master template (intermediate). See/edit the Torus Knot_Splice_Base (expert). Back to the top. |
|

