From 001e19b08ba7fb1b9e6f6bdb44a82ba3db3fc532 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Thu, 3 Apr 2008 04:23:42 +0000 Subject: Replace `^=' with `~='. --- src/algebra/naalgc.spad.pamphlet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/algebra/naalgc.spad.pamphlet') 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 -- cgit v1.2.3