aboutsummaryrefslogtreecommitdiff
path: root/src/input/e02bef.input.pamphlet
blob: 96fe8c0580ad6fe58384d6569fed3bf7cb8b5787 (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
37
38
39
40
41
42
43
44
45
46
47
\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input e02bef.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

start:="c"
m:=15
x:Matrix SF:=
 [[0.00 ,0.50 ,1.00 ,1.50 ,2.00 ,2.50 ,3.00 ,_
   4.00 ,4.50 ,5.00 ,5.50 ,6.00 ,7.00 ,7.50 ,8.00 ]]
y:Matrix SF:=
 [[-1.1 ,-0.372 ,0.431 ,1.69 ,2.11 ,3.10 ,4.23 ,4.35 ,4.81 ,_
   4.61 ,4.79 ,5.23 ,6.35 ,7.19 ,7.97 ]]
w:Matrix SF:=
 [[1.00 ,2.00 ,1.50 ,1.00 ,3.00 ,1.00 ,0.50 ,_
   1.00 ,2.00 ,2.50 ,1.00 ,3.00 ,1.00 ,2.00 ,1.00 ]]
s:=1.0
nest:=54
lwrk:=1105
n:=0
lamda:=new(1,54,0.0)$Matrix DoubleFloat
ifail:=-1
wrk:=new(1,1105,0.0)$Matrix DoubleFloat
iwrk:=new(1,54,0)$Matrix Integer
result:=e02bef(start,m,x,y,w,s,nest,lwrk,n,lamda,ifail,wrk,iwrk)
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}