aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/matrix.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/matrix.spad.pamphlet')
-rw-r--r--src/algebra/matrix.spad.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/matrix.spad.pamphlet b/src/algebra/matrix.spad.pamphlet
index d2b603d8..4a63ccf5 100644
--- a/src/algebra/matrix.spad.pamphlet
+++ b/src/algebra/matrix.spad.pamphlet
@@ -404,7 +404,7 @@ SquareMatrix(ndim,R): Exports == Implementation where
ONE := scalarMatrix 1
1 == ONE
- characteristic() == characteristic()$R
+ characteristic == characteristic$R
new c == per new(ndim,ndim,c)$Rep