aboutsummaryrefslogtreecommitdiff
path: root/src/input/ipftest.input.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/ipftest.input.pamphlet')
-rw-r--r--src/input/ipftest.input.pamphlet32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/input/ipftest.input.pamphlet b/src/input/ipftest.input.pamphlet
new file mode 100644
index 00000000..7ef4427b
--- /dev/null
+++ b/src/input/ipftest.input.pamphlet
@@ -0,0 +1,32 @@
+\documentclass{article}
+\usepackage{axiom}
+\begin{document}
+\title{\$SPAD/src/input ipftest.input}
+\author{The Axiom Team}
+\maketitle
+\begin{abstract}
+\end{abstract}
+\eject
+\tableofcontents
+\eject
+\section{License}
+<<license>>=
+--Copyright The Numerical Algorithms Group Limited 1996.
+@
+<<*>>=
+<<license>>
+
+gf2 := PF 2
+a : gf2 := primitiveElement()$gf2
+order a
+primitive? a
+createPrimitivePoly(2)$FFPOLY(gf2)
+createPrimitivePoly(4)$FFPOLY(gf2)
+createPrimitivePoly(12)$FFPOLY(gf2)
+createPrimitivePoly(5)$FFPOLY(PF 3)
+@
+\eject
+\begin{thebibliography}{99}
+\bibitem{1} nothing
+\end{thebibliography}
+\end{document}