CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

| Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

Views: 418346
1
<Verb>AlexanderPolynomial(K):: PureCubicalComplex --> Polynomial</Verb>
2
<Verb>AlexanderPolynomial(K):: PurePermComplex --> Polynomial</Verb>
3
<Verb>AlexanderPolynomial(G):: FpGroup --> Polynomial</Verb><P/>
4
5
6
<P/> Inputs a <M>3</M>-dimensional pure cubical or pure permutahdral complex <M>K</M> representing a knot and returns the Alexander polynomial of the fundamental group
7
<M>G = \pi_1(\mathbb R^3\setminus K)</M>.
8
9
<P/> Inputs a finitely presented group <M>G</M> with infinite cyclic abelianization and returns its Alexander polynomial.
10
11
12
13
14