aboutsummaryrefslogtreecommitdiff
path: root/src/input/e02dff.input.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-08-14 05:14:52 +0000
committerdos-reis <gdr@axiomatics.org>2007-08-14 05:14:52 +0000
commitab8cc85adde879fb963c94d15675783f2cf4b183 (patch)
treec202482327f474583b750b2c45dedfc4e4312b1d /src/input/e02dff.input.pamphlet
downloadopen-axiom-ab8cc85adde879fb963c94d15675783f2cf4b183.tar.gz
Initial population.
Diffstat (limited to 'src/input/e02dff.input.pamphlet')
-rw-r--r--src/input/e02dff.input.pamphlet48
1 files changed, 48 insertions, 0 deletions
diff --git a/src/input/e02dff.input.pamphlet b/src/input/e02dff.input.pamphlet
new file mode 100644
index 00000000..acd0bdf3
--- /dev/null
+++ b/src/input/e02dff.input.pamphlet
@@ -0,0 +1,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}