aboutsummaryrefslogtreecommitdiff
path: root/src/input/d02cjf.input.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-08-14 05:14:52 +0000
committerdos-reis <gdr@axiomatics.org>2007-08-14 05:14:52 +0000
commitab8cc85adde879fb963c94d15675783f2cf4b183 (patch)
treec202482327f474583b750b2c45dedfc4e4312b1d /src/input/d02cjf.input.pamphlet
downloadopen-axiom-ab8cc85adde879fb963c94d15675783f2cf4b183.tar.gz
Initial population.
Diffstat (limited to 'src/input/d02cjf.input.pamphlet')
-rw-r--r--src/input/d02cjf.input.pamphlet42
1 files changed, 42 insertions, 0 deletions
diff --git a/src/input/d02cjf.input.pamphlet b/src/input/d02cjf.input.pamphlet
new file mode 100644
index 00000000..920e4a68
--- /dev/null
+++ b/src/input/d02cjf.input.pamphlet
@@ -0,0 +1,42 @@
+\documentclass{article}
+\usepackage{axiom}
+\begin{document}
+\title{\$SPAD/src/input d02cjf.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
+tol:SF:=0.0001
+relabs:="D"
+x:SF:=0.0
+y:Matrix SF:=[[0.5 ,0.5 ,%pi*0.2 ]]
+ef:Expression Float:=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
+vm:Vector MachineFloat:=
+ [2,4,6,8]
+output:Asp8(OUTPUT):=coerce vm
+result:=d02cjf(xend,# vm,n,tol,relabs,x,y,-1,g,fcn,output)
+@
+\eject
+\begin{thebibliography}{99}
+\bibitem{1} nothing
+\end{thebibliography}
+\end{document}