aboutsummaryrefslogtreecommitdiff
path: root/src/input/expr1.input.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-08-14 05:14:52 +0000
committerdos-reis <gdr@axiomatics.org>2007-08-14 05:14:52 +0000
commitab8cc85adde879fb963c94d15675783f2cf4b183 (patch)
treec202482327f474583b750b2c45dedfc4e4312b1d /src/input/expr1.input.pamphlet
downloadopen-axiom-ab8cc85adde879fb963c94d15675783f2cf4b183.tar.gz
Initial population.
Diffstat (limited to 'src/input/expr1.input.pamphlet')
-rw-r--r--src/input/expr1.input.pamphlet45
1 files changed, 45 insertions, 0 deletions
diff --git a/src/input/expr1.input.pamphlet b/src/input/expr1.input.pamphlet
new file mode 100644
index 00000000..a0e43c34
--- /dev/null
+++ b/src/input/expr1.input.pamphlet
@@ -0,0 +1,45 @@
+\documentclass{article}
+\usepackage{axiom}
+\begin{document}
+\title{\$SPAD/src/input EXPR.input}
+\author{The Axiom Team}
+\maketitle
+\begin{abstract}
+\end{abstract}
+\eject
+\tableofcontents
+\eject
+<<*>>=
+
+-- Input generated from ExpressionXmpPage
+)clear all
+
+sin(x) + 3*cos(x)**2
+tan(x) - 3.45*x
+(tan sqrt 7 - sin sqrt 11)**2 / (4 - cos(x - y))
+log(exp x)@Expression(Integer)
+log(exp x)@Expression(Complex Integer)
+sqrt 3 + sqrt(2 + sqrt(-5))
+% :: Expression Integer
+height mainKernel sin(x + 4)
+e := (sin(x) - 4)**2 / ( 1 - 2*y*sqrt(- y) )
+numer e
+denom e
+D(e, x)
+D(e, [x, y], [1, 2])
+complexNumeric(cos(2 - 3*%i))
+numeric(tan 3.8)
+e2 := cos(x**2 - y + 3)
+e3 := asin(e2) - %pi/2
+e3 :: Polynomial Integer
+e3 :: DMP([x, y], Integer)
+sin %pi
+cos(%pi / 4)
+tan(x)**6 + 3*tan(x)**4 + 3*tan(x)**2 + 1
+simplify %
+@
+\eject
+\begin{thebibliography}{99}
+\bibitem{1} nothing
+\end{thebibliography}
+\end{document}