aboutsummaryrefslogtreecommitdiff
path: root/src/input/e02adf.input.pamphlet
blob: 6a519ada8558b6fd713355380ea74e261553ab7d (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
\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input e02adf.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

m:=11
kplus1:=4
nrows:=50
x:Matrix SF:=
 [[1.00 ,2.10 ,3.10 ,3.90 ,4.90 ,5.80 ,_
   6.50 ,7.10 ,7.80 ,8.40 ,9.00 ]]
y:Matrix SF:=
 [[10.40 ,7.90 ,4.70 ,2.50 ,1.20 ,2.20 ,_
   5.10 ,9.20 ,16.10 ,24.50 ,35.30 ]]
w:Matrix SF:=
 [[1.00 ,1.00 ,1.00 ,1.00 ,1.00 ,0.80 ,_
   0.80 ,0.70 ,0.50 ,0.30 ,0.20 ]]
result:=e02adf(m,kplus1,nrows,x,y,w,-1)
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}