The Multivariable Alexander Polynomial: Difference between revisions
From Knot Atlas
Jump to navigationJump to search
DrorsRobot (talk | contribs) No edit summary |
DrorsRobot (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
<!--$$?MultivariableAlexander$$--> |
<!--$$?MultivariableAlexander$$--> |
||
<!--Robot Land, no human edits to "END"--> |
<!--Robot Land, no human edits to "END"--> |
||
{{HelpAndAbout| |
|||
{{HelpLine| |
|||
n = 2 | |
n = 2 | |
||
n1 = 3 | |
|||
in = <nowiki>MultivariableAlexander</nowiki> | |
in = <nowiki>MultivariableAlexander</nowiki> | |
||
out= <nowiki>MultivariableAlexander[L][t] returns the multivariable |
out= <nowiki>MultivariableAlexander[L][t] returns the multivariable Alexander polynomial of a link L as a function of the variable t[1], t[2], ..., t[c], where c is the number of components of L.</nowiki> | |
||
about= <nowiki>The multivariable Alexander program was written by Dan Carney at the University of Toronto in the summer of 2005.</nowiki>}} |
|||
<!--END--> |
<!--END--> |
||
Line 17: | Line 19: | ||
<!--Robot Land, no human edits to "END"--> |
<!--Robot Land, no human edits to "END"--> |
||
{{InOut| |
{{InOut| |
||
n = |
n = 4 | |
||
in = <nowiki>Select[AllLinks[], (MultivariableAlexander[#][t] == 0) &]</nowiki> | |
in = <nowiki>Select[AllLinks[], (MultivariableAlexander[#][t] == 0) &]</nowiki> | |
||
out= <nowiki>{Link[9, NonAlternating, 27], Link[10, NonAlternating, 32], |
out= <nowiki>{Link[9, NonAlternating, 27], Link[10, NonAlternating, 32], |
Revision as of 14:31, 5 September 2005
(For In[1] see Setup)
|
|
There are 11 links with up to 11 crossings whose multivariable Alexander polynomial is . Here they are:
In[4]:=
|
Select[AllLinks[], (MultivariableAlexander[#][t] == 0) &]
|
Out[4]=
|
{Link[9, NonAlternating, 27], Link[10, NonAlternating, 32],
Link[10, NonAlternating, 36], Link[10, NonAlternating, 107],
Link[11, NonAlternating, 244], Link[11, NonAlternating, 247],
Link[11, NonAlternating, 334], Link[11, NonAlternating, 381],
Link[11, NonAlternating, 396], Link[11, NonAlternating, 404],
Link[11, NonAlternating, 406]}
|