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/d03eef.input.pamphlet | |
download | open-axiom-ab8cc85adde879fb963c94d15675783f2cf4b183.tar.gz |
Initial population.
Diffstat (limited to 'src/input/d03eef.input.pamphlet')
-rw-r--r-- | src/input/d03eef.input.pamphlet | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/src/input/d03eef.input.pamphlet b/src/input/d03eef.input.pamphlet new file mode 100644 index 00000000..d1fcd0b3 --- /dev/null +++ b/src/input/d03eef.input.pamphlet @@ -0,0 +1,40 @@ +\documentclass{article} +\usepackage{axiom} +\begin{document} +\title{\$SPAD/src/input d03eef.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 + +xmin := 0.0 +xmax := 1.0 +ymin := 0.0 +ymax := 1.0 +psi := -sin(X)*sin(Y) + 50*cos(X)*cos(Y) +50*sin(X)*cos(Y) +d03eea :Vector Expression Float := [1,0,1,50,50,0,psi] +d03eeb :Matrix Expression Float := matrix[[0,1,-sin(X)],[1,0,sin(X)*sin(Y)],[1,0,sin(X)*sin(Y)],[0,1,-sin(Y)]] +ngx := 9 +ngy := 9 +lda := 133 +scheme := "c" +ifail := -1 +result:=d03eef(xmin,xmax,ymin,ymax,ngx,ngy,lda,scheme,ifail,d03eea::ASP73('PDEF),d03eeb::ASP74('BNDY)) +@ +\eject +\begin{thebibliography}{99} +\bibitem{1} nothing +\end{thebibliography} +\end{document} |