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

-- test for ParametricSpaceCurve domain

draw(curve(tan(cos(t)),sin(t),cos(t)),t=-12..12)
draw(curve(sin(t),cos(t),sin(t)*cos(t)),t=-12..12)
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}