aboutsummaryrefslogtreecommitdiff
path: root/src/input/fnla.input.pamphlet
blob: 8dbb179c96e4cf12c68194a7230278af59ba2385 (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 fnla.input}
\author{The Axiom Team}
\maketitle
\begin{abstract}
\end{abstract}
\eject
\tableofcontents
\eject
\section{License}
<<license>>=
--Copyright The Numerical Algorithms Group Limited 1991.
@
<<*>>=
<<license>>

)cl all
 
fnl := FNLA(4,4,INT)
 
dimension()$fnl
 
x:fnl := generator(1)
y:fnl := generator(17)
z:=x*y
 
deepExpand z
shallowExpand z
 
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}