aboutsummaryrefslogtreecommitdiff
path: root/src/input/d02cjf.input.pamphlet
blob: 920e4a689d38f77f4668e25747d78bf3e5b62b0e (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
\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input d02cjf.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
tol:SF:=0.0001
relabs:="D"
x:SF:=0.0
y:Matrix SF:=[[0.5 ,0.5 ,%pi*0.2 ]]
ef:Expression Float:=Y[1]:: EXPR FLOAT
g:Asp9(G):=retract ef
vef:Vector Expression Float:=
 [tan(Y[3]) ,-0.032*tan(Y[3])/Y[2] -0.02*Y[2]/cos(Y[3]) ,-0.032/(Y[2]**2) ]
fcn:Asp7(FCN):= retract vef
vm:Vector MachineFloat:=
 [2,4,6,8]
output:Asp8(OUTPUT):=coerce vm
result:=d02cjf(xend,# vm,n,tol,relabs,x,y,-1,g,fcn,output)
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}