aboutsummaryrefslogtreecommitdiff
path: root/src/input/e04mbf.input.pamphlet
blob: ce578e0a659b3cbf5bb29a73eabf42f0d48049c9 (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
\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input e04mbf.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
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 ]]
linobj:=true
liwork:=14
lwork:=182
x:Matrix SF:=
 [[-0.01 ,-0.03 ,0.0 ,-0.01 ,-0.1 ,0.02 ,0.01 ]]
result:=e04mbf(itmax,msglvl,n,nclin,nctotl,nrowa,a,bl,bu,cvec,linobj,liwork,lwork,x,-1)
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}