Template:Polynomial Invariants: Difference between revisions
From Knot Atlas
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 63: | Line 63: | ||
{{FreeStyleOut|4}} |
{{FreeStyleOut|4}} |
||
| {{Data:{{PAGENAME}}/Alexander Polynomial}} |
| {{Data:{{PAGENAME}}/Alexander Polynomial}} |
||
|} |
|||
{{In|n=5|in=<nowiki>Conway[K][t]</nowiki>}} |
|||
{{FreeStyleOut|5}} |
|||
| {{Data:{{PAGENAME}}/Conway Polynomial}} |
|||
|} |
|||
{{In|n=6|in=<nowiki>{KnotDet[K], KnotSignature[K]}</nowiki>}} |
|||
{{FreeStyleOut|6}} |
|||
| { {{Data:{{PAGENAME}}/Determinant}}, {{Data:{{PAGENAME}}/Signature}} } |
|||
|} |
|} |
||
</div></div> |
</div></div> |
Revision as of 16:12, 24 June 2006
Polynomial invariants
Further Quantum Invariants.
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`
|
Loading KnotTheory` version of May 31, 2006, 14:15:20.091.
|
In[3]:=
|
K = Knot["Polynomial Invariants"];
|
In[4]:=
|
Alexander[K][t]
|
KnotTheory::loading: Loading precomputed data in PD4Knots`.
|
Out[4]=
|
Data:Polynomial Invariants/Alexander Polynomial |
In[5]:=
|
Conway[K][t]
|
Out[5]=
|
Data:Polynomial Invariants/Conway Polynomial |
In[6]:=
|
{KnotDet[K], KnotSignature[K]}
|
Out[6]=
|
{ Data:Polynomial Invariants/Determinant, Data:Polynomial Invariants/Signature } |