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

a:SF:=0.0
b:SF:=1.0
n:=2
tol:SF:=1.0e-3
mnp:= 70
lw:=1702
liw:=352
c:Matrix SF:=
 [[1 ,0 ],[0 ,0 ]]
d:Matrix SF:=
 [[0 ,0 ],[1 ,0 ]]
gam:Matrix SF:=
 [[0 ,1 ]]
x:Matrix SF:=
 [[0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,_
   0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,_
   0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,_
   0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,_
   0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,_
   0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,_
   0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,_
   0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,0.0 ]]
np:=0
ifail:= 11
mef:Matrix Expression Float:=
 [[0 ,1 ],[0 ,-10 ]]
fcnf:Asp77(FCNF):=retract mef
vef:Vector Expression Float :=
 [0 ,0 ]
fcng:Asp78(FCNG):=retract vef
result:=d02gbf(a,b,n,tol,mnp,lw,liw,c,d,gam,x,np,ifail,fcnf,fcng)
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}