aboutsummaryrefslogtreecommitdiff
path: root/src/input/f04mcf.input.pamphlet
blob: f11ee1c4448668836b217bbb247a2c904fb5a9e6 (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 f04mcf.input}
\author{The Axiom Team}
\maketitle
\begin{abstract}
\end{abstract}
\eject
\tableofcontents
\eject
\section{License}
<<license>>=
--Copyright The Numerical Algorithms Group Limited 1994.
@
<<*>>=
<<license>>
)cl all
showArrayValues true
showScalarValues true

n:=6
al:Matrix SF:=
 [[1.0 ,2.0 ,1.0 ,3.0 ,1.0 ,1.0 ,5.0 ,4.0 ,1.5 ,0.5 ,1.0 ,1.5 ,5.0,1.0 ]]
lal:=14
d:Matrix SF:=
 [[1.0 ,1.0 ,4.0 ,16.0 ,1.0 ,16.0 ]]
nrow:Matrix Integer:=
 [[1 ,2 ,2 ,1 ,5 ,3 ]]
ir:=2
b:Matrix SF:=
 [[6 ,-10 ],_
  [15 ,-21 ],_
  [11 ,-3 ],_
  [0 ,24 ],_
  [51 ,-39 ],_
  [46 ,67 ]]
nrb:=6
iselct:=1
nrx:=6
result:=f04mcf(n,al,lal,d,nrow,ir,b,nrb,iselct,nrx,-1)
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}