aboutsummaryrefslogtreecommitdiff
path: root/src/input/mkfunc.input.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/mkfunc.input.pamphlet')
-rw-r--r--src/input/mkfunc.input.pamphlet31
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}