aboutsummaryrefslogtreecommitdiff
path: root/src/input/d01gaf.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/d01gaf.input.pamphlet
downloadopen-axiom-ab8cc85adde879fb963c94d15675783f2cf4b183.tar.gz
Initial population.
Diffstat (limited to 'src/input/d01gaf.input.pamphlet')
-rw-r--r--src/input/d01gaf.input.pamphlet37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/input/d01gaf.input.pamphlet b/src/input/d01gaf.input.pamphlet
new file mode 100644
index 00000000..a04ac380
--- /dev/null
+++ b/src/input/d01gaf.input.pamphlet
@@ -0,0 +1,37 @@
+\documentclass{article}
+\usepackage{axiom}
+\begin{document}
+\title{\$SPAD/src/input d01gaf.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
+
+n:=21
+x:Matrix SF:=
+ [[0.00 ,0.04 ,0.08 ,0.12 ,0.22 ,0.26 ,0.30 ,_
+ 0.38 ,0.39 ,0.42 ,0.45 ,0.46 ,0.60 ,0.68 ,_
+ 0.72 ,0.73 ,0.83 ,0.85 ,0.88 ,0.90 ,1.00 ]]
+y:Matrix SF:=
+ [[4.0000 ,3.9936 ,3.9746 ,3.9432 ,3.8153 ,3.7467 ,3.6697 ,_
+ 3.4943 ,3.4719 ,3.4002 ,3.3264 ,3.3014 ,2.9412 ,2.7352 ,_
+ 2.6344 ,2.6094 ,2.3684 ,2.3222 ,2.2543 ,2.2099 ,2.0000 ]]
+result:=d01gaf(x,y,n,-1)
+@
+\eject
+\begin{thebibliography}{99}
+\bibitem{1} nothing
+\end{thebibliography}
+\end{document}