aboutsummaryrefslogtreecommitdiff
path: root/src/input/bop.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/bop.input.pamphlet
downloadopen-axiom-ab8cc85adde879fb963c94d15675783f2cf4b183.tar.gz
Initial population.
Diffstat (limited to 'src/input/bop.input.pamphlet')
-rw-r--r--src/input/bop.input.pamphlet67
1 files changed, 67 insertions, 0 deletions
diff --git a/src/input/bop.input.pamphlet b/src/input/bop.input.pamphlet
new file mode 100644
index 00000000..aeb4c803
--- /dev/null
+++ b/src/input/bop.input.pamphlet
@@ -0,0 +1,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}