diff options
author | dos-reis <gdr@axiomatics.org> | 2007-08-14 05:14:52 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-08-14 05:14:52 +0000 |
commit | ab8cc85adde879fb963c94d15675783f2cf4b183 (patch) | |
tree | c202482327f474583b750b2c45dedfc4e4312b1d /src/input/e02agf.input.pamphlet | |
download | open-axiom-ab8cc85adde879fb963c94d15675783f2cf4b183.tar.gz |
Initial population.
Diffstat (limited to 'src/input/e02agf.input.pamphlet')
-rw-r--r-- | src/input/e02agf.input.pamphlet | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/src/input/e02agf.input.pamphlet b/src/input/e02agf.input.pamphlet new file mode 100644 index 00000000..b75d7bdd --- /dev/null +++ b/src/input/e02agf.input.pamphlet @@ -0,0 +1,51 @@ +\documentclass{article} +\usepackage{axiom} +\begin{document} +\title{\$SPAD/src/input e02agf.input} +\author{The Axiom Team} +\maketitle +\begin{abstract} +\end{abstract} +\eject +\tableofcontents +\eject +\section{License} +<<license>>= +--Copyright The Numerical Algorithms Group Limited 1996. +@ +<<*>>= +<<license>> +)clear all +showArrayValues true +showScalarValues true + +m:=5 +kplus1:=5 +nrows:=6 +xmin:=0.0 +xmax:=4.0 +x:Matrix SF:= + [[0.5 ,1.0 ,2.0 ,2.5 ,3.0 ]] +y:Matrix SF:= + [[0.03 ,-0.75 ,-1.0 ,-0.1 ,1.75 ]] +w:Matrix SF:= + [[1.0 ,1.0 ,1.0 ,1.0 ,1.0 ]] +mf:=2 +xf:Matrix SF:= + [[0.0 ,4.0 ]] +yf:Matrix SF:= + [[1.0 ,-2.0 ,9.0 ,0.0 ,0.0 ,0.0 ,_ + 0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,_ + 0.0 ,0.0 ,0.0 ]] +lyf:=15 +ip:Matrix Integer:= + [[1 ,0 ]] +lwrk:=200 +liwrk:=12 +result:=e02agf(m,kplus1,nrows,xmin,xmax,x,y,w,mf,xf,yf,lyf,ip,lwrk,liwrk, -1) +@ +\eject +\begin{thebibliography}{99} +\bibitem{1} nothing +\end{thebibliography} +\end{document} |