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

m:=5
n:=3
lda:=5
a:Matrix Complex SF:=
 [[complex(0,0.5) ,complex(-0.5,1.5),complex(-1.0,1.0)],_
  [complex(0.4,0.3),complex(0.9,1.3),complex(0.2,1.4) ],_
  [complex(0.4,0), complex(-0.4,0.4),complex(1.8,0)],_
  [complex(0.3,-0.4),complex(0.1,0.7),complex(0,0)],_
  [complex(0,-0.3),complex(0.3,0.3),complex(0,2.4) ]]
result:=f01rcf(m,n,lda,a,-1)
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}