diff options
author | dos-reis <gdr@axiomatics.org> | 2007-08-14 05:14:52 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-08-14 05:14:52 +0000 |
commit | ab8cc85adde879fb963c94d15675783f2cf4b183 (patch) | |
tree | c202482327f474583b750b2c45dedfc4e4312b1d /src/input/e04jaf.input.pamphlet | |
download | open-axiom-ab8cc85adde879fb963c94d15675783f2cf4b183.tar.gz |
Initial population.
Diffstat (limited to 'src/input/e04jaf.input.pamphlet')
-rw-r--r-- | src/input/e04jaf.input.pamphlet | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/src/input/e04jaf.input.pamphlet b/src/input/e04jaf.input.pamphlet new file mode 100644 index 00000000..41f77ac4 --- /dev/null +++ b/src/input/e04jaf.input.pamphlet @@ -0,0 +1,41 @@ +\documentclass{article} +\usepackage{axiom} +\begin{document} +\title{\$SPAD/src/input e04jaf.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 + +n:=4 +ibound:=0 +liw:=6 +lw:=54 +bl:Matrix SF:= + [[1 ,-2 ,-1.0e-6 ,1 ]] +bu:Matrix SF:= + [[3 ,0 ,1.0e6 ,3 ]] +x:Matrix SF:= + [[3 ,-1 ,0 ,1 ]] +ef:Expression Float:= + ((XC[1]+10*XC[2])**2+5*(XC[3]-XC[4])**2+(XC[2]-2*XC[3])**4+10*(XC[1]-XC[4])**4)::EXPR FLOAT +funct1:Asp24(FUNCT1):=retract ef +result:=e04jaf(n,ibound,liw,lw,bl,bu,x,-1,funct1) +@ +\eject +\begin{thebibliography}{99} +\bibitem{1} nothing +\end{thebibliography} +\end{document} |