diff options
author | Gabriel Dos Reis <gdr@axiomatics.org> | 2015-12-30 02:56:09 -0800 |
---|---|---|
committer | Gabriel Dos Reis <gdr@axiomatics.org> | 2015-12-30 02:56:09 -0800 |
commit | 9213251560073e45e73ae94c46bc382a625a57bb (patch) | |
tree | 97f670bfbfa3f73f1b00912f120c4998a9a04e8d /src/algebra/vector.spad.pamphlet | |
parent | d0740d0ba443f0f24c78d321e15b41bb6c45cecd (diff) | |
download | open-axiom-9213251560073e45e73ae94c46bc382a625a57bb.tar.gz |
Remove attributes unitsKnown, leftUnitary, rightUnitary, canonicalsClosed, central, noetherian, NullSquare, JacobiIdentity.
Diffstat (limited to 'src/algebra/vector.spad.pamphlet')
-rw-r--r-- | src/algebra/vector.spad.pamphlet | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/algebra/vector.spad.pamphlet b/src/algebra/vector.spad.pamphlet index ea83ba12..7d143b7a 100644 --- a/src/algebra/vector.spad.pamphlet +++ b/src/algebra/vector.spad.pamphlet @@ -238,7 +238,6 @@ DirectProductCategory(dim:NonNegativeInteger, R:Type): Category == if R has Monoid then LinearSet R if R has Finite then Finite if R has CommutativeRing then Module R - if R has unitsKnown then unitsKnown if R has OrderedSet then OrderedSet if R has OrderedAbelianMonoidSup then OrderedAbelianMonoidSup if R has Field then VectorSpace R |