aboutsummaryrefslogtreecommitdiff
path: root/src/input/as-eg1.input.pamphlet
blob: e3ab4cee3f7b63fb7e3b14154e6bab62962e08ee (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
\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input as-eg1.input}
\author{The Axiom Team}
\maketitle
\begin{abstract}
\end{abstract}
\eject
\tableofcontents
\eject
\section{License}
<<license>>=
--Copyright The Numerical Algorithms Group Limited 1994.
@
<<*>>=
<<license>>
)compile romnum.as
a:RomanNumber:=3
a+a
a*a
gcd(a-1,a+1)
x+a
%**3
sin a
%**2+cos(a)**2
simplify %
matrix [[a,a+1],[a-1,a-2]]
inverse %
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}