aboutsummaryrefslogtreecommitdiff
path: root/src/input/d01amf.input.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/d01amf.input.pamphlet')
-rw-r--r--src/input/d01amf.input.pamphlet35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/input/d01amf.input.pamphlet b/src/input/d01amf.input.pamphlet
new file mode 100644
index 00000000..c36281cd
--- /dev/null
+++ b/src/input/d01amf.input.pamphlet
@@ -0,0 +1,35 @@
+\documentclass{article}
+\usepackage{axiom}
+\begin{document}
+\title{\$SPAD/src/input d001amf.input}
+\author{The Axiom Team}
+\maketitle
+\begin{abstract}
+\end{abstract}
+\eject
+\tableofcontents
+\eject
+\section{License}
+<<license>>=
+--Copyright The Numerical Algorithms Group Limited 1994.
+@
+<<*>>=
+<<license>>
+)clear all
+showArrayValues true
+showScalarValues true
+
+e:EXPR FLOAT:=1/((X+1)*sqrt(X))
+f:ASP1(F):=retract e
+a:SF:=0.0
+epsabs:SF:=0.0
+epsrel:SF:=1.0e-4
+liw:=200
+lw:=4*liw
+result:=d01amf(a,1,epsabs,epsrel,lw,liw,-1,f)
+@
+\eject
+\begin{thebibliography}{99}
+\bibitem{1} nothing
+\end{thebibliography}
+\end{document}