diff options
author | dos-reis <gdr@axiomatics.org> | 2008-04-03 04:23:42 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-04-03 04:23:42 +0000 |
commit | 001e19b08ba7fb1b9e6f6bdb44a82ba3db3fc532 (patch) | |
tree | da9e2fe5d81ff4cd7709d12e44b8c3e348b8a8e3 /src/algebra/naalgc.spad.pamphlet | |
parent | a7bab9a6c2070d05e2dbd256ce455079c8ced385 (diff) | |
download | open-axiom-001e19b08ba7fb1b9e6f6bdb44a82ba3db3fc532.tar.gz |
Replace `^=' with `~='.
Diffstat (limited to 'src/algebra/naalgc.spad.pamphlet')
-rw-r--r-- | src/algebra/naalgc.spad.pamphlet | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/algebra/naalgc.spad.pamphlet b/src/algebra/naalgc.spad.pamphlet index b48429ca..f6b470c1 100644 --- a/src/algebra/naalgc.spad.pamphlet +++ b/src/algebra/naalgc.spad.pamphlet @@ -653,7 +653,7 @@ FiniteRankNonAssociativeAlgebra(R:CommutativeRing): lrx case "failed" => "failed" rrx := rightRecip x rrx case "failed" => "failed" - (lrx :: %) ^= (rrx :: %) => "failed" + (lrx :: %) ~= (rrx :: %) => "failed" lrx :: % @@ -1005,7 +1005,7 @@ FramedNonAssociativeAlgebra(R:CommutativeRing): ++ Error: if shape of matrix doesn't fit. --attributes --attributes - --separable <=> discriminant() ^= 0 + --separable <=> discriminant() ~= 0 add V ==> Vector |