From ab8cc85adde879fb963c94d15675783f2cf4b183 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 14 Aug 2007 05:14:52 +0000 Subject: Initial population. --- src/input/f04mcf.input.pamphlet | 47 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 src/input/f04mcf.input.pamphlet (limited to 'src/input/f04mcf.input.pamphlet') 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} +<>= +--Copyright The Numerical Algorithms Group Limited 1994. +@ +<<*>>= +<> +)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} -- cgit v1.2.3