Structure and Operations: Difference between revisions
No edit summary |
DrorsRobot (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
<!--$$?Crossings$$--> |
<!--$$?Crossings$$--> |
||
<!--The lines to END were generated by WikiSplice: do not edit; see manual.--> |
|||
{{Help1|n=2|s=Crossings}} |
|||
Crossings[L] returns the number of crossings of a knot/link L (in its given presentation). |
|||
{{Help2}} |
|||
<!--END--> |
<!--END--> |
||
<!--$$?PositiveCrossings$$--> |
<!--$$?PositiveCrossings$$--> |
||
<!--The lines to END were generated by WikiSplice: do not edit; see manual.--> |
|||
{{Help1|n=3|s=PositiveCrossings}} |
|||
PositiveCrossings[L] returns the number of positive (right handed) crossings in a knot/link L (in its given presentation). |
|||
{{Help2}} |
|||
<!--END--> |
<!--END--> |
||
<!--$$?NegativeCrossings$$--> |
<!--$$?NegativeCrossings$$--> |
||
<!--The lines to END were generated by WikiSplice: do not edit; see manual.--> |
|||
{{Help1|n=4|s=NegativeCrossings}} |
|||
NegativeCrossings[L] returns the number of negaitve (left handed) crossings in a knot/link L (in its given presentation). |
|||
{{Help2}} |
|||
<!--END--> |
<!--END--> |
||
Line 13: | Line 25: | ||
<!--$$Crossings /@ {Knot[0, 1], TorusKnot[11,10]}$$--> |
<!--$$Crossings /@ {Knot[0, 1], TorusKnot[11,10]}$$--> |
||
<!--The lines to END were generated by WikiSplice: do not edit; see manual.--> |
|||
{{InOut1|n=5}} |
|||
Crossings /@ {Knot[0, 1], TorusKnot[11,10]} |
|||
{{InOut2|n=5}}<pre style="border: 0px; padding: 0em"><nowiki>{0, 99}</nowiki></pre> |
|||
{{InOut3}} |
|||
<!--END--> |
<!--END--> |
||
Line 18: | Line 35: | ||
<!--$$K=Knot[6, 2]; {PositiveCrossings[K], NegativeCrossings[K]}$$--> |
<!--$$K=Knot[6, 2]; {PositiveCrossings[K], NegativeCrossings[K]}$$--> |
||
<!--The lines to END were generated by WikiSplice: do not edit; see manual.--> |
|||
{{InOut1|n=6}} |
|||
K=Knot[6, 2]; {PositiveCrossings[K], NegativeCrossings[K]} |
|||
{{InOut2|n=6}}<pre style="border: 0px; padding: 0em"><nowiki>{2, 4}</nowiki></pre> |
|||
{{InOut3}} |
|||
<!--END--> |
<!--END--> |
||
<!--$$?PositiveQ$$--> |
<!--$$?PositiveQ$$--> |
||
<!--The lines to END were generated by WikiSplice: do not edit; see manual.--> |
|||
{{Help1|n=7|s=PositiveQ}} |
|||
PositiveQ[xing] returns True if xing is a positive (right handed) crossing and False if it is negative (left handed). |
|||
{{Help2}} |
|||
<!--END--> |
<!--END--> |
||
<!--$$?NegativeQ$$--> |
<!--$$?NegativeQ$$--> |
||
<!--The lines to END were generated by WikiSplice: do not edit; see manual.--> |
|||
{{Help1|n=8|s=NegativeQ}} |
|||
NegativeQ[xing] returns True if xing is a negative (left handed) crossing and False if it is positive (right handed). |
|||
{{Help2}} |
|||
<!--END--> |
<!--END--> |
||
Line 29: | Line 59: | ||
<!--$$PositiveQ /@ {X[1,3,2,4], X[1,4,2,3], Xp[1,3,2,4], Xp[1,4,2,3]}$$--> |
<!--$$PositiveQ /@ {X[1,3,2,4], X[1,4,2,3], Xp[1,3,2,4], Xp[1,4,2,3]}$$--> |
||
<!--The lines to END were generated by WikiSplice: do not edit; see manual.--> |
|||
{{InOut1|n=9}} |
|||
PositiveQ /@ {X[1,3,2,4], X[1,4,2,3], Xp[1,3,2,4], Xp[1,4,2,3]} |
|||
{{InOut2|n=9}}<pre style="border: 0px; padding: 0em"><nowiki>{False, True, True, True}</nowiki></pre> |
|||
{{InOut3}} |
|||
<!--END--> |
<!--END--> |
||
<!--$$?ConnectedSum$$--> |
<!--$$?ConnectedSum$$--> |
||
<!--The lines to END were generated by WikiSplice: do not edit; see manual.--> |
|||
{{Help1|n=10|s=ConnectedSum}} |
|||
ConnectedSum[K1, K2] represents the connected sum of the knots K1 and K2 (ConnectedSum may not work with links). |
|||
{{Help2}} |
|||
<!--END--> |
<!--END--> |
||
Line 37: | Line 76: | ||
<!--$$K = ConnectedSum[Knot[4,1], Knot[4,1]]$$--> |
<!--$$K = ConnectedSum[Knot[4,1], Knot[4,1]]$$--> |
||
<!--The lines to END were generated by WikiSplice: do not edit; see manual.--> |
|||
{{InOut1|n=11}} |
|||
K = ConnectedSum[Knot[4,1], Knot[4,1]] |
|||
{{InOut2|n=11}}<pre style="border: 0px; padding: 0em"><nowiki>ConnectedSum[Knot[4, 1], Knot[4, 1]]</nowiki></pre> |
|||
{{InOut3}} |
|||
<!--END--> |
<!--END--> |
||
<!--$$Crossings[K]$$--> |
<!--$$Crossings[K]$$--> |
||
<!--The lines to END were generated by WikiSplice: do not edit; see manual.--> |
|||
{{InOut1|n=12}} |
|||
Crossings[K] |
|||
{{InOut2|n=12}}<pre style="border: 0px; padding: 0em"><nowiki>8</nowiki></pre> |
|||
{{InOut3}} |
|||
<!--END--> |
<!--END--> |
||
Line 46: | Line 95: | ||
<!--$$Jones[K][q] == Expand[Jones[Knot[4,1]][q]^2]$$--> |
<!--$$Jones[K][q] == Expand[Jones[Knot[4,1]][q]^2]$$--> |
||
<!--The lines to END were generated by WikiSplice: do not edit; see manual.--> |
|||
{{InOut1|n=13}} |
|||
Jones[K][q] == Expand[Jones[Knot[4,1]][q]^2] |
|||
{{InOut2|n=13}}<pre style="border: 0px; padding: 0em"><nowiki>True</nowiki></pre> |
|||
{{InOut3}} |
|||
<!--END--> |
<!--END--> |
||
Line 51: | Line 105: | ||
<!--$$Jones[K][q] == Jones[Knot[8,9]][q]$$--> |
<!--$$Jones[K][q] == Jones[Knot[8,9]][q]$$--> |
||
<!--The lines to END were generated by WikiSplice: do not edit; see manual.--> |
|||
{{InOut1|n=14}} |
|||
Jones[K][q] == Jones[Knot[8,9]][q] |
|||
{{InOut2|n=14}}<pre style="border: 0px; padding: 0em"><nowiki>True</nowiki></pre> |
|||
{{InOut3}} |
|||
<!--END--> |
<!--END--> |
||
Line 56: | Line 115: | ||
<!--$${Alexander[K][t], Alexander[Knot[8,9]][t]}$$--> |
<!--$${Alexander[K][t], Alexander[Knot[8,9]][t]}$$--> |
||
<!--The lines to END were generated by WikiSplice: do not edit; see manual.--> |
|||
{{InOut1|n=15}} |
|||
{Alexander[K][t], Alexander[Knot[8,9]][t]} |
|||
{{InOut2|n=15}}<pre style="border: 0px; padding: 0em"><nowiki> -2 6 2 -3 3 5 2 3 |
|||
{11 + t - - - 6 t + t , 7 - t + -- - - - 5 t + 3 t - t } |
|||
t 2 t |
|||
t</nowiki></pre> |
|||
{{InOut3}} |
|||
<!--END--> |
<!--END--> |
Revision as of 20:52, 24 August 2005
(For In[1] see Setup)
In[2]:= ?Crossings
Crossings[L] returns the number of crossings of a knot/link L (in its given presentation). |
In[3]:= ?PositiveCrossings
PositiveCrossings[L] returns the number of positive (right handed) crossings in a knot/link L (in its given presentation). |
In[4]:= ?NegativeCrossings
NegativeCrossings[L] returns the number of negaitve (left handed) crossings in a knot/link L (in its given presentation). |
Thus here's one tautology and one easy example:
In[5]:= |
Crossings /@ {Knot[0, 1], TorusKnot[11,10]} |
Out[5]= | {0, 99} |
And another easy example:
In[6]:= |
K=Knot[6, 2]; {PositiveCrossings[K], NegativeCrossings[K]} |
Out[6]= | {2, 4} |
In[7]:= ?PositiveQ
PositiveQ[xing] returns True if xing is a positive (right handed) crossing and False if it is negative (left handed). |
In[8]:= ?NegativeQ
NegativeQ[xing] returns True if xing is a negative (left handed) crossing and False if it is positive (right handed). |
For example,
In[9]:= |
PositiveQ /@ {X[1,3,2,4], X[1,4,2,3], Xp[1,3,2,4], Xp[1,4,2,3]} |
Out[9]= | {False, True, True, True} |
In[10]:= ?ConnectedSum
ConnectedSum[K1, K2] represents the connected sum of the knots K1 and K2 (ConnectedSum may not work with links). |
The connected sum of the knot 4_1 with itself has 8 crossings (unsurprisingly):
In[11]:= |
K = ConnectedSum[Knot[4,1], Knot[4,1]] |
Out[11]= | ConnectedSum[Knot[4, 1], Knot[4, 1]] |
In[12]:= |
Crossings[K] |
Out[12]= | 8 |
It is also nice to know that, as expected, the Jones polynomial of is the square of the Jones polynomial of 4_1:
In[13]:= |
Jones[K][q] == Expand[Jones[Knot[4,1]][q]^2] |
Out[13]= | True |
It is less nice to know that the Jones polynomial cannot tell apart from the knot 8_9:
In[14]:= |
Jones[K][q] == Jones[Knot[8,9]][q] |
Out[14]= | True |
But isn't equivalent to 8_9; indeed, their Alexander polynomials are different:
In[15]:= |
{Alexander[K][t], Alexander[Knot[8,9]][t]} |
Out[15]= | -2 6 2 -3 3 5 2 3 {11 + t - - - 6 t + t , 7 - t + -- - - - 5 t + 3 t - t } t 2 t t |