aboutsummaryrefslogtreecommitdiff
path: root/src/input/kernel.input.pamphlet
blob: 25e4007af4dbb774a7723b875ca2f17f3bdcf7f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input KERNEL.input}
\author{The Axiom Team}
\maketitle
\begin{abstract}
\end{abstract}
\eject
\tableofcontents
\eject
<<*>>=

-- Input generated from KernelXmpPage
)clear all

x :: Expression Integer
kernel x
sin(x) + cos(x)
kernels %
sin(x)**2 + sin(x) + cos(x)
kernels %
kernels(1 :: Expression Integer)
mainKernel(cos(x) + tan(x))
height kernel x
height mainKernel(sin x)
height mainKernel(sin cos x)
height mainKernel(sin cos (tan x + sin x))
operator mainKernel(sin cos (tan x + sin x))
name operator mainKernel(sin cos (tan x + sin x))
f := operator 'f
e := f(x, y, 10)
is?(e, f)
is?(e, 'f)
argument mainKernel e
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}