aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/rep1.spad.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-04-03 04:23:42 +0000
committerdos-reis <gdr@axiomatics.org>2008-04-03 04:23:42 +0000
commit001e19b08ba7fb1b9e6f6bdb44a82ba3db3fc532 (patch)
treeda9e2fe5d81ff4cd7709d12e44b8c3e348b8a8e3 /src/algebra/rep1.spad.pamphlet
parenta7bab9a6c2070d05e2dbd256ce455079c8ced385 (diff)
downloadopen-axiom-001e19b08ba7fb1b9e6f6bdb44a82ba3db3fc532.tar.gz
Replace `^=' with `~='.
Diffstat (limited to 'src/algebra/rep1.spad.pamphlet')
-rw-r--r--src/algebra/rep1.spad.pamphlet4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/algebra/rep1.spad.pamphlet b/src/algebra/rep1.spad.pamphlet
index b65c7675..47e3638e 100644
--- a/src/algebra/rep1.spad.pamphlet
+++ b/src/algebra/rep1.spad.pamphlet
@@ -233,7 +233,7 @@ RepresentationPackage1(R): public == private where
symmetricTensors (a : M R, n : PI) ==
m : NNI := nrows a
- m ^= ncols a =>
+ m ~= ncols a =>
error("Input to symmetricTensors is no square matrix")
n = 1 => a
@@ -253,7 +253,7 @@ RepresentationPackage1(R): public == private where
beta := unrankImproperPartitions1(n,m,j-1)$SGCF
g := invContent(beta)
colemanMatrix := nextColeman(alpha,beta,nullMatrix)$SGCF
- while colemanMatrix ^= nullMatrix repeat
+ while colemanMatrix ~= nullMatrix repeat
gamma := inverseColeman(alpha,beta,colemanMatrix)$SGCF
help : R := calcCoef(beta,colemanMatrix)::R
for k in 1..n repeat