aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/algext.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/algext.spad.pamphlet')
-rw-r--r--src/algebra/algext.spad.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/algext.spad.pamphlet b/src/algebra/algext.spad.pamphlet
index 9a747687..050ccac5 100644
--- a/src/algebra/algext.spad.pamphlet
+++ b/src/algebra/algext.spad.pamphlet
@@ -75,7 +75,7 @@ SimpleAlgebraicExtension(R:CommutativeRing,
coordinates(x) == [coefficient(lift(x),i) for i in 0..d1]
represents(vect) == +/[monomial(vect.(i+1),i) for i in 0..d1]
definingPolynomial() == M
- characteristic() == characteristic()$R
+ characteristic == characteristic$R
rank() == d::PositiveInteger
basis() == copy(bsis@Vector(Rep) pretend Vector($))
--!! I inserted 'copy' in the definition of 'basis' -- cjw 7/19/91