diff options
Diffstat (limited to 'src/input/d02bhf.input.pamphlet')
-rw-r--r-- | src/input/d02bhf.input.pamphlet | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/src/input/d02bhf.input.pamphlet b/src/input/d02bhf.input.pamphlet new file mode 100644 index 00000000..c7de235c --- /dev/null +++ b/src/input/d02bhf.input.pamphlet @@ -0,0 +1,41 @@ +\documentclass{article} +\usepackage{axiom} +\begin{document} +\title{\$SPAD/src/input d02bhf.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 + +xend:SF:=10.0 +n:=3 +irelab:=0 +hmax:SF:=0.0 +x:SF:=0.0 +y:Matrix SF:= + [[0.5 ,0.5 ,%pi*0.2 ]] +tol:SF:=0.0001 +ef:Expression Float:=1.0*Y[1]::EXPR FLOAT +g:Asp9(G):=retract ef +vef:Vector Expression Float:= + [tan(Y[3]) ,-0.032*tan(Y[3])/Y[2] -0.02*Y[2]/cos(Y[3]) ,-0.032/(Y[2]**2) ] +fcn:Asp7(FCN):= retract vef +result:=d02bhf(xend,n,irelab,hmax,x,y,tol,-1,g,fcn) +@ +\eject +\begin{thebibliography}{99} +\bibitem{1} nothing +\end{thebibliography} +\end{document} |