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/lie.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/lie.spad.pamphlet')
-rw-r--r-- | src/algebra/lie.spad.pamphlet | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/algebra/lie.spad.pamphlet b/src/algebra/lie.spad.pamphlet index d039c5ef..a8d2c857 100644 --- a/src/algebra/lie.spad.pamphlet +++ b/src/algebra/lie.spad.pamphlet @@ -201,8 +201,6 @@ LieSquareMatrix(n,R): Exports == Implementation where -- symdecomp : % -> Record(sym:%,antisym:%) -- if R has commutative("*") then -- minorsVect: -> Vector(Union(R,"uncomputed")) --range: 1..2**n-1 --- if R has commutative("*") then central --- if R has commutative("*") and R has unitsKnown then unitsKnown @ \section{License} |