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/e02def.input.pamphlet | 45 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 src/input/e02def.input.pamphlet (limited to 'src/input/e02def.input.pamphlet') diff --git a/src/input/e02def.input.pamphlet b/src/input/e02def.input.pamphlet new file mode 100644 index 00000000..7c50de9f --- /dev/null +++ b/src/input/e02def.input.pamphlet @@ -0,0 +1,45 @@ +\documentclass{article} +\usepackage{axiom} +\begin{document} +\title{\$SPAD/src/input e02def.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 + +m:=7 +px:=11 +py:=10 +x:Matrix SF:= + [[1 ,1.1 ,1.5 ,1.6 ,1.9 ,1.9 ,2 ]] +y:Matrix SF:= + [[0 ,0.1 ,0.7 ,0.4 ,0.3 ,0.8 ,1 ]] +lamda:Matrix SF:= + [[1.0 ,1.0 ,1.0 ,1.0 ,1.3 ,1.5 ,1.6 ,2 ,2 ,2 ,2 ]] +mu:Matrix SF:= + [[0 ,0 ,0 ,0 ,0.4 ,0.7 ,1 ,1 ,1 ,1 ]] +c:Matrix SF:= + [[1 ,1.1333 ,1.3667 ,1.7 ,1.9 ,2 ,1.2 ,1.3333 ,1.5667,1.9 ,_ + 2.1 ,2.2 ,1.5833 ,1.7167 ,1.95 ,2.2833 ,2.4833 ,2.5833 ,_ + 2.1433 ,2.2767 ,2.51 ,2.8433 ,3.0433 ,3.1433 ,2.8667 ,_ + 3 ,3.2333 ,3.5667 ,3.7667 ,3.8667 ,3.4667 ,3.6 ,3.8333 ,_ + 4.1667 ,4.3667 ,4.4667 ,4 ,4.1333 ,4.3667 ,4.7 ,4.9 ,5 ]] +result:=e02def(m,px,py,x,y,lamda,mu,c,-1) +@ +\eject +\begin{thebibliography}{99} +\bibitem{1} nothing +\end{thebibliography} +\end{document} -- cgit v1.2.3