aboutsummaryrefslogtreecommitdiff
path: root/src/input/e04jaf.input.pamphlet
blob: 41f77ac439009273e78c2e861a9bd5dfaa260cf8 (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
39
40
41
\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input e04jaf.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

n:=4
ibound:=0
liw:=6
lw:=54
bl:Matrix SF:=
 [[1 ,-2 ,-1.0e-6 ,1 ]]
bu:Matrix SF:=
 [[3 ,0 ,1.0e6 ,3 ]]
x:Matrix SF:=
 [[3 ,-1 ,0 ,1 ]]
ef:Expression Float:=
 ((XC[1]+10*XC[2])**2+5*(XC[3]-XC[4])**2+(XC[2]-2*XC[3])**4+10*(XC[1]-XC[4])**4)::EXPR FLOAT
funct1:Asp24(FUNCT1):=retract ef
result:=e04jaf(n,ibound,liw,lw,bl,bu,x,-1,funct1)
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}