From ab8cc85adde879fb963c94d15675783f2cf4b183 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 14 Aug 2007 05:14:52 +0000 Subject: Initial population. --- src/input/d01amf.input.pamphlet | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/input/d01amf.input.pamphlet (limited to 'src/input/d01amf.input.pamphlet') 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} +<>= +--Copyright The Numerical Algorithms Group Limited 1994. +@ +<<*>>= +<> +)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} -- cgit v1.2.3