aboutsummaryrefslogtreecommitdiff
path: root/src/input/d01aqf.input.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/d01aqf.input.pamphlet')
-rw-r--r--src/input/d01aqf.input.pamphlet37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/input/d01aqf.input.pamphlet b/src/input/d01aqf.input.pamphlet
new file mode 100644
index 00000000..2e2e05ee
--- /dev/null
+++ b/src/input/d01aqf.input.pamphlet
@@ -0,0 +1,37 @@
+\documentclass{article}
+\usepackage{axiom}
+\begin{document}
+\title{\$SPAD/src/input d001aqf.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:Expression Float:=(X**2+0.01**2)**-1
+f:ASP1(G):=retract e
+a:SF:=-1.0
+b:SF:=1.0
+c:SF:=0.5
+epsabs:SF:=0.0
+epsrel:SF:=1.0e-4
+liw:=200
+lw:=4*200
+result:=d01aqf(a,b,c,epsabs,epsrel,lw,liw,-1,f)
+@
+\eject
+\begin{thebibliography}{99}
+\bibitem{1} nothing
+\end{thebibliography}
+\end{document}