diff options
Diffstat (limited to 'src/algebra/algext.spad.pamphlet')
-rw-r--r-- | src/algebra/algext.spad.pamphlet | 2 |
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 |