aboutsummaryrefslogtreecommitdiff
path: root/src/input/perman.input.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/perman.input.pamphlet')
-rw-r--r--src/input/perman.input.pamphlet29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/input/perman.input.pamphlet b/src/input/perman.input.pamphlet
new file mode 100644
index 00000000..0046235c
--- /dev/null
+++ b/src/input/perman.input.pamphlet
@@ -0,0 +1,29 @@
+\documentclass{article}
+\usepackage{axiom}
+\begin{document}
+\title{\$SPAD/src/input PERMAN.input}
+\author{The Axiom Team}
+\maketitle
+\begin{abstract}
+\end{abstract}
+\eject
+\tableofcontents
+\eject
+<<*>>=
+
+-- Input generated from PermanentXmpPage
+)clear all
+
+kn n ==
+ r : MATRIX INT := new(n,n,1)
+ for i in 1..n repeat
+ r.i.i := 0
+ r
+permanent(kn(5) :: SQMATRIX(5,INT))
+[permanent(kn(n) :: SQMATRIX(n,INT)) for n in 1..13]
+@
+\eject
+\begin{thebibliography}{99}
+\bibitem{1} nothing
+\end{thebibliography}
+\end{document}