diff options
author | dos-reis <gdr@axiomatics.org> | 2010-12-30 08:50:00 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2010-12-30 08:50:00 +0000 |
commit | e46eacc852aacf74de6d98ed5aad9249f41eabb0 (patch) | |
tree | 7d8c05190be1e45ee6d47cd2415fbb6ee3f048ce /src/algebra/naalg.spad.pamphlet | |
parent | 865e926e0c7b9f8ad6201315a41a89b2258d77a7 (diff) | |
download | open-axiom-e46eacc852aacf74de6d98ed5aad9249f41eabb0.tar.gz |
* interp/vmlisp.lisp (QSTRING): Remove.
(QSTRINGLENGTH): Likewise.
(STRINGLENGTH): Likewise.
* interp/g-opt.boot ($VMsideEffectFreeOperators): Include %i2s.
* interp/g-util.boot: Expand it.
* interp/debug.lisp (/LOCATE): Replace STRINGLENGTH with LENGTH.
* algebra/fortran.spad.pamphlet: Don't use STRINGIMAGE from Lisp.
* algebra/generic.spad.pamphlet: Likewise.
* algebra/naalg.spad.pamphlet: Likewise.
* algebra/naalgc.spad.pamphlet: Likewise.
* algebra/outform.spad.pamphlet: Likewise.
* algebra/string.spad.pamphlet: Likewise.
Diffstat (limited to 'src/algebra/naalg.spad.pamphlet')
-rw-r--r-- | src/algebra/naalg.spad.pamphlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/naalg.spad.pamphlet b/src/algebra/naalg.spad.pamphlet index 0ea33bb8..9993e0f9 100644 --- a/src/algebra/naalg.spad.pamphlet +++ b/src/algebra/naalg.spad.pamphlet @@ -179,7 +179,7 @@ AlgebraGivenByStructuralConstants(R:Field, n : PositiveInteger,_ -- conditionsForIdempotents b == -- n := rank() -- --gamma : Vector Matrix R := structuralConstants b --- listOfNumbers : List String := [STRINGIMAGE(q)$Lisp for q in 1..n] +-- listOfNumbers : List String := [string(q)$String for q in 1..n] -- symbolsForCoef : Vector Symbol := -- [concat("%", concat("x", i))::Symbol for i in listOfNumbers] -- conditions : List Polynomial R := [] |