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

u:Matrix SF:=
 [[0 ,10 ],[0 ,1 ],[0 ,0 ]]
v:Matrix SF:=
 [[0.0 ,1.0 ],[0.0 ,0.0 ],[1.0 ,1.0 ]]
n:=3
a:SF:=0.0
b:SF:=10.0
tol:=1.0e-3
mnp:=64
lw:=3056
liw:= 471
x:Matrix SF:=
 [[0.0 ,0.4 ,0.8 ,1.2 ,1.6 ,2.0 ,2.4 ,2.8 ,3.2 ,_
   3.6 ,4.0 ,4.4 ,4.8 ,5.2 ,5.6 ,6.0 ,6.4 ,6.8 ,_
   7.2 ,7.6 ,8.0 ,8.4 ,8.8 ,9.2 ,9.6 ,10.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:=26
vef:Vector Expression Float:=
 [Y[2] ,Y[3] ,-Y[1]*Y[3]-0.2*(1-Y[2]*Y[2]) ]
fcn:Asp7(FCN):=retract vef
result:=d02gaf(u,v,n,a,b,tol,mnp,lw,liw,x,np,-1,fcn)
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}