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

mx:=7
my:=6
px:=11
py:=10
x:Matrix SF:=
 [[1 ,1.1 ,1.3 ,1.4 ,1.5 ,1.7 ,2 ]]
y:Matrix SF:=
 [[0 ,0.2 ,0.4 ,0.6 ,0.8 ,1 ]]
lamda:Matrix SF:=
 [[1 ,1 ,1 ,1 ,1.3 ,1.5 ,1.6 ,2 ,2 ,2 ,2 ]]
mu:Matrix SF:=
 [[0 ,0 ,0 ,0 ,0.4 ,0.7 ,1 ,1 ,1 ,1 ]]
c:Matrix SF:=
 [[1 ,1.1333 ,1.3667 ,1.7 ,1.9 ,2 ,1.2 ,1.3333 ,1.5667 ,1.9 ,_
   2.1 ,2.2 ,1.5833 ,1.7167 ,1.95 ,2.2833 ,2.4833 ,2.5833 ,2.1433 ,2.2767 ,_
   2.51 ,2.8433 ,3.0433 ,3.1433 ,2.8667 ,3 ,3.2333 ,3.5667 ,3.7667 ,3.8667 ,_
   3.4667 ,3.6 ,3.8333 ,4.1667 ,4.3667 ,4.4667 ,4 ,4.1333 ,4.3667,_
   4.7 ,4.9 ,5 ]]
lwrk:=36
liwrk:=108
result:=e02dff(mx,my,px,py,x,y,lamda,mu,c,lwrk,liwrk,-1)
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}