aboutsummaryrefslogtreecommitdiff
path: root/src/input/d01gbf.input.pamphlet
blob: fbcb5db96f38a74300ef2e6d902d4c27bb52c297 (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
29
30
31
32
33
34
35
36
37
38
\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input d01gbf.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

ndim:=4
e:=(4.0*X[1]*X[3]*X[3]*exp(2.0*X[1]*X[3])/((1.0+X[2]+X[4])**2))
f:ASP4(FUNCTN):=retract e
a:Matrix SF:=[[0.0,0.0,0.0,0.0]]
b:Matrix SF:=[[1.0,1.0,1.0,1.0]]
maxcls:=20000
eps:=0.01
lenwrk:=500
wrk:Matrix SF:=new(1,lenwrk,0.0);
mincls:=1000
result:=d01gbf(ndim,a,b,maxcls,eps,lenwrk,mincls,wrk,-1,f)
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}