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/mkfunc.input.pamphlet | |
download | open-axiom-ab8cc85adde879fb963c94d15675783f2cf4b183.tar.gz |
Initial population.
Diffstat (limited to 'src/input/mkfunc.input.pamphlet')
-rw-r--r-- | src/input/mkfunc.input.pamphlet | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/input/mkfunc.input.pamphlet b/src/input/mkfunc.input.pamphlet new file mode 100644 index 00000000..a5ed4f0e --- /dev/null +++ b/src/input/mkfunc.input.pamphlet @@ -0,0 +1,31 @@ +\documentclass{article} +\usepackage{axiom} +\begin{document} +\title{\$SPAD/src/input MKFUNC.input} +\author{The Axiom Team} +\maketitle +\begin{abstract} +\end{abstract} +\eject +\tableofcontents +\eject +<<*>>= + +-- Input generated from MakeFunctionXmpPage +)clear all + +expr := (x - exp x + 1)**2 * (sin(x**2) * x + 1)**3 +function(expr, f, x) +tbl := [f(0.1 * i - 1) for i in 0..20]; +e := (x - y + 1)**2 * (x**2 * y + 1)**2 +function(e, g, [x, y]) +function(e, h, x, y) +m1 := squareMatrix [[1, 2], [3, 4]] +m2 := squareMatrix [[1, 0], [-1, 1]] +h(m1, m2) +@ +\eject +\begin{thebibliography}{99} +\bibitem{1} nothing +\end{thebibliography} +\end{document} |