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/exlap.input.pamphlet | |
download | open-axiom-ab8cc85adde879fb963c94d15675783f2cf4b183.tar.gz |
Initial population.
Diffstat (limited to 'src/input/exlap.input.pamphlet')
-rw-r--r-- | src/input/exlap.input.pamphlet | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/src/input/exlap.input.pamphlet b/src/input/exlap.input.pamphlet new file mode 100644 index 00000000..02c34f2b --- /dev/null +++ b/src/input/exlap.input.pamphlet @@ -0,0 +1,48 @@ +\documentclass{article} +\usepackage{axiom} +\begin{document} +\title{\$SPAD/src/input exlap.input} +\author{The Axiom Team} +\maketitle +\begin{abstract} +\end{abstract} +\eject +\tableofcontents +\eject +<<*>>= + +-- Input for page ExLapDefInt +)clear all + +laplace(2/t * (1 - cos(a*t)), t, s) + +-- Input for page ExLapExpExp +)clear all + +laplace((exp(a*t) - exp(b*t))/t, t, s) + +-- Input for page ExLapSpecial1 +)clear all + +laplace(exp(a*t+b)*ei(c*t), t, s) + +-- Input for page ExLapSpecial2 +)clear all + +laplace(a*ci(b*t) + c*si(d*t), t, s) + +-- Input for page ExLapTrigTrigh +)clear all + +laplace(sin(a*t) * cosh(a*t) - cos(a*t) * sinh(a*t), t, s) + +-- Input for page ExLapSimplePole +)clear all + +laplace(t**4 * exp(-a*t) / factorial(4), t, s) +@ +\eject +\begin{thebibliography}{99} +\bibitem{1} nothing +\end{thebibliography} +\end{document} |