aboutsummaryrefslogtreecommitdiff
path: root/src/input/drawalg.input.pamphlet
blob: 02ef11a7edf2bbb788042ec3e1e878fbba67a6a2 (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
\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input drawalg.input}
\author{The Axiom Team}
\maketitle
\begin{abstract}
\end{abstract}
\eject
\tableofcontents
\eject
\section{License}
<<license>>=
--Copyright The Numerical Algorithms Group Limited 1994.
@
<<*>>=
<<license>>
-- TopLevelDrawFunctionsForAlgebraicCurves example

--Plotting Plane Algebraic Curve
draw(y**2 + y - (x**3 - x) = 0, x, y, range == [-2..2,-2..1])

@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}