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/e04dgf.input.pamphlet | 44 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 src/input/e04dgf.input.pamphlet (limited to 'src/input/e04dgf.input.pamphlet') diff --git a/src/input/e04dgf.input.pamphlet b/src/input/e04dgf.input.pamphlet new file mode 100644 index 00000000..8cbbb27b --- /dev/null +++ b/src/input/e04dgf.input.pamphlet @@ -0,0 +1,44 @@ +\documentclass{article} +\usepackage{axiom} +\begin{document} +\title{\$SPAD/src/input e04dgf.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 + +n:=2 +es:=1.0 +fu:=0.4373903597E-14 +it:=50 +lin:=0.9 +list:=true +ma:=1.0E+20 +op:=3.26E-12 +pr:=10 +sta:=1 +sto:=2 +ve:=0 +x:Matrix SF:= + [[-1.0 ,1.0 ]] +ef:Expression Float:=(exp(X[1])*(4*X[1]**2+2*X[2]**2+4*X[1]*X[2]+2*X[2]+1))::EXPR FLOAT +objfun:ASP49(OBJFUN):= retract ef +result:=e04dgf(n,es,fu,it,lin,list,ma,op,pr,sta,sto,ve,x,-1,objfun) +@ +\eject +\begin{thebibliography}{99} +\bibitem{1} nothing +\end{thebibliography} +\end{document} -- cgit v1.2.3