aboutsummaryrefslogtreecommitdiff
path: root/src/input/d01fcf.input.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-08-14 05:14:52 +0000
committerdos-reis <gdr@axiomatics.org>2007-08-14 05:14:52 +0000
commitab8cc85adde879fb963c94d15675783f2cf4b183 (patch)
treec202482327f474583b750b2c45dedfc4e4312b1d /src/input/d01fcf.input.pamphlet
downloadopen-axiom-ab8cc85adde879fb963c94d15675783f2cf4b183.tar.gz
Initial population.
Diffstat (limited to 'src/input/d01fcf.input.pamphlet')
-rw-r--r--src/input/d01fcf.input.pamphlet38
1 files changed, 38 insertions, 0 deletions
diff --git a/src/input/d01fcf.input.pamphlet b/src/input/d01fcf.input.pamphlet
new file mode 100644
index 00000000..70385066
--- /dev/null
+++ b/src/input/d01fcf.input.pamphlet
@@ -0,0 +1,38 @@
+\documentclass{article}
+\usepackage{axiom}
+\begin{document}
+\title{\$SPAD/src/input d01fcf.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:= (4.0*X[1]*X[3]*X[3]*exp(2.0*X[1]*X[3])/((1.0+X[2]+X[4])**2))::EXPR FLOAT
+f:ASP4(FUNCTN):=retract e
+ndim:=4
+a:Matrix SF:=[[0.0,0.0,0.0,0.0]]
+b:Matrix SF:=[[1.0,1.0,1.0,1.0]]
+alpha:=2^ndim+2*ndim^2+2*ndim+1
+minpts:=1000
+maxpts:=5700
+eps:=0.0001
+lenwrk:=606
+result:=d01fcf(ndim,a,b,maxpts,eps,lenwrk,minpts,-1,f)
+@
+\eject
+\begin{thebibliography}{99}
+\bibitem{1} nothing
+\end{thebibliography}
+\end{document}