From ab8cc85adde879fb963c94d15675783f2cf4b183 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 14 Aug 2007 05:14:52 +0000 Subject: Initial population. --- src/input/d02gbf.input.pamphlet | 58 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 src/input/d02gbf.input.pamphlet (limited to 'src/input/d02gbf.input.pamphlet') diff --git a/src/input/d02gbf.input.pamphlet b/src/input/d02gbf.input.pamphlet new file mode 100644 index 00000000..a2ef4c23 --- /dev/null +++ b/src/input/d02gbf.input.pamphlet @@ -0,0 +1,58 @@ +\documentclass{article} +\usepackage{axiom} +\begin{document} +\title{\$SPAD/src/input d02gbf.input} +\author{The Axiom Team} +\maketitle +\begin{abstract} +\end{abstract} +\eject +\tableofcontents +\eject +\section{License} +<>= +--Copyright The Numerical Algorithms Group Limited 1994. +@ +<<*>>= +<> +)clear all +showArrayValues true +showScalarValues true + +a:SF:=0.0 +b:SF:=1.0 +n:=2 +tol:SF:=1.0e-3 +mnp:= 70 +lw:=1702 +liw:=352 +c:Matrix SF:= + [[1 ,0 ],[0 ,0 ]] +d:Matrix SF:= + [[0 ,0 ],[1 ,0 ]] +gam:Matrix SF:= + [[0 ,1 ]] +x:Matrix SF:= + [[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.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:=0 +ifail:= 11 +mef:Matrix Expression Float:= + [[0 ,1 ],[0 ,-10 ]] +fcnf:Asp77(FCNF):=retract mef +vef:Vector Expression Float := + [0 ,0 ] +fcng:Asp78(FCNG):=retract vef +result:=d02gbf(a,b,n,tol,mnp,lw,liw,c,d,gam,x,np,ifail,fcnf,fcng) +@ +\eject +\begin{thebibliography}{99} +\bibitem{1} nothing +\end{thebibliography} +\end{document} -- cgit v1.2.3