aboutsummaryrefslogtreecommitdiff
path: root/src/input/f01qef.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/f01qef.input.pamphlet
downloadopen-axiom-ab8cc85adde879fb963c94d15675783f2cf4b183.tar.gz
Initial population.
Diffstat (limited to 'src/input/f01qef.input.pamphlet')
-rw-r--r--src/input/f01qef.input.pamphlet41
1 files changed, 41 insertions, 0 deletions
diff --git a/src/input/f01qef.input.pamphlet b/src/input/f01qef.input.pamphlet
new file mode 100644
index 00000000..79798c44
--- /dev/null
+++ b/src/input/f01qef.input.pamphlet
@@ -0,0 +1,41 @@
+\documentclass{article}
+\usepackage{axiom}
+\begin{document}
+\title{\$SPAD/src/input f01qef.input}
+\author{The Axiom Team}
+\maketitle
+\begin{abstract}
+\end{abstract}
+\eject
+\tableofcontents
+\eject
+\section{License}
+<<license>>=
+--Copyright The Numerical Algorithms Group Limited 1994.
+@
+<<*>>=
+<<license>>
+)cl all
+showArrayValues true
+showScalarValues true
+
+wheret:="s"
+m:=5
+n:=3
+ncolq:=5
+lda:=5
+zeta:Matrix SF:=
+ [[1.2247 ,1.1547 ,1.2649 ]]
+a:Matrix SF:=
+ [[-4.0 ,-2.0 ,-3.0 ,0.0 ,0.0 ],_
+ [0.4085 ,-3.0 ,-2.0 ,0.0 ,0.0 ],_
+ [0.3266 ,-0.4619 ,-4.0 ,0.0 ,0.0 ],_
+ [0.4082 ,-0.5774 ,0.0 ,0.0 ,0.0 ],_
+ [0.2449 ,-0.3464 ,-0.6326 ,0.0 ,0.0 ]]
+result:=f01qef(wheret,m,n,ncolq,lda,zeta,a,-1)
+@
+\eject
+\begin{thebibliography}{99}
+\bibitem{1} nothing
+\end{thebibliography}
+\end{document}