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/frac.input.pamphlet | |
download | open-axiom-ab8cc85adde879fb963c94d15675783f2cf4b183.tar.gz |
Initial population.
Diffstat (limited to 'src/input/frac.input.pamphlet')
-rw-r--r-- | src/input/frac.input.pamphlet | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/input/frac.input.pamphlet b/src/input/frac.input.pamphlet new file mode 100644 index 00000000..d1d5fbe2 --- /dev/null +++ b/src/input/frac.input.pamphlet @@ -0,0 +1,34 @@ +\documentclass{article} +\usepackage{axiom} +\begin{document} +\title{\$SPAD/src/input FRAC.input} +\author{The Axiom Team} +\maketitle +\begin{abstract} +\end{abstract} +\eject +\tableofcontents +\eject +<<*>>= + +-- Input generated from FractionXmpPage +)clear all + +a := 11/12 +b := 23/24 +3 - a*b**2 + a + b/a +numer(a) +denom(b) +r := (x**2 + 2*x + 1)/(x**2 - 2*x + 1) +factor(r) +map(factor,r) +continuedFraction(7/12) +partialFraction(7,12) +g := 2/3 + 4/5*%i +g :: FRAC COMPLEX INT +@ +\eject +\begin{thebibliography}{99} +\bibitem{1} nothing +\end{thebibliography} +\end{document} |