aboutsummaryrefslogtreecommitdiff
path: root/src/input/d02gaf.input.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/d02gaf.input.pamphlet')
-rw-r--r--src/input/d02gaf.input.pamphlet51
1 files changed, 51 insertions, 0 deletions
diff --git a/src/input/d02gaf.input.pamphlet b/src/input/d02gaf.input.pamphlet
new file mode 100644
index 00000000..8936af66
--- /dev/null
+++ b/src/input/d02gaf.input.pamphlet
@@ -0,0 +1,51 @@
+\documentclass{article}
+\usepackage{axiom}
+\begin{document}
+\title{\$SPAD/src/input d02gaf.input}
+\author{The Axiom Team}
+\maketitle
+\begin{abstract}
+\end{abstract}
+\eject
+\tableofcontents
+\eject
+\section{License}
+<<license>>=
+--Copyright The Numerical Algorithms Group Limited 1994.
+@
+<<*>>=
+<<license>>
+)clear all
+showArrayValues true
+showScalarValues true
+
+u:Matrix SF:=
+ [[0 ,10 ],[0 ,1 ],[0 ,0 ]]
+v:Matrix SF:=
+ [[0.0 ,1.0 ],[0.0 ,0.0 ],[1.0 ,1.0 ]]
+n:=3
+a:SF:=0.0
+b:SF:=10.0
+tol:=1.0e-3
+mnp:=64
+lw:=3056
+liw:= 471
+x:Matrix SF:=
+ [[0.0 ,0.4 ,0.8 ,1.2 ,1.6 ,2.0 ,2.4 ,2.8 ,3.2 ,_
+ 3.6 ,4.0 ,4.4 ,4.8 ,5.2 ,5.6 ,6.0 ,6.4 ,6.8 ,_
+ 7.2 ,7.6 ,8.0 ,8.4 ,8.8 ,9.2 ,9.6 ,10.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 ,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.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 ,0.0 ]]
+np:=26
+vef:Vector Expression Float:=
+ [Y[2] ,Y[3] ,-Y[1]*Y[3]-0.2*(1-Y[2]*Y[2]) ]
+fcn:Asp7(FCN):=retract vef
+result:=d02gaf(u,v,n,a,b,tol,mnp,lw,liw,x,np,-1,fcn)
+@
+\eject
+\begin{thebibliography}{99}
+\bibitem{1} nothing
+\end{thebibliography}
+\end{document}