aboutsummaryrefslogtreecommitdiff
path: root/src/input/f04mcf.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/f04mcf.input.pamphlet
downloadopen-axiom-ab8cc85adde879fb963c94d15675783f2cf4b183.tar.gz
Initial population.
Diffstat (limited to 'src/input/f04mcf.input.pamphlet')
-rw-r--r--src/input/f04mcf.input.pamphlet47
1 files changed, 47 insertions, 0 deletions
diff --git a/src/input/f04mcf.input.pamphlet b/src/input/f04mcf.input.pamphlet
new file mode 100644
index 00000000..f11ee1c4
--- /dev/null
+++ b/src/input/f04mcf.input.pamphlet
@@ -0,0 +1,47 @@
+\documentclass{article}
+\usepackage{axiom}
+\begin{document}
+\title{\$SPAD/src/input f04mcf.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
+
+n:=6
+al:Matrix SF:=
+ [[1.0 ,2.0 ,1.0 ,3.0 ,1.0 ,1.0 ,5.0 ,4.0 ,1.5 ,0.5 ,1.0 ,1.5 ,5.0,1.0 ]]
+lal:=14
+d:Matrix SF:=
+ [[1.0 ,1.0 ,4.0 ,16.0 ,1.0 ,16.0 ]]
+nrow:Matrix Integer:=
+ [[1 ,2 ,2 ,1 ,5 ,3 ]]
+ir:=2
+b:Matrix SF:=
+ [[6 ,-10 ],_
+ [15 ,-21 ],_
+ [11 ,-3 ],_
+ [0 ,24 ],_
+ [51 ,-39 ],_
+ [46 ,67 ]]
+nrb:=6
+iselct:=1
+nrx:=6
+result:=f04mcf(n,al,lal,d,nrow,ir,b,nrb,iselct,nrx,-1)
+@
+\eject
+\begin{thebibliography}{99}
+\bibitem{1} nothing
+\end{thebibliography}
+\end{document}