T(9,5)
From Knot Atlas
|
|
|
|
| See other torus knots
Visit T(9,5)'s page at Knotilus! Visit T(9,5)'s page at the original Knot Atlas! |
| Edit T(9,5) Quick Notes
|
Edit T(9,5) Further Notes and Views
[edit] Knot presentations
| Planar diagram presentation | X51,37,52,36 X66,38,67,37 X9,39,10,38 X24,40,25,39 X67,53,68,52 X10,54,11,53 X25,55,26,54 X40,56,41,55 X11,69,12,68 X26,70,27,69 X41,71,42,70 X56,72,57,71 X27,13,28,12 X42,14,43,13 X57,15,58,14 X72,16,1,15 X43,29,44,28 X58,30,59,29 X1,31,2,30 X16,32,17,31 X59,45,60,44 X2,46,3,45 X17,47,18,46 X32,48,33,47 X3,61,4,60 X18,62,19,61 X33,63,34,62 X48,64,49,63 X19,5,20,4 X34,6,35,5 X49,7,50,6 X64,8,65,7 X35,21,36,20 X50,22,51,21 X65,23,66,22 X8,24,9,23 |
| Gauss code | -19, -22, -25, 29, 30, 31, 32, -36, -3, -6, -9, 13, 14, 15, 16, -20, -23, -26, -29, 33, 34, 35, 36, -4, -7, -10, -13, 17, 18, 19, 20, -24, -27, -30, -33, 1, 2, 3, 4, -8, -11, -14, -17, 21, 22, 23, 24, -28, -31, -34, -1, 5, 6, 7, 8, -12, -15, -18, -21, 25, 26, 27, 28, -32, -35, -2, -5, 9, 10, 11, 12, -16 |
| Dowker-Thistlethwaite code | 30 60 -34 -64 38 68 -42 -72 46 4 -50 -8 54 12 -58 -16 62 20 -66 -24 70 28 -2 -32 6 36 -10 -40 14 44 -18 -48 22 52 -26 -56 |
| Braid presentation | |
[edit] Polynomial invariants
| Alexander polynomial | t16−t15 + t11−t10 + t7−t5 + t2−1 + t−2−t−5 + t−7−t−10 + t−11−t−15 + t−16 |
| Conway polynomial | z32 + 31z30 + 434z28 + 3627z26 + 20150z24 + 78431z22 + 219625z20 + 447240z18 + 661810z16 + 703851z14 + 526423z12 + 267421z10 + 87560z8 + 17094z6 + 1772z4 + 80z2 + 1 |
| 2nd Alexander ideal (db, data sources) | {1} |
| Determinant and Signature | { 1, 24 } |
| Jones polynomial | −q28−q26 + q20 + q18 + q16 |
| HOMFLY-PT polynomial (db, data sources) | Data:T(9,5)/HOMFLYPT Polynomial |
| Kauffman polynomial (db, data sources) | Data:T(9,5)/Kauffman Polynomial |
| The A2 invariant | Data:T(9,5)/QuantumInvariant/A2/1,0 |
| The G2 invariant | Data:T(9,5)/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(9,5)"];
|
In[4]:=
| Alexander[K][t]
|
KnotTheory::loading: Loading precomputed data in PD4Knots`.
|
Out[4]=
| t16−t15 + t11−t10 + t7−t5 + t2−1 + t−2−t−5 + t−7−t−10 + t−11−t−15 + t−16 |
In[5]:=
| Conway[K][z]
|
Out[5]=
| z32 + 31z30 + 434z28 + 3627z26 + 20150z24 + 78431z22 + 219625z20 + 447240z18 + 661810z16 + 703851z14 + 526423z12 + 267421z10 + 87560z8 + 17094z6 + 1772z4 + 80z2 + 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]=
| { 1, 24 } |
In[8]:=
| Jones[K][q]
|
KnotTheory::loading: Loading precomputed data in Jones4Knots`.
|
Out[8]=
| −q28−q26 + q20 + q18 + q16 |
In[9]:=
| HOMFLYPT[K][a, z]
|
KnotTheory::credits: The HOMFLYPT program was written by Scott Morrison.
|
Out[9]=
| Data:T(9,5)/HOMFLYPT Polynomial |
In[10]:=
| Kauffman[K][a, z]
|
KnotTheory::loading: Loading precomputed data in Kauffman4Knots`.
|
Out[10]=
| Data:T(9,5)/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(9,5)"];
|
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]=
| { t16−t15 + t11−t10 + t7−t5 + t2−1 + t−2−t−5 + t−7−t−10 + t−11−t−15 + t−16, −q28−q26 + q20 + q18 + q16 } |
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 = 24 is the signature of T(9,5). 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. |
|

