aboutsummaryrefslogtreecommitdiff
path: root/src/input/e02bbf.input.pamphlet
blob: f36041ae93934a52e1eb22af6c0b388fc727b13d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input e02bbf.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

ncap7:=11
lamda:Matrix SF:=
 [[1.00 ,1.00 ,1.00 ,1.00 ,3.00 ,6.00 ,_
   8.00 ,9.00 ,9.00 ,9.00 ,9.00 ]]
c:Matrix SF:=
 [[1.00 ,2.00 ,4.00 ,7.00 ,6.00 ,4.00 ,_
   3.00 ,0.00 ,0.00 ,0.00 ,0.00 ]]
x:=2.0
result:=e02bbf(ncap7,lamda,c,x,-1)
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}