aboutsummaryrefslogtreecommitdiff
path: root/src/input/c05nbf.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/c05nbf.input.pamphlet
downloadopen-axiom-ab8cc85adde879fb963c94d15675783f2cf4b183.tar.gz
Initial population.
Diffstat (limited to 'src/input/c05nbf.input.pamphlet')
-rw-r--r--src/input/c05nbf.input.pamphlet43
1 files changed, 43 insertions, 0 deletions
diff --git a/src/input/c05nbf.input.pamphlet b/src/input/c05nbf.input.pamphlet
new file mode 100644
index 00000000..d0a2ad6a
--- /dev/null
+++ b/src/input/c05nbf.input.pamphlet
@@ -0,0 +1,43 @@
+\documentclass{article}
+\usepackage{axiom}
+\begin{document}
+\title{\$SPAD/src/input c05nbf.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:=9
+lwa:=n*(3*n+13)/2
+xtol:SF:=1.0e-9
+fi:ASP6(FCN):=retract vector[_
+ 3*X[1] - 2*X[1]**2 - 2*X[2] + 1,_
+ -X[1] + 3*X[2] - 2*X[2]**2 - 2*X[3] + 1,_
+ -X[2] + 3*X[3] - 2*X[3]**2 - 2*X[4] + 1,_
+ -X[3] + 3*X[4] - 2*X[4]**2 - 2*X[5] + 1,_
+ -X[4] + 3*X[5] - 2*X[5]**2 - 2*X[6] + 1,_
+ -X[5] + 3*X[6] - 2*X[6]**2 - 2*X[7] + 1,_
+ -X[6] + 3*X[7] - 2*X[7]**2 - 2*X[8] + 1,_
+ -X[7] + 3*X[8] - 2*X[8]**2 - 2*X[9] + 1,_
+ -X[8] + 3*X[9] - 2*X[9]**2 + 1]
+x:Matrix SF:=
+ [[-1.0 ,-1.0 ,-1.0 ,-1.0 ,-1.0 ,-1.0 ,-1.0 ,-1.0 ,-1.0 ]]
+result:=c05nbf(n,lwa,x,xtol,-1,fi)
+@
+\eject
+\begin{thebibliography}{99}
+\bibitem{1} nothing
+\end{thebibliography}
+\end{document}