aboutsummaryrefslogtreecommitdiff
path: root/src/input/coercels.input.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/coercels.input.pamphlet')
-rw-r--r--src/input/coercels.input.pamphlet34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/input/coercels.input.pamphlet b/src/input/coercels.input.pamphlet
new file mode 100644
index 00000000..fd6551fb
--- /dev/null
+++ b/src/input/coercels.input.pamphlet
@@ -0,0 +1,34 @@
+\documentclass{article}
+\usepackage{axiom}
+\begin{document}
+\title{\$SPAD/src/input coercels.input}
+\author{The Axiom Team}
+\maketitle
+\begin{abstract}
+\end{abstract}
+\eject
+\tableofcontents
+\eject
+\section{License}
+<<license>>=
+--Copyright The Numerical Algorithms Group Limited 1991.
+@
+<<*>>=
+<<license>>
+
+alternatingGroup 4
+% :: List Permutation Integer
+li := %
+pgr := MonoidRing(Polynomial PrimeField 5, Permutation Integer)
+p : pgr := first li
+q : pgr := first li
+basis := [p,q,p*p,p*q, q*p,q*q, p*q*q, p*q*p, q*p*q,q*q*p,q*p*q*q,q*q*p*q]
+% :: Set MonoidRing(Polynomial PrimeField 5,Permutation Integer)
+
+
+@
+\eject
+\begin{thebibliography}{99}
+\bibitem{1} nothing
+\end{thebibliography}
+\end{document}