aboutsummaryrefslogtreecommitdiff
path: root/src/input/parpcurv.input.pamphlet
blob: 176b97e37a52697fafc5aeb325f65e77bf078987 (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 parpcurv.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 ParametricPlaneCurve domain 

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