DT (Dowker-Thistlethwaite) Codes: Difference between revisions

From Knot Atlas
Jump to navigationJump to search
(malanoha.com)
(malanoha.com)
Line 1: Line 1:
{{Manual TOC Sidebar}}
{{Manual TOC Sidebar}}


<a href="http://buzerave.com/empire-poker.shtml">empire poker</a> <br />
====Knots====
<a href="http://buzerave.com/mansion-poker.shtml">mansion poker</a> <br />
The "DT Code" ("DT" after [http://www-groups.dcs.st-and.ac.uk/~history/Mathematicians/Dowker.html Clifford Hugh Dowker] and [http://www.math.utk.edu/~morwen/ Morwen Thistlethwaite]) of a knot <math>K</math> is obtained as follows:
<a href="http://buzerave.com/bodog-poker.shtml">bodog poker</a> <br />

<a href="http://buzerave.com/poker-players.shtml">poker players</a> <br />
* Start "walking" along <math>K</math> and count every crossing you pass through. If <math>K</math> has <math>n</math> crossings and given that every crossing is visited twice, the count ends at <math>2n</math>. Label each crossing with the values of the counter when it is visited, though when labeling by an even number, take it with a minus sign if you are walking "over" the crossing.
<a href="http://buzerave.com/omaha-poker.shtml">omaha poker</a> <br />
* Every crossing is now labeled with two integers whose absolute values run from <math>1</math> to <math>2n</math>. It is easy to see that each crossing is labeled with one odd integer and one even integer. The DT code of <math>K</math> is the list of even integers paired with the odd integers 1, 3, 5, ..., taken in this order. Thus for example the pairing for the knot in the figure below is <math>((1,-8), (3,-10), (5,-2), (7,-12), (9,-4), (11,-6))</math>, and hence its DT code is <math>(-8,-10,-2,-12,-4,-6)</math> (and as DT codes are insensitive to overall mirrors, this is equivalent to <math>(8,10,2,12,4,6)</math>).

[[Image:DTNotation.gif|frame|The <code>DT</code> notation|center]]

<code>KnotTheory`</code> has some rudimentary support for DT codes:

{{Startup Note}}

<!--$$?DTCode$$-->
<!--Robot Land, no human edits to "END"-->
{{HelpLine|
n = 2 |
in = <nowiki>DTCode</nowiki> |
out= <nowiki>DTCode[i1, i2, ...] represents a knot via its DT (Dowker-Thistlethwaite) code, while DTCode[{i11,...}, {i21...}, ...] likewise represents a link. DTCode also acts as a "type caster", so for example, DTCode[K] where K is is a named knot or link returns the DT code of K.</nowiki>}}
<!--END-->

Thus for example, the DT codes for the last 9 crossing alternating knot [[9_41]] and the first 9 crossing non alternating knot [[9_42]] are:

<!--$$dts = DTCode /@ {Knot[9, 41], Knot[9, 42]}$$-->
<!--Robot Land, no human edits to "END"-->
{{InOut|
n = 3 |
in = <nowiki>dts = DTCode /@ {Knot[9, 41], Knot[9, 42]}</nowiki> |
out= <nowiki>{DTCode[6, 10, 14, 12, 16, 2, 18, 4, 8],
DTCode[4, 8, 10, -14, 2, -16, -18, -6, -12]}</nowiki>}}
<!--END-->

(The DT code of an alternating knot is always a sequence of positive numbers but the DT code of a non alternating knot contains both signs.)

{{Knot Image Pair|9_41|gif|9_42|gif}}

DT codes and Gauss codes carry the same information and are easily convertible:

<!--$$gcs = GaussCode /@ dts$$-->
<!--Robot Land, no human edits to "END"-->
{{InOut|
n = 4 |
in = <nowiki>gcs = GaussCode /@ dts</nowiki> |
out= <nowiki>{GaussCode[1, -6, 2, -8, 3, -1, 4, -9, 5, -2, 6, -4, 7, -3, 8, -5, 9,
-7], GaussCode[1, -5, 2, -1, 3, 8, -4, -2, 5, -3, -6, 9, -7, 4, -8,
6, -9, 7]}</nowiki>}}
<!--END-->

<!--$$DTCode /@ gcs$$-->
<!--Robot Land, no human edits to "END"-->
{{InOut|
n = 5 |
in = <nowiki>DTCode /@ gcs</nowiki> |
out= <nowiki>{DTCode[6, 10, 14, 12, 16, 2, 18, 4, 8],
DTCode[4, 8, 10, -14, 2, -16, -18, -6, -12]}</nowiki>}}
<!--END-->

Conversion between DT codes and/or Gauss codes and PD codes is more complicated; the harder side, going from DT/Gauss to PD, was written by Siddarth Sankaran at the University of Toronto:

<!--$$PD[DTCode[4, 6, 2]]$$-->
<!--Robot Land, no human edits to "END"-->
{{InOut|
n = 6 |
in = <nowiki>PD[DTCode[4, 6, 2]]</nowiki> |
out= <nowiki>PD[X[4, 2, 5, 1], X[6, 4, 1, 3], X[2, 6, 3, 5]]</nowiki>}}
<!--END-->

<a href="http://buzerave.com/playing-craps.shtml">playing craps</a> <br />
<a href="http://buzerave.com/download-craps.shtml">download craps</a> <br />
<a href="http://buzerave.com/craps-dice.shtml">craps dice</a> <br />
<a href="http://buzerave.com/craps-system.shtml">craps system</a> <br />
<a href="http://buzerave.com/craps-tip.shtml">craps tip</a> <br />

Revision as of 21:07, 9 April 2007


<a href="http://buzerave.com/empire-poker.shtml">empire poker</a>
<a href="http://buzerave.com/mansion-poker.shtml">mansion poker</a>
<a href="http://buzerave.com/bodog-poker.shtml">bodog poker</a>
<a href="http://buzerave.com/poker-players.shtml">poker players</a>
<a href="http://buzerave.com/omaha-poker.shtml">omaha poker</a>