aboutsummaryrefslogtreecommitdiff
path: root/src/input/e01daf.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/e01daf.input.pamphlet
downloadopen-axiom-ab8cc85adde879fb963c94d15675783f2cf4b183.tar.gz
Initial population.
Diffstat (limited to 'src/input/e01daf.input.pamphlet')
-rw-r--r--src/input/e01daf.input.pamphlet50
1 files changed, 50 insertions, 0 deletions
diff --git a/src/input/e01daf.input.pamphlet b/src/input/e01daf.input.pamphlet
new file mode 100644
index 00000000..5580686e
--- /dev/null
+++ b/src/input/e01daf.input.pamphlet
@@ -0,0 +1,50 @@
+\documentclass{article}
+\usepackage{axiom}
+\begin{document}
+\title{\$SPAD/src/input e01daf.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
+x:Matrix SF:=
+ [[1.00 ,1.10 ,1.30 ,1.50 ,1.60 ,1.80 ,2.00 ]]
+y:Matrix SF:=
+ [[0.00 ,0.10 ,0.40 ,0.70 ,0.90 ,1.00 ]]
+--f:Matrix SF:=
+-- [[1.00 ,1.21 ,1.69 ,2.25 ,2.56 ,3.24 ,4.00 ,1.10 ,_
+-- 1.31 ,1.79 ,2.35 ,2.66 ,3.34 ,4.10 ,1.40 ,1.61 ,_
+-- 2.09 ,2.65 ,2.96 ,3.64 ,4.40 ,1.70 ,1.91 ,2.39 ,_
+-- 2.95 ,3.26 ,3.94 ,4.90 ,1.90 ,2.11 ,2.59 ,3.15 ,_
+-- 3.46 ,4.14 ,4.90 ,2.00 ,2.21 ,2.69 ,3.25 ,3.56 ,_
+-- 4.24 ,5.00 ]]
+
+f:Matrix SF:=
+ [[1.00, 1.10, 1.40, 1.70, 1.90, 2.00, _
+ 1.21, 1.31, 1.61, 1.91, 2.11, 2.21, _
+ 1.69, 1.79, 2.09, 2.39, 2.59, 2.69, _
+ 2.25, 2.35, 2.65, 2.95, 3.15, 3.25, _
+ 2.56, 2.66, 2.96, 3.26, 3.46, 3.56, _
+ 3.24, 3.34, 3.64, 3.94, 4.14, 4.24, _
+ 4.00, 4.10, 4.40, 4.70, 4.90, 5.00]]
+result:=e01daf(mx,my,x,y,f, -1)
+@
+\eject
+\begin{thebibliography}{99}
+\bibitem{1} nothing
+\end{thebibliography}
+\end{document}