From ab8cc85adde879fb963c94d15675783f2cf4b183 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 14 Aug 2007 05:14:52 +0000 Subject: Initial population. --- src/input/expexpan.input.pamphlet | 55 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 src/input/expexpan.input.pamphlet (limited to 'src/input/expexpan.input.pamphlet') diff --git a/src/input/expexpan.input.pamphlet b/src/input/expexpan.input.pamphlet new file mode 100644 index 00000000..1cbd30bd --- /dev/null +++ b/src/input/expexpan.input.pamphlet @@ -0,0 +1,55 @@ +\documentclass{article} +\usepackage{axiom} +\begin{document} +\title{\$SPAD/src/input expexpan.input} +\author{The Axiom Team} +\maketitle +\begin{abstract} +\end{abstract} +\eject +\tableofcontents +\eject +\section{License} +<>= +--Copyright The Numerical Algorithms Group Limited MCMXCII. +@ +<<*>>= +<> + +--% ExponentialExpansion +-- We compute exponential expansions and right hand limits. +-- Author: Clifton J. Williamson +-- Date Created: 27 August 1992 +-- Date Last Updated: 27 August 1992 +-- Keywords: Exponential expansion, limit, right-hand limit +-- References: + +xxp f == exprToXXP(f,true)$FS2EXPXP(INT,EXPR INT,x,0) + +f1 := (a**2 + 1) * exp(1/x**3 + 2/x**2) - exp(b) * exp(1/x**3 + 3/x**2) +x1 := xxp f1 +limitPlus x1 -- %minusInfinity + +f2 := (a**2 + 1) * exp(1/x**3 + 2/x**2) - exp(b) * exp(-1/x**3 + 3/x**2) +x2 := xxp f2 +limitPlus x2 -- %plusInfinity + +f3 := (a**2 + 1) * exp(1/x**3) - exp(b) * exp(c/x**2) +x3 := xxp f3 +limitPlus x3 -- %plusInfinity + +f4 := (a**2 + 1) * exp(-1/x**3) - exp(b) * exp(c/x**2) +x4 := xxp f4 +limitPlus x4 -- "failed" + +p5 := tan(x) * exp(1/x**2) - tan(x) * exp(1/x**2 - 1/x) + sin(x) * exp(1/x) +q5 := -4 * exp(-1/x**2 - 1/x) + sin(x) * exp(-1/x**2 + 1/x) +f5 := p5 / q5 +x5 := xxp f5 +limitPlus x5 -- %plusInfinity +@ +\eject +\begin{thebibliography}{99} +\bibitem{1} nothing +\end{thebibliography} +\end{document} -- cgit v1.2.3