 (KnotPlot image)
|
See the full Rolfsen Knot Table.
Visit 5 1's page
at the Knot Server
(KnotPlot driven, includes 3D interactive images!)
Visit 5 1 at Knotilus!
|
An interlaced pentagram, this is known variously as the "Cinquefoil Knot", after certain herbs and shrubs of the rose family which have 5-lobed leaves and 5-petaled flowers (see e.g. [4]),
as the "Pentafoil Knot" (visit Bert Jagers' pentafoil page),
as the "Double Overhand Knot", as 5_1, or finally as the torus knot T(5,2).
When taken off the post the strangle knot (hitch) of practical knot tying deforms to 5_1
|
A kolam of a 2x3 dot array
|
The VISA Interlink Logo [1]
|
|
A pentagonal table by Bob Mackay [2]
|
The Utah State Parks logo
|
As impossible object ("Penrose" pentagram)
|
Folded ribbon which is single-sided (more complex version of Möbius Strip).
|
|
|
Alternate pentagram of intersecting circles.
|
|
Partial view of US bicentennial logo on a shirt seen in Lisboa [3]
|
Non-prime knot with two 5_1 configurations on a closed loop.
|
|
Sum of two 5_1s, Vienna, orthodox church
|
This sentence was last edited by Dror.
Sometime later, Scott added this sentence.
Knot presentations
Planar diagram presentation
|
X1627 X3849 X5,10,6,1 X7283 X9,4,10,5
|
Gauss code
|
-1, 4, -2, 5, -3, 1, -4, 2, -5, 3
|
Dowker-Thistlethwaite code
|
6 8 10 2 4
|
Conway Notation
|
[5]
|
Minimum Braid Representative
|
A Morse Link Presentation
|
An Arc Presentation
|
Length is 5, width is 2,
Braid index is 2
|
|
 [{7, 2}, {1, 3}, {2, 4}, {3, 5}, {4, 6}, {5, 7}, {6, 1}]
|
[edit Notes on presentations of 5 1]
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`
|
|
KnotTheory::loading: Loading precomputed data in PD4Knots`.
|
Out[4]=
|
X1627 X3849 X5,10,6,1 X7283 X9,4,10,5
|
Out[5]=
|
-1, 4, -2, 5, -3, 1, -4, 2, -5, 3
|
(The path below may be different on your system)
In[7]:=
|
AppendTo[$Path, "C:/bin/LinKnot/"];
|
In[8]:=
|
ConwayNotation[K]
|
|
KnotTheory::credits: The minimum braids representing the knots with up to 10 crossings were provided by Thomas Gittings. See arXiv:math.GT/0401051.
|
Out[9]=
|
|
In[10]:=
|
{First[br], Crossings[br], BraidIndex[K]}
|
|
KnotTheory::loading: Loading precomputed data in IndianaData`.
|
In[11]:=
|
Show[BraidPlot[br]]
|
In[12]:=
|
Show[DrawMorseLink[K]]
|
|
KnotTheory::credits: "MorseLink was added to KnotTheory` by Siddarth Sankaran at the University of Toronto in the summer of 2005."
|
|
KnotTheory::credits: "DrawMorseLink was written by Siddarth Sankaran at the University of Toronto in the summer of 2005."
|
In[13]:=
|
ap = ArcPresentation[K]
|
Out[13]=
|
ArcPresentation[{7, 2}, {1, 3}, {2, 4}, {3, 5}, {4, 6}, {5, 7}, {6, 1}]
|
Four dimensional invariants
Polynomial invariants
Alexander polynomial |
 |
Conway polynomial |
 |
2nd Alexander ideal (db, data sources) |
 |
Determinant and Signature |
{ 5, -4 } |
Jones polynomial |
 |
HOMFLY-PT polynomial (db, data sources) |
 |
Kauffman polynomial (db, data sources) |
 |
The A2 invariant |
 |
The G2 invariant |
 |
Further Quantum Invariants
Further quantum knot invariants for 5_1.
A1 Invariants.
Weight
|
Invariant
|
1
|
|
2
|
|
3
|
|
4
|
|
5
|
|
6
|
|
8
|
|
A2 Invariants.
Weight
|
Invariant
|
1,0
|
|
1,1
|
|
2,0
|
|
3,0
|
|
A3 Invariants.
Weight
|
Invariant
|
0,1,0
|
|
1,0,0
|
|
1,0,1
|
|
A4 Invariants.
Weight
|
Invariant
|
0,1,0,0
|
|
1,0,0,0
|
|
B2 Invariants.
Weight
|
Invariant
|
0,1
|
|
1,0
|
|
B3 Invariants.
Weight
|
Invariant
|
1,0,0
|
|
B4 Invariants.
Weight
|
Invariant
|
1,0,0,0
|
|
C3 Invariants.
Weight
|
Invariant
|
1,0,0
|
|
C4 Invariants.
Weight
|
Invariant
|
1,0,0,0
|
|
D4 Invariants.
Weight
|
Invariant
|
0,1,0,0
|
|
1,0,0,0
|
|
G2 Invariants.
Weight
|
Invariant
|
0,1
|
|
1,0
|
|
.
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`
|
|
KnotTheory::loading: Loading precomputed data in PD4Knots`.
|
Out[4]=
|
|
Out[5]=
|
|
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]=
|
|
In[7]:=
|
{KnotDet[K], KnotSignature[K]}
|
|
KnotTheory::loading: Loading precomputed data in Jones4Knots`.
|
Out[8]=
|
|
In[9]:=
|
HOMFLYPT[K][a, z]
|
|
KnotTheory::credits: The HOMFLYPT program was written by Scott Morrison.
|
Out[9]=
|
|
In[10]:=
|
Kauffman[K][a, z]
|
|
KnotTheory::loading: Loading precomputed data in Kauffman4Knots`.
|
Out[10]=
|
|
"Similar" Knots (within the Atlas)
Same Alexander/Conway Polynomial:
{10_132,}
Same Jones Polynomial (up to mirroring,
):
{10_132,}
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`
|
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]=
|
{ , }
|
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.
|
In[6]:=
|
DeleteCases[
Select[
AllKnots[],
(J === Jones[#][q] || (J /. q -> 1/q) === Jones[#][q]) &
],
K
]
|
|
KnotTheory::loading: Loading precomputed data in Jones4Knots11`.
|
V2,1 through V6,9:
|
V2,1
|
V3,1
|
V4,1
|
V4,2
|
V4,3
|
V5,1
|
V5,2
|
V5,3
|
V5,4
|
V6,1
|
V6,2
|
V6,3
|
V6,4
|
V6,5
|
V6,6
|
V6,7
|
V6,8
|
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.
The coefficients of the monomials are shown, along with their alternating sums Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \chi}
(fixed Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle j}
, alternation over Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle r}
). The squares with yellow highlighting are those on the "critical diagonals", where Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle j-2r=s+1}
or Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle j-2r=s-1}
, where Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle s=}
-4 is the signature of 5 1. Nonzero entries off the critical diagonals (if any exist) are highlighted in red.
|
|
|
-5 | -4 | -3 | -2 | -1 | 0 | χ |
-3 | | | | | | 1 | 1 |
-5 | | | | | | 1 | 1 |
-7 | | | | 1 | | | 1 |
-9 | | | | | | | 0 |
-11 | | 1 | 1 | | | | 0 |
-13 | | | | | | | 0 |
-15 | 1 | | | | | | -1 |
|
Integral Khovanov Homology
(db, data source)
|
|
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \dim{\mathcal G}_{2r+i}\operatorname{KH}^r_{\mathbb Z}}
|
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle i=-5}
|
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle i=-3}
|
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle r=-5}
|
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle {\mathbb Z}}
|
|
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle r=-4}
|
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle {\mathbb Z}_2}
|
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle {\mathbb Z}}
|
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle r=-3}
|
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle {\mathbb Z}}
|
|
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle r=-2}
|
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle {\mathbb Z}_2}
|
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle {\mathbb Z}}
|
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle r=-1}
|
|
|
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle r=0}
|
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle {\mathbb Z}}
|
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle {\mathbb Z}}
|
|
The Coloured Jones Polynomials
The Coloured Jones Polynomials (in the
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n+1}
-dimensional representation of
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle sl(2)}
)
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n}
|
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle J_n}
|
2
|
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle q^{-4} + q^{-7} - q^{-9} + q^{-10} - q^{-12} + q^{-13} -2 q^{-15} + q^{-16} - q^{-18} + q^{-19} }
|
3
|
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle q^{-6} + q^{-10} - q^{-13} + q^{-14} - q^{-17} + q^{-18} - q^{-21} - q^{-25} + q^{-27} - q^{-29} + q^{-31} + q^{-35} - q^{-36} }
|
4
|
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle q^{-8} + q^{-13} - q^{-17} + q^{-18} - q^{-22} + q^{-23} - q^{-27} + q^{-28} - q^{-29} - q^{-32} + q^{-33} - q^{-34} + q^{-36} - q^{-37} + q^{-38} - q^{-39} + q^{-41} - q^{-42} + q^{-43} - q^{-44} + q^{-45} + q^{-46} - q^{-47} + q^{-48} - q^{-49} + q^{-51} - q^{-52} + q^{-53} - q^{-54} - q^{-57} + q^{-58} }
|
5
|
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle q^{-10} + q^{-16} - q^{-21} + q^{-22} - q^{-27} + q^{-28} - q^{-33} + q^{-34} - q^{-36} - q^{-39} + q^{-40} - q^{-42} + q^{-46} - q^{-48} + q^{-52} - q^{-54} + q^{-57} + q^{-58} - q^{-60} + q^{-63} - q^{-66} + q^{-69} - q^{-72} - q^{-73} + q^{-75} - q^{-79} + q^{-81} + q^{-84} - q^{-85} }
|
6
|
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle q^{-12} + q^{-19} - q^{-25} + q^{-26} - q^{-32} + q^{-33} - q^{-39} + q^{-40} - q^{-43} - q^{-46} + q^{-47} - q^{-50} - q^{-53} +2 q^{-54} - q^{-57} - q^{-60} +2 q^{-61} - q^{-64} - q^{-67} +2 q^{-68} + q^{-69} - q^{-71} - q^{-74} +2 q^{-75} + q^{-76} -2 q^{-78} - q^{-81} +2 q^{-82} + q^{-83} -2 q^{-85} - q^{-88} +2 q^{-89} -2 q^{-92} - q^{-95} +2 q^{-96} + q^{-97} -2 q^{-99} - q^{-102} +2 q^{-103} + q^{-104} - q^{-106} - q^{-109} +2 q^{-110} - q^{-113} - q^{-116} + q^{-117} }
|
7
|
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle q^{-14} + q^{-22} - q^{-29} + q^{-30} - q^{-37} + q^{-38} - q^{-45} + q^{-46} - q^{-50} - q^{-53} + q^{-54} - q^{-58} - q^{-61} + q^{-62} + q^{-63} - q^{-66} - q^{-69} + q^{-70} + q^{-71} - q^{-74} - q^{-77} + q^{-78} + q^{-79} + q^{-81} - q^{-82} - q^{-85} + q^{-86} + q^{-87} + q^{-89} - q^{-90} - q^{-92} - q^{-93} + q^{-94} + q^{-95} + q^{-97} - q^{-98} - q^{-100} - q^{-101} + q^{-102} + q^{-103} + q^{-105} - q^{-106} - q^{-107} - q^{-108} - q^{-109} + q^{-110} + q^{-111} + q^{-113} - q^{-114} - q^{-115} - q^{-117} + q^{-118} + q^{-119} + q^{-121} - q^{-122} - q^{-123} - q^{-125} + q^{-126} + q^{-127} + q^{-128} + q^{-129} - q^{-130} - q^{-131} - q^{-133} + q^{-134} + q^{-136} + q^{-137} - q^{-138} - q^{-139} - q^{-141} + q^{-142} + q^{-145} - q^{-146} - q^{-147} + q^{-150} + q^{-153} - q^{-154} }
|