aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/lodop.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/lodop.spad.pamphlet')
-rw-r--r--src/algebra/lodop.spad.pamphlet12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/algebra/lodop.spad.pamphlet b/src/algebra/lodop.spad.pamphlet
index a2a8d35a..6f23a155 100644
--- a/src/algebra/lodop.spad.pamphlet
+++ b/src/algebra/lodop.spad.pamphlet
@@ -91,13 +91,11 @@ OppositeMonogenicLinearOperator(P, R): OPRcat == OPRdef where
po: $ -> P ++ po(q) creates a value in P equal to q in $.
OPRdef == P add
- Rep := P
- x, y: $
- a: P
- op a == a: $
- po x == x: P
- x*y == (y:P) *$P (x:P)
- coerce(x): OutputForm == prefix(op::OutputForm, [coerce(x:P)$P])
+ Rep == P
+ op a == per a
+ po x == rep x
+ (x: %) * (y: %) == per(rep(y) * rep(x))
+ coerce(x): OutputForm == prefix(op::OutputForm, [coerce rep x])
@
\section{package NCODIV NonCommutativeOperatorDivision}