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

n:=4
ia:=4
ib:=4
eps1:SF:=1.0e-4
matv:=true
iv:=4
a:Matrix SF:=
 [[3.9 ,12.5 ,-34.5 ,-0.5 ],_
  [4.3 ,21.5 ,-47.5 ,7.5 ],_
  [4.3 ,21.5 ,-43.5 ,3.5 ],_
  [4.4 ,26.0 ,-46.0 ,6.0 ]]
b:Matrix SF:=
 [[1 ,2 ,-3 ,1 ],_
  [1 ,3 ,-5 ,4 ],_
  [1 ,3 ,-4 ,3 ],_
  [1 ,3 ,-4 ,4 ]]
result:=f02bjf(n,ia,ib,eps1,matv,iv,a,b,-1)
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}