aboutsummaryrefslogtreecommitdiff
path: root/src/input/e02bef.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/e02bef.input.pamphlet
downloadopen-axiom-ab8cc85adde879fb963c94d15675783f2cf4b183.tar.gz
Initial population.
Diffstat (limited to 'src/input/e02bef.input.pamphlet')
-rw-r--r--src/input/e02bef.input.pamphlet47
1 files changed, 47 insertions, 0 deletions
diff --git a/src/input/e02bef.input.pamphlet b/src/input/e02bef.input.pamphlet
new file mode 100644
index 00000000..96fe8c05
--- /dev/null
+++ b/src/input/e02bef.input.pamphlet
@@ -0,0 +1,47 @@
+\documentclass{article}
+\usepackage{axiom}
+\begin{document}
+\title{\$SPAD/src/input e02bef.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
+
+start:="c"
+m:=15
+x:Matrix SF:=
+ [[0.00 ,0.50 ,1.00 ,1.50 ,2.00 ,2.50 ,3.00 ,_
+ 4.00 ,4.50 ,5.00 ,5.50 ,6.00 ,7.00 ,7.50 ,8.00 ]]
+y:Matrix SF:=
+ [[-1.1 ,-0.372 ,0.431 ,1.69 ,2.11 ,3.10 ,4.23 ,4.35 ,4.81 ,_
+ 4.61 ,4.79 ,5.23 ,6.35 ,7.19 ,7.97 ]]
+w:Matrix SF:=
+ [[1.00 ,2.00 ,1.50 ,1.00 ,3.00 ,1.00 ,0.50 ,_
+ 1.00 ,2.00 ,2.50 ,1.00 ,3.00 ,1.00 ,2.00 ,1.00 ]]
+s:=1.0
+nest:=54
+lwrk:=1105
+n:=0
+lamda:=new(1,54,0.0)$Matrix DoubleFloat
+ifail:=-1
+wrk:=new(1,1105,0.0)$Matrix DoubleFloat
+iwrk:=new(1,54,0)$Matrix Integer
+result:=e02bef(start,m,x,y,w,s,nest,lwrk,n,lamda,ifail,wrk,iwrk)
+@
+\eject
+\begin{thebibliography}{99}
+\bibitem{1} nothing
+\end{thebibliography}
+\end{document}