diff options
Diffstat (limited to 'src/input/hexadec.input.pamphlet')
-rw-r--r-- | src/input/hexadec.input.pamphlet | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/input/hexadec.input.pamphlet b/src/input/hexadec.input.pamphlet new file mode 100644 index 00000000..78284413 --- /dev/null +++ b/src/input/hexadec.input.pamphlet @@ -0,0 +1,29 @@ +\documentclass{article} +\usepackage{axiom} +\begin{document} +\title{\$SPAD/src/input HEXADEC.input} +\author{The Axiom Team} +\maketitle +\begin{abstract} +\end{abstract} +\eject +\tableofcontents +\eject +<<*>>= + +-- Input generated from HexadecimalExpansionXmpPage +)clear all + +r := hex(22/7) +r + hex(6/7) +[hex(1/i) for i in 350..354] +hex(1/1007) +p := hex(1/4)*x**2 + hex(2/3)*x + hex(4/9) +q := D(p, x) +g := gcd(p, q) +@ +\eject +\begin{thebibliography}{99} +\bibitem{1} nothing +\end{thebibliography} +\end{document} |