<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://katlas.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=TrropAscol</id>
	<title>Knot Atlas - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://katlas.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=TrropAscol"/>
	<link rel="alternate" type="text/html" href="https://katlas.org/wiki/Special:Contributions/TrropAscol"/>
	<updated>2026-04-25T18:55:04Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://katlas.org/index.php?title=Conway_Notation&amp;diff=1693684</id>
		<title>Conway Notation</title>
		<link rel="alternate" type="text/html" href="https://katlas.org/index.php?title=Conway_Notation&amp;diff=1693684"/>
		<updated>2009-05-22T09:51:16Z</updated>

		<summary type="html">&lt;p&gt;TrropAscol: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://www.textacelror.com &lt;br /&gt;
{{Manual TOC Sidebar}}&lt;br /&gt;
&lt;br /&gt;
====Conway notation and &amp;lt;tt&amp;gt;KnotTheory`&amp;lt;/tt&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;KnotTheory`&amp;lt;/tt&amp;gt; understands the Conway notation for knots and links (see {{ref|Conway}} and down below), although the conversion &lt;br /&gt;
between Conway notation and other knot presentations known to &amp;lt;tt&amp;gt;KnotTheory`&amp;lt;/tt&amp;gt; (a necessary first step for using most of the KnotTheory` functionality) requires the packages &#039;&#039;K2K&#039;&#039; (KNOT 2000, by M.Ochiai and N.Imafuji) and &#039;&#039;LinKnot&#039;&#039; (by S. Jablan and R. Sazdanovic). For the download and installation of the &#039;&#039;LinKnot&#039;&#039; package see [[Using the LinKnot package]].&lt;br /&gt;
&lt;br /&gt;
{{Startup Note}}&lt;br /&gt;
&lt;br /&gt;
As in the section [[Using the LinKnot package]], the first step is to add &#039;&#039;LinKnot&#039;&#039; to the Mathematica search path. This path will likely be different on your computer. (Note that you can also &lt;br /&gt;
use Conway notations in &amp;lt;tt&amp;gt;KnotTheory`&amp;lt;/tt&amp;gt; if you are using &amp;lt;tt&amp;gt;KnotTheory`&amp;lt;/tt&amp;gt; and &#039;&#039;LinKnot&#039;&#039; &amp;quot;in parallel&amp;quot;, as described in [[Using the LinKnot package]].)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--$$AppendTo[$Path, &amp;quot;C:/bin/LinKnot/&amp;quot;];$$--&amp;gt;&lt;br /&gt;
&amp;lt;!--Robot Land, no human edits to &amp;quot;END&amp;quot;--&amp;gt;&lt;br /&gt;
{{In|&lt;br /&gt;
n  = 2 |&lt;br /&gt;
in = &amp;lt;nowiki&amp;gt;AppendTo[$Path, &amp;quot;C:/bin/LinKnot/&amp;quot;];&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&amp;lt;!--END--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--$$?ConwayNotation$$--&amp;gt;&lt;br /&gt;
&amp;lt;!--Robot Land, no human edits to &amp;quot;END&amp;quot;--&amp;gt;&lt;br /&gt;
{{HelpAndAbout|&lt;br /&gt;
n  = 3 |&lt;br /&gt;
n1 = 4 |&lt;br /&gt;
in = &amp;lt;nowiki&amp;gt;ConwayNotation&amp;lt;/nowiki&amp;gt; |&lt;br /&gt;
out= &amp;lt;nowiki&amp;gt;ConwayNotation[s] represents the knot or link whose Conway notation is the string s. ConwayNotation[K], where K is a knot or a link with up to 12 crossings, returns ConwayNotation[s], where s is a string containing the Conway notation of K.&amp;lt;/nowiki&amp;gt; |&lt;br /&gt;
about= &amp;lt;nowiki&amp;gt;The program ConwayNotation relies on code from the LinKnot package by Slavik Jablan and Ramila Sazdanovic.&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&amp;lt;!--END--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A well known example of a knot with an Alexander polynomial equal to the Alexander polynomial of the unknot is the (-3,5,7)-pretzel knot &amp;lt;math&amp;gt;K&amp;lt;/math&amp;gt;. Let us verify that, check (using the Jones polynomial) that &amp;lt;math&amp;gt;K&amp;lt;/math&amp;gt; is not the unknot and find a (rather unattractive) braid whose closure is &amp;lt;math&amp;gt;K&amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--$$DrawMorseLink[K = ConwayNotation[&amp;quot;-3,5,7&amp;quot;]] // Show$$--&amp;gt;&lt;br /&gt;
&amp;lt;!--Robot Land, no human edits to &amp;quot;END&amp;quot;--&amp;gt;&lt;br /&gt;
{{Graphics|&lt;br /&gt;
n  = 6 |&lt;br /&gt;
in = &amp;lt;nowiki&amp;gt;DrawMorseLink[K = ConwayNotation[&amp;quot;-3,5,7&amp;quot;]] // Show&amp;lt;/nowiki&amp;gt; |&lt;br /&gt;
img= Conway_Notation_Out_5.gif |&lt;br /&gt;
out= &amp;lt;nowiki&amp;gt;-Graphics-&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&amp;lt;!--END--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--$$Alexander[K][t]$$--&amp;gt;&lt;br /&gt;
&amp;lt;!--Robot Land, no human edits to &amp;quot;END&amp;quot;--&amp;gt;&lt;br /&gt;
{{InOut|&lt;br /&gt;
n  = 7 |&lt;br /&gt;
in = &amp;lt;nowiki&amp;gt;Alexander[K][t]&amp;lt;/nowiki&amp;gt; |&lt;br /&gt;
out= &amp;lt;nowiki&amp;gt;1&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&amp;lt;!--END--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--$$Jones[K][q]$$--&amp;gt;&lt;br /&gt;
&amp;lt;!--Robot Land, no human edits to &amp;quot;END&amp;quot;--&amp;gt;&lt;br /&gt;
{{InOut|&lt;br /&gt;
n  = 8 |&lt;br /&gt;
in = &amp;lt;nowiki&amp;gt;Jones[K][q]&amp;lt;/nowiki&amp;gt; |&lt;br /&gt;
out= &amp;lt;nowiki&amp;gt; -12    -11    -10   2     -8    -7    -5    -4   2     -2   1&lt;br /&gt;
q    - q    + q    - -- + q   - q   + q   - q   + -- - q   + -&lt;br /&gt;
                      9                            3         q&lt;br /&gt;
                     q                            q&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&amp;lt;!--END--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--$$br = BR[K]$$--&amp;gt;&lt;br /&gt;
&amp;lt;!--Robot Land, no human edits to &amp;quot;END&amp;quot;--&amp;gt;&lt;br /&gt;
{{InOut|&lt;br /&gt;
n  = 9 |&lt;br /&gt;
in = &amp;lt;nowiki&amp;gt;br = BR[K]&amp;lt;/nowiki&amp;gt; |&lt;br /&gt;
out= &amp;lt;nowiki&amp;gt;BR[14, {1, 2, 3, -4, -5, -6, -7, 8, -7, 6, 5, 4, -3, -2, -1, -6, -5, &lt;br /&gt;
 &lt;br /&gt;
   -4, -3, -2, 9, 8, 7, 6, -5, 4, -3, 7, -8, -7, -9, -8, 10, 9, -8, &lt;br /&gt;
 &lt;br /&gt;
   -11, -10, 12, 11, -10, 9, -8, -13, -12, -11, 10, 9, -8, -7, 6, -5, &lt;br /&gt;
 &lt;br /&gt;
   4, -5, -7, 8, -7, -6, -7, -9, 8, -7, 6, 5, -4, 3, 2, -6, -7, -10, &lt;br /&gt;
 &lt;br /&gt;
   -9, 11, 10, -9, 8, -7, 6, 5, -4, 3, -6, 5, 4, -6, 5, 7, 6, -7, -8, &lt;br /&gt;
 &lt;br /&gt;
   9, 8, -7, 12, -11, 10, -9, 13, -12, 11, -10}]&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&amp;lt;!--END--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--$$BraidPlot[br] // Show$$--&amp;gt;&lt;br /&gt;
&amp;lt;!--Robot Land, no human edits to &amp;quot;END&amp;quot;--&amp;gt;&lt;br /&gt;
{{Graphics|&lt;br /&gt;
n  = 11 |&lt;br /&gt;
in = &amp;lt;nowiki&amp;gt;BraidPlot[br] // Show&amp;lt;/nowiki&amp;gt; |&lt;br /&gt;
img= Conway_Notation_Out_10.gif |&lt;br /&gt;
out= &amp;lt;nowiki&amp;gt;-Graphics-&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&amp;lt;!--END--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Some generalities about the Conway notation====&lt;br /&gt;
&lt;br /&gt;
Conway notation was introduced by J.H. Conway in 1967 (see {{ref|Conway}}). The main building blocks for Conway notation are 4-tangles. A 4-&#039;&#039;tangle&#039;&#039; in a knot or link projection is a region in the projection plane &amp;lt;math&amp;gt;{\mathbb R}^2&amp;lt;/math&amp;gt; (or on the sphere &amp;lt;math&amp;gt;S^3&amp;lt;/math&amp;gt;) surrounded with a circle such that the projection intersects with the circle exactly four times. The elementary tangles are: &lt;br /&gt;
&amp;lt;table cellspacing=0 cellpadding=0 border=0 align=center&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;[[Image:tangle0.jpg]]&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[[Image:tangle1.jpg]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;[[Image:tangle-1.jpg]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tangles can be combined and modified by a unary operation &amp;lt;math&amp;gt;a\mapsto-a&amp;lt;/math&amp;gt; and three binary operations: &#039;&#039;sum&#039;&#039;, &#039;&#039;product&#039;&#039; and &#039;&#039;ramification&#039;&#039;, taking tangles &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; to new tangles &amp;lt;math&amp;gt;a+b&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;a\,b&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;a,b&amp;lt;/math&amp;gt;. Here &amp;lt;math&amp;gt;-a&amp;lt;/math&amp;gt; is the image of &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; under reflection in the NW-SE mirror line, &amp;lt;math&amp;gt;a+b&amp;lt;/math&amp;gt; is obtained by placing &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; side by side with &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; on the left and &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; on the right. &amp;lt;math&amp;gt;a\,b&amp;lt;/math&amp;gt; is simply &amp;lt;math&amp;gt;(-a)+b&amp;lt;/math&amp;gt;, and finally, &amp;lt;math&amp;gt;a,b = (-a)+(-b)&amp;lt;/math&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;table cellspacing=0 cellpadding=0 border=0&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;[[Image:033.jpg]]&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[[Image:ConwayRamification.jpg]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=center&amp;gt;Sum and product of tangles&amp;lt;/td&amp;gt;&amp;lt;td align=center&amp;gt;Ramification of tangles&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;rational tangle&#039;&#039; is any tangle obtained from the elementary tangles using only the operation of product.  A &#039;&#039;rational knot&#039;&#039; or a &#039;&#039;rational link&#039;&#039; is the numerator closure of a rational tangle. A knot or link is called &#039;&#039;algebraic&#039;&#039; if it can be obtained as the closure of a tangle obtained from rational tangles using the operations above.&lt;br /&gt;
&lt;br /&gt;
Knot or links that can not be obtained in this way are called &#039;&#039;non-algebraic&#039;&#039;. They can all be obtained in the following manner: start with a &#039;&#039;basic polyhedron&#039;&#039; &amp;lt;math&amp;gt;P&amp;lt;/math&amp;gt;, a 4-valent graph without digons, with vertices numbered &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; through &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;. Now substitute tangles &amp;lt;math&amp;gt;t_1&amp;lt;/math&amp;gt; through &amp;lt;math&amp;gt;t_n&amp;lt;/math&amp;gt; into these vertices.&lt;br /&gt;
&lt;br /&gt;
The Conway notation for such knots and links consists of the symbol &amp;lt;math&amp;gt;ni^\star&amp;lt;/math&amp;gt; of a basic polyhedron &amp;lt;math&amp;gt;P&amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; is the number of vertices and &amp;lt;math&amp;gt;i&amp;lt;/math&amp;gt; is the index of &amp;lt;math&amp;gt;P&amp;lt;/math&amp;gt; in some fixed list of basic polyhedra with &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; vertices, followed by the symbols for the tangles &amp;lt;math&amp;gt;t_1&amp;lt;/math&amp;gt; through &amp;lt;math&amp;gt;t_n&amp;lt;/math&amp;gt; separated by dots.&lt;br /&gt;
&lt;br /&gt;
For example, the knot [[4_1]] is denoted by &amp;quot;2 2&amp;quot;, the knot [[9_5]] by &amp;quot;5 1 3&amp;quot;, the link [[L5a1]] is denoted by &amp;quot;2 1 2&amp;quot;, the link [[L9a24]] by &amp;quot;3 1,3,2&amp;quot; (all of them contain spaces between tangles), etc. A sequence of k pluses at the end of Conway symbol is denoted by +k, and the sequence of k minuses by +-k (e.g., knot [[10_76]] given in Conway notation as 3,3,2++ is denoted by &amp;quot;3,3,2+2&amp;quot;, and the mirror of the link [[L9n21]] whose Conway notation is 3,2,2,2-- is given by &amp;quot;3,2,2,2+-2&amp;quot;). The space is used in the same way in all other symbols. &lt;br /&gt;
&lt;br /&gt;
For the basic polyhedra with &amp;lt;math&amp;gt;N&amp;lt;10&amp;lt;/math&amp;gt; crossings  the standard notation is used (.1 , 6*, 8*,  9*, where the symbol for 6* can be ommitted). For example, the knot [[10_95]] is denoted by &amp;quot;.2 1 0.2.2&amp;quot;, and [[10_101]] by &amp;quot;2 1..2..2&amp;quot;. For higher values of &amp;lt;math&amp;gt;N&amp;lt;/math&amp;gt; a notation is used in which the first number is the number of crossings, and the next is the ordering number of polyhedron  (e.g., 101*, 102*, 103* for &amp;lt;math&amp;gt;N=10&amp;lt;/math&amp;gt; denoting 10*, 10**, 10***, respectively, and 111*, 112*, 113* for &amp;lt;math&amp;gt;N=11&amp;lt;/math&amp;gt; denoting 11*, 11**, 11***, respectively, &#039;&#039;etc&#039;&#039;.).&lt;br /&gt;
&lt;br /&gt;
The order of  basic polyhedra for &amp;lt;math&amp;gt;N=12&amp;lt;/math&amp;gt; corresponds to the list in {{ref|Caudron}}, so 121* to 1212* denote the basic polyhedra originally titled as 12A-12L. For &amp;lt;math&amp;gt;N&amp;gt;12&amp;lt;/math&amp;gt; the database of basic polyhedra is produced from the list of simple 4-regular 4-edge-connected but not 3-connected plane graphs generated by Brendan McKay using the program &amp;quot;plantri&amp;quot; written by Gunnar Brinkmann and Brendan McKay (http://cs.anu.edu.au/~bdm/plantri/). PolyBase.m is automatically downloaded and it contains basic polyhedra up to 16 crossings. In order to work with the basic polyhedra up to 20 vertices, one needs to open an additional database PolyBaseN.m, for &amp;lt;math&amp;gt;N=17&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;N=20&amp;lt;/math&amp;gt; (by writing, e.g. &amp;lt;&amp;lt;PolyBase17.m or Needs[&amp;quot;PolyBase17.m&amp;quot;] for &amp;lt;math&amp;gt;N=17&amp;lt;/math&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
Note: Together with the classical notation, Conway symbols are given in the book &#039;&#039;Knots and Links&#039;&#039; by D.~Rolfsen. However if you try to draw some knots or links from their Conway symbols the obtained projection might be non-isomorphic with the one given in Rolfsen, for example knot [[9_15]] denoted in Conway notation as 2 3 2 2  gives projection with 5, and not 4 digons.&lt;br /&gt;
&lt;br /&gt;
{{note|Caudron}} A. Caudron, &#039;&#039;Classification des noeuds et des enlancements&#039;&#039;. Public. Math. d&#039;Orsay 82. Orsay: Univ. Paris Sud, Dept. Math., 1982.&lt;br /&gt;
&lt;br /&gt;
{{note|Conway}} J. H. Conway, &#039;&#039;An Enumeration of Knots and Links, and Some of Their Algebraic Properties.&#039;&#039; In Computation Problems in Abstract Algebra (Ed. J. Leech). Oxford, England: Pergamon Press, pp. 329-358, 1967.&lt;/div&gt;</summary>
		<author><name>TrropAscol</name></author>
	</entry>
</feed>