diff options
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 |