aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/naalgc.spad.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-08-31 22:09:16 +0000
committerdos-reis <gdr@axiomatics.org>2008-08-31 22:09:16 +0000
commit25f1c7c591229dcd84d651542e33a24fc13f837c (patch)
tree04749229244fac305566d75320b8f9fc70d7ebab /src/algebra/naalgc.spad.pamphlet
parentc7514825ba2dfd72261b2049d826c36b2e5c0593 (diff)
downloadopen-axiom-25f1c7c591229dcd84d651542e33a24fc13f837c.tar.gz
* algebra/stream.spad.pamphlet (Stream): Remove duplicate of concat.
* algebra/naalgc.spad.pamphlet (FramedNonAssociativeAlgebra): disambiguate coordinates.
Diffstat (limited to 'src/algebra/naalgc.spad.pamphlet')
-rw-r--r--src/algebra/naalgc.spad.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/naalgc.spad.pamphlet b/src/algebra/naalgc.spad.pamphlet
index f6b470c1..2eee8450 100644
--- a/src/algebra/naalgc.spad.pamphlet
+++ b/src/algebra/naalgc.spad.pamphlet
@@ -1199,7 +1199,7 @@ FramedNonAssociativeAlgebra(R:CommutativeRing):
rightDiscriminant() == rightDiscriminant basis()
leftRegularRepresentation x == leftRegularRepresentation(x, basis())
rightRegularRepresentation x == rightRegularRepresentation(x, basis())
- coordinates x == coordinates(x, basis())
+ coordinates(x: %) == coordinates(x, basis())
represents(v:Vector R):%== represents(v, basis())
coordinates(v:Vector %) ==