aboutsummaryrefslogtreecommitdiff
path: root/src/input/explot2d.input.pamphlet
blob: 5681e6ddc3c9df9b0360eedbac1e807866728828 (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
38
\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input explot2d.input}
\author{The Axiom Team}
\maketitle
\begin{abstract}
\end{abstract}
\eject
\tableofcontents
\eject
<<*>>=

-- Input for page ExPlot2DPolar
)clear all

draw(sin(4*t/7),t = 0..14*%pi,coordinates == polar)

-- Input for page ExPlot2DAlgebraic
)clear all

draw(solution(y**2 + y - (x**3 - x) = 0),x,y,clip == (-2..2,-2..1))

-- Input for page ExPlot2DFunctions
)clear all

draw(sin(tan(x)) - tan(sin(x)),x = 0..6)

-- Input for page ExPlot2DParametric
)clear all

draw(curve(9 * sin(3*t/4),8 * sin(t)),t = -4*%pi..4*%pi)
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}