aboutsummaryrefslogtreecommitdiff
path: root/src/input/f01rcf.input.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/f01rcf.input.pamphlet')
-rw-r--r--src/input/f01rcf.input.pamphlet37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/input/f01rcf.input.pamphlet b/src/input/f01rcf.input.pamphlet
new file mode 100644
index 00000000..01144b37
--- /dev/null
+++ b/src/input/f01rcf.input.pamphlet
@@ -0,0 +1,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}