aboutsummaryrefslogtreecommitdiff
path: root/src/input/e04naf.input.pamphlet
blob: f47a7c3d03a35f1f7b4c313fc7d6bed6e03f6d01 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input e04naf.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

itmax:=20
msglvl:=-1
n:=7
nclin:=7
nctotl:=14
nrowa:=7
nrowh:=7
ncolh:=7
bigbnd:=1.0e10
a:Matrix SF:=
 [[1 ,1 ,1 ,1 ,1 ,1 ,1 ],_
  [0.15 ,0.04 ,0.02 ,0.04 ,0.02 ,0.01 ,0.03 ],_
  [0.03 ,0.05 ,0.08 ,0.02 ,0.06 ,0.01 ,0 ],_
  [0.02 ,0.04 ,0.01 ,0.02 ,0.02 ,0 ,0 ],_
  [0.02 ,0.03 ,0 ,0 ,0.01 ,0 ,0 ],_
  [0.7 ,0.75 ,0.8 ,0.75 ,0.8 ,0.97 ,0 ],_
  [0.02 ,0.06 ,0.08 ,0.12 ,0.02 ,0.01 ,0.97 ]]
bl:Matrix SF:=
 [[-0.01 ,-0.1 ,-0.01 ,-0.04 ,-0.1 ,-0.01 ,-0.01 ,-0.13 ,_
   -1.0e+21 ,-1.0e+21 ,-1.0e+21 ,-1.0e+21 ,-0.0992 ,-0.003 ]]
bu:Matrix SF:=
 [[0.01 ,0.15 ,0.03 ,0.02 ,0.05 ,1.0e+21 ,1.0e+21 ,-0.13 ,_
  -0.0049 ,-0.0064 ,-0.0037 ,-0.0012 ,1.0e+21 ,0.002 ]]
cvec:Matrix SF:=
 [[-0.02 ,-0.2 ,-0.2 ,-0.2 ,-0.2 ,0.04 ,0.04 ]]
featol:Matrix SF:=
 [[0.1053e-7 ,0.1053e-7 ,0.1053e-7 ,0.1053e-7 ,0.1053e-7 ,_
   0.1053e-7 ,0.1053e-7 ,0.1053e-7 ,0.1053e-7 ,0.1053e-7 ,_
   0.1053e-7 ,0.1053e-7 ,0.1053e-7 ,0.1053e-7 ]]
hess:Matrix SF :=
 [[2 ,0 ,0 ,0 ,0 ,0 ,0 ],_
  [0 ,2 ,0 ,0 ,0 ,0 ,0 ],_
  [0 ,0 ,2 ,2 ,0 ,0 ,0 ],_
  [0 ,0 ,2 ,2 ,0 ,0 ,0 ],_
  [0 ,0 ,0 ,0 ,2 ,0 ,0 ],_
  [0 ,0 ,0 ,0 ,0 ,-2 ,-2 ],_
  [0 ,0 ,0 ,0 ,0 ,-2 ,-2 ]]
cold:=true
lpp:=false
orthog:=true
liwork:=14
lwork:=238
x:Matrix SF:=
 [[-0.01 ,-0.03 ,0.0 ,-0.01 ,-0.1 ,0.02 ,0.01 ]]
istate:Matrix Integer:=
 [[0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ]]
mei:Matrix Expression Integer:=
 [[2 ,0 ,0 ,0 ,0 ,0 ,0 ],_
  [0 ,2 ,0 ,0 ,0 ,0 ,0 ],_
  [0 ,0 ,2 ,2 ,0 ,0 ,0 ],_
  [0 ,0 ,2 ,2 ,0 ,0 ,0 ],_
  [0 ,0 ,0 ,0 ,2 ,0 ,0 ],_
  [0 ,0 ,0 ,0 ,0 ,-2 ,-2 ],_
  [0 ,0 ,0 ,0 ,0 ,-2 ,-2 ]]
qphess:Asp20(QPHESS):= retract mei
result:=e04naf(itmax,msglvl,n,nclin,nctotl,nrowa,nrowh,ncolh,bigbnd,a,bl,bu,cvec,featol,_
hess,cold,lpp,orthog,liwork,lwork,x,istate,-1,qphess)
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}