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

xend:SF:= 10.0
n:=3
relabs:="D"
iw:=95
x:SF:=0.0
y:Matrix SF:=
 [[1.0 ,0.0 ,0.0 ]]
tol:=0.0001
ef:Expression Float:=(Y[1]::EXPR FLOAT)-0.9
g:Asp9(G):=retract ef
vef:Vector Expression Float:=
 [-0.04*Y[1]+1.0E4*Y[2]*Y[3] ,_
   0.04*Y[1]-1.0E4*Y[2]*Y[3]-3.0E7*Y[2]*Y[2] ,_
   3.0E7*Y[2]*Y[2] ]
fcn:ASP7(FCN):=retract vef
pederv:Asp31(PEDERV):=retract vef
vm:Vector MachineFloat:=[2,4,6,8]
output:Asp8(OUTPUT):=coerce vm 
result:=d02ejf(xend,# vm,n,relabs,iw,x,y,tol,-1,g,fcn,pederv,output)
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}