aboutsummaryrefslogtreecommitdiff
path: root/src/input/fr2.input.pamphlet
blob: ff7407f344ed3266aaf737255d4c5667276f27b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input FR2.input}
\author{The Axiom Team}
\maketitle
\begin{abstract}
\end{abstract}
\eject
\tableofcontents
\eject
<<*>>=

-- Input generated from FactoredFunctionsTwoXmpPage
)clear all

double(x) == x + x
f := factor(720)
map(double,f)
makePoly(b) == x + b
g := map(makePoly,f)
nthFlag(g,1)
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}