aboutsummaryrefslogtreecommitdiff
path: root/src/input/bop.input.pamphlet
blob: aeb4c803f9daf32c44120bae96940ddba829ebad (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input BOP.input}
\author{The Axiom Team}
\maketitle
\begin{abstract}
\end{abstract}
\eject
\tableofcontents
\eject
\section{bugs}
\subsection{bug1}
|LinearOrdinaryDifferentialOperator| is invalid as a function
<<bug1>>=
solve(deq, y, x)
@
<<bugs>>=
-- Input generated from BasicOperatorXmpPage
)clear all

y := operator 'y
deq := D(y x, x, 2) + D(y x, x) + y x = 0
<<bug1>>
nary? y
unary? y
opOne := operator('opOne, 1)
nary? opOne
unary? opOne
arity opOne
name opOne
is?(opOne, 'z2)
is?(opOne, "opOne")
properties y
setProperty(y, "use", "unknown function" :: None )
properties y
property(y, "use") :: None pretend String
deleteProperty!(y, "use")
properties y
@
<<*>>=
-- Input generated from BasicOperatorXmpPage
)clear all

y := operator 'y
deq := D(y x, x, 2) + D(y x, x) + y x = 0
nary? y
unary? y
opOne := operator('opOne, 1)
nary? opOne
unary? opOne
arity opOne
name opOne
is?(opOne, 'z2)
is?(opOne, "opOne")
properties y
setProperty(y, "use", "unknown function" :: None )
properties y
property(y, "use") :: None pretend String
deleteProperty!(y, "use")
properties y
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}