aboutsummaryrefslogtreecommitdiff
path: root/src/input/d02raf.input.pamphlet
blob: be82a48cfbe2b6b4edb7842ef6ca1349896d3aa7 (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
\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input d02raf.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:=3
mnp:=40
numbeg:=2
nummix:=0
tol:=1.0e-4
init:=0
iy:=3
ijac:=1
lwork:=1925
liwork:=283
np:=17
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 ,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 ]]
y:Matrix SF:=new(3,40,0.0)
deleps:=0.1
ifail:=11
vef:Vector Expression Float:=
 [Y[2] ,Y[3] ,-Y[1]*Y[3] - 2*EPS*(1-Y[2]*Y[2]) ]
fcn:Asp41(FCN,JACOBF,JACEPS):= retract vef
vei:Vector Expression Integer:=
 [YA[1] ,YA[2] ,YB[2] -1 ]
g:Asp42(G,JACOBG,JACGEP):=retract vei
result:=d02raf(n,mnp,numbeg,nummix,tol,init,iy,ijac,lwork,liwork,np,x,y,deleps,ifail,fcn,g)
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}