aboutsummaryrefslogtreecommitdiff
path: root/src/input/e02adf.input.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/e02adf.input.pamphlet')
-rw-r--r--src/input/e02adf.input.pamphlet40
1 files changed, 40 insertions, 0 deletions
diff --git a/src/input/e02adf.input.pamphlet b/src/input/e02adf.input.pamphlet
new file mode 100644
index 00000000..6a519ada
--- /dev/null
+++ b/src/input/e02adf.input.pamphlet
@@ -0,0 +1,40 @@
+\documentclass{article}
+\usepackage{axiom}
+\begin{document}
+\title{\$SPAD/src/input e02adf.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
+
+m:=11
+kplus1:=4
+nrows:=50
+x:Matrix SF:=
+ [[1.00 ,2.10 ,3.10 ,3.90 ,4.90 ,5.80 ,_
+ 6.50 ,7.10 ,7.80 ,8.40 ,9.00 ]]
+y:Matrix SF:=
+ [[10.40 ,7.90 ,4.70 ,2.50 ,1.20 ,2.20 ,_
+ 5.10 ,9.20 ,16.10 ,24.50 ,35.30 ]]
+w:Matrix SF:=
+ [[1.00 ,1.00 ,1.00 ,1.00 ,1.00 ,0.80 ,_
+ 0.80 ,0.70 ,0.50 ,0.30 ,0.20 ]]
+result:=e02adf(m,kplus1,nrows,x,y,w,-1)
+@
+\eject
+\begin{thebibliography}{99}
+\bibitem{1} nothing
+\end{thebibliography}
+\end{document}