aboutsummaryrefslogtreecommitdiff
path: root/src/input/e01bgf.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/e01bgf.input.pamphlet
downloadopen-axiom-ab8cc85adde879fb963c94d15675783f2cf4b183.tar.gz
Initial population.
Diffstat (limited to 'src/input/e01bgf.input.pamphlet')
-rw-r--r--src/input/e01bgf.input.pamphlet40
1 files changed, 40 insertions, 0 deletions
diff --git a/src/input/e01bgf.input.pamphlet b/src/input/e01bgf.input.pamphlet
new file mode 100644
index 00000000..df6868d9
--- /dev/null
+++ b/src/input/e01bgf.input.pamphlet
@@ -0,0 +1,40 @@
+\documentclass{article}
+\usepackage{axiom}
+\begin{document}
+\title{\$SPAD/src/input e01bgf.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:=9
+x:Matrix SF:=
+ [[7.99 ,8.09 ,8.19 ,8.70 ,9.20 ,10.00 ,12.00 ,15.00 ,20.00 ]]
+f:Matrix SF:=
+ [[0.00000e+0 ,0.27643e-4 ,0.43750e-1 ,0.16918 ,0.46943 ,_
+ 0.94374 ,0.99864 ,0.99992 ,0.99999 ]]
+d:Matrix SF:=
+ [[0.00000e+0 ,5.52510e-4 ,0.33587 ,0.34944 ,0.59696 ,_
+ 6.03260e-2 ,8.98335e-4 ,2.93954e-5 ,0.00000 ]]
+m:=11
+px:Matrix SF:=
+ [[7.9900000000000002 + (i-1) *1.2010000000000001 for i in 1..11]]
+result:=e01bgf(n,x,f,d,m,px,-1)
+@
+\eject
+\begin{thebibliography}{99}
+\bibitem{1} nothing
+\end{thebibliography}
+\end{document}