diff options
author | dos-reis <gdr@axiomatics.org> | 2007-08-14 05:14:52 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-08-14 05:14:52 +0000 |
commit | ab8cc85adde879fb963c94d15675783f2cf4b183 (patch) | |
tree | c202482327f474583b750b2c45dedfc4e4312b1d /src/input/explot2d.input.pamphlet | |
download | open-axiom-ab8cc85adde879fb963c94d15675783f2cf4b183.tar.gz |
Initial population.
Diffstat (limited to 'src/input/explot2d.input.pamphlet')
-rw-r--r-- | src/input/explot2d.input.pamphlet | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/input/explot2d.input.pamphlet b/src/input/explot2d.input.pamphlet new file mode 100644 index 00000000..5681e6dd --- /dev/null +++ b/src/input/explot2d.input.pamphlet @@ -0,0 +1,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} |