diff --git a/buglist b/buglist
index a4e49ed..0d3973a 100644
--- a/buglist
+++ b/buglist
@@ -1,4955 +1,19859 @@
=========================================================================
-bug 7234:
-todo 329:
+bug 7236:
+todo 330:
wish 1011:
meh 5:
+errors 10016:
+warnings 20567:
+macros 30234:
+typos 40363:
+dup 50006:
+nonextend 60076:
=========================================================================
-bug 7233: fill! operation from U8Vector does not show up
+todo 329:
+>compiling OUT.spad to OUT.nrlib
+ [1] output: :(OutputForm) -- should replace by pretend
-)d op fill!
+=========================================================================
+bug 7235:
-There are 2 exposed functions called fill! :
- [1] (D,D1) -> D from D
- if D has ARR2CAT(D1,D2,D3) and D1 has TYPE and D2 has FLAGG
- (D1) and D3 has FLAGG(D1)
- [2] (D,D1) -> D from D
- if D has shallowlyMutable and D has IXAGG(D2,D1) and D2 has
- SETCAT and D1 has TYPE
+>compiling FSPECF.spad to FSPECF.nrlib
+
+"iiGamma(x) should be local but conditional."
-Examples of fill! from TwoDimensionalArrayCategory
+=========================================================================
+bug 7234:
-arr : ARRAY2 INT := new(5,4,0)
-fill!(arr,10)
+>compiling EFULS.spad to EFULS.nrlib
+ Illegal nrlib
+ EFULS.nrlib claims that its constructor name is the package
+ ElementaryFunctionsUnivariateLaurentSeries but
+ ElementaryFunctionsUnivariateLaurentSeries is already known to be
+ the for domain EFULS .
+ EFULS abbreviates package ElementaryFunctionsUnivariateLaurentSeries
-Examples of fill! from IndexedAggregate
+=========================================================================
+nonextend 60075:
+>compiling BSTREE.spad to BSTREE.nrlib
+--------------non extending category----------------------
+.. BinarySearchTree(#1) of cat
+(|Join| (|BinaryTreeCategory| |#1|) (CATEGORY |domain| (ATTRIBUTE |shallowlyMutable|) (ATTRIBUTE |finiteAggregate|) (SIGNATURE |binarySearchTree| ($ (|List| |#1|))) (SIGNATURE |insert!| ($ |#1| $)) (SIGNATURE |insertRoot!| ($ |#1| $)) (SIGNATURE |split| ((|Record| (|:| |less| $) (|:| |greater| $)) |#1| $)))) has no binaryTree : #1 -> %
=========================================================================
+nonextend 60074:
-bug 7232: Cannot convert from type Symbol to PositiveInteger for value #3
+>compiling BTOURN.spad to BTOURN.nrlib
+
+--------------non extending category----------------------
+.. BinaryTournament(#1) of cat
+(|Join| (|BinaryTreeCategory| |#1|) (CATEGORY |domain| (ATTRIBUTE |shallowlyMutable|) (SIGNATURE |binaryTournament| ($ (|List| |#1|))) (SIGNATURE |insert!| ($ |#1| $)))) has no binaryTree : #1 -> %
-)clear all
-foo(E:PI,totient:INT,N:INT):LIST(INT) ==
- modN:=IntegerMod(N)
- modtotient:=IntegerMod(totient)
- D:=[x for x in 1..totient | (x*E)::modtotient = 1].1
- secret:=(42^E)::modN
- clear:=(secret^D)::modN
- [secret,D,E,N]
+=========================================================================
+nonextend 60073:
-P:=11
-Q:=17
-N:=P*Q
-totient:=(P-1)*(Q-1)
-t1:=[x for x in 1..totient | gcd(totient,x) = 1]
-[foo(t1.y,totient,N) for y in 1..#t1]
--- fails with
--- Connot convert from type Symbol to PositiveInteger for value #3
+>compiling BBTREE.spad to BBTREE.nrlib
+
+--------------non extending category----------------------
+.. BalancedBinaryTree(#1) of cat
+(|Join| (|BinaryTreeCategory| |#1|) (CATEGORY |domain| (ATTRIBUTE |finiteAggregate|) (ATTRIBUTE |shallowlyMutable|) (SIGNATURE |balancedBinaryTree| ($ (|NonNegativeInteger|) |#1|)) (SIGNATURE |setleaves!| ($ $ (|List| |#1|))) (SIGNATURE |mapUp!| (|#1| $ (|Mapping| |#1| |#1| |#1|))) (SIGNATURE |mapUp!| ($ $ $ (|Mapping| |#1| |#1| |#1| |#1| |#1|))) (SIGNATURE |mapDown!| ($ $ |#1| (|Mapping| |#1| |#1| |#1|))) (SIGNATURE |mapDown!| ($ $ |#1| (|Mapping| (|List| |#1|) |#1| |#1| |#1|))))) has no binaryTree : #1 -> %
+
+=========================================================================
+nonextend 60072:
+
+>compiling D01GBFA.spad to D01GBFA.nrlib
+--------------non extending category----------------------
+.. d01gbfAnnaType of cat
+(|NumericalIntegrationCategory|) has no
+(|TableAggregate| (|Symbol|) (|Any|)) finalizing nrlib D01GBFA
=========================================================================
+nonextend 60071:
-bug 7231: D2 is not of type SEQUENCE
+>compiling D02EJFA.spad to D02EJFA.nrlib
+--------------non extending category----------------------
+.. d02ejfAnnaType of cat
+(|OrdinaryDifferentialEquationsSolverCategory|) has no
+(|TableAggregate| (|Symbol|) (|Any|)) finalizing nrlib D02EJFA
-see dop.input.pamphlet S 69
-)d op coerce
+=========================================================================
+nonextend 60070:
+
+>compiling D03FAFA.spad to D03FAFA.nrlib
+--------------non extending category----------------------
+.. d03fafAnnaType of cat
+(|PartialDifferentialEquationsSolverCategory|) has no
+(|TableAggregate| (|Symbol|) (|Any|)) finalizing nrlib D03FAFA
=========================================================================
+nonextend 60069:
-bug 7230: richhyper1000-1098 S 272 failed
+>compiling D01FCFA.spad to D01FCFA.nrlib
+
+--------------non extending category----------------------
+.. d01fcfAnnaType of cat
+(|NumericalIntegrationCategory|) has no
+(|TableAggregate| (|Symbol|) (|Any|)) finalizing nrlib D01FCFA
-Bisect to see when this started
+=========================================================================
+nonextend 60068:
+
+>compiling LPOLY.spad to LPOLY.nrlib
+--------------non extending category----------------------
+.. LiePolynomial(#1,#2) of cat
+(|Join| (|FreeLieAlgebra| |#1| |#2|) (|FreeModuleCat| |#2| (|LyndonWord| |#1|)) (CATEGORY |domain| (SIGNATURE |LiePolyIfCan| ((|Union| $ "failed") (|XDistributedPolynomial| |#1| |#2|))) (SIGNATURE |construct| ($ (|LyndonWord| |#1|) (|LyndonWord| |#1|))) (SIGNATURE |construct| ($ (|LyndonWord| |#1|) $)) (SIGNATURE |construct| ($ $ (|LyndonWord| |#1|))))) has no ?*? : (LyndonWord(#1),#2) -> %
=========================================================================
+nonextend 60067:
-bug 7229: )show FortranCode has NIL for the containing file
+>compiling DBASE.spad to DBASE.nrlib
+--------------non extending category----------------------
+.. Database(#1) of cat
+(|Join| (|SetCategory|) (CATEGORY |domain| (SIGNATURE |elt| ($ $ (|QueryEquation|))) (SIGNATURE |elt| ((|DataList| (|String|)) $ (|Symbol|))) (SIGNATURE + ($ $ $)) (SIGNATURE - ($ $ $)) (SIGNATURE |coerce| ($ (|List| |#1|))) (SIGNATURE |display| ((|Void|) $)) (SIGNATURE |fullDisplay| ((|Void|) $)) (SIGNATURE |fullDisplay| ((|Void|) $ (|PositiveInteger|) (|PositiveInteger|))))) has no
+(|ListAggregate| |#1|) finalizing nrlib DBASE
-similarly
-FortranProgram, FortranType, ROIRC
+=========================================================================
+nonextend 60066:
-)show InfClsPt simply fails
-)show MyExpression simply fails
-)show MyUnivariatePolynomial simply fails
+>compiling DHMATRIX.spad to DHMATRIX.nrlib
+
+--------------non extending category----------------------
+.. DenavitHartenbergMatrix(#1) of cat
+(|Join| (|MatrixCategory| |#1| (|Vector| |#1|) (|Vector| |#1|)) (CATEGORY |domain| (SIGNATURE * ((|Point| |#1|) $ (|Point| |#1|))) (SIGNATURE |identity| ($)) (SIGNATURE |rotatex| ($ |#1|)) (SIGNATURE |rotatey| ($ |#1|)) (SIGNATURE |rotatez| ($ |#1|)) (SIGNATURE |scale| ($ |#1| |#1| |#1|)) (SIGNATURE |translate| ($ |#1| |#1| |#1|)))) has no diagonalMatrix : Vector(#1) -> %
-)show PackageForAlgebraicFunctionField fails with:
- listSort: second argument must be a list
+=========================================================================
+nonextend 60065:
-)show BSD lists the source file as Makefile.pamphlet
+>compiling D02BBFA.spad to D02BBFA.nrlib
+--------------non extending category----------------------
+.. d02bbfAnnaType of cat
+(|OrdinaryDifferentialEquationsSolverCategory|) has no
+(|TableAggregate| (|Symbol|) (|Any|)) finalizing nrlib D02BBFA
=========================================================================
+nonextend 60064:
-bug 7228: graphics crash running space3
+>compiling D02BHFA.spad to D02BHFA.nrlib
+
+--------------non extending category----------------------
+.. d02bhfAnnaType of cat
+(|OrdinaryDifferentialEquationsSolverCategory|) has no
+(|TableAggregate| (|Symbol|) (|Any|)) finalizing nrlib D02BHFA
-The src/input/space3.input causes an early exit
+=========================================================================
+nonextend 60063:
+
+>compiling D02CJFA.spad to D02CJFA.nrlib
+
+--------------non extending category----------------------
+.. d02cjfAnnaType of cat
+(|OrdinaryDifferentialEquationsSolverCategory|) has no
+(|TableAggregate| (|Symbol|) (|Any|)) finalizing nrlib D02CJFA
=========================================================================
+nonextend 60062:
-bug 7227: Unexpected end of #compiling FNLA.spad to FNLA.nrlib
+
+--------------non extending category----------------------
+.. FreeNilpotentLie(#1,#2,#3) of cat
+(|Join| (|NonAssociativeAlgebra| |#3|) (CATEGORY |domain| (SIGNATURE |dimension| ((|NonNegativeInteger|))) (SIGNATURE |deepExpand| ((|OutputForm|) $)) (SIGNATURE |shallowExpand| ((|OutputForm|) $)) (SIGNATURE |generator| ($ (|NonNegativeInteger|))))) has no
+(|IndexedDirectProductCategory| |#3| (|OrdSetInts|)) finalizing nrlib FNLA
+ Processing FreeNilpotentLie for Browser database:
-see exampleagcode.output, test 3. Now gives the result
+=========================================================================
+nonextend 60061:
-Unexpected end of
- #
+>compiling POINT.spad to POINT.nrlib
+--------------non extending category----------------------
+.. Point(#1) of cat
+(|PointCategory| |#1|) has no vector : List(#1) -> %
-This is caused by the removal of PAFFFF from the current system.
+=========================================================================
+nonextend 60060:
+
+>compiling STRING.spad to STRING.nrlib
+
+--------------non extending category----------------------
+.. String of cat
+(|StringCategory|) has no hash : % -> Integer
=========================================================================
+nonextend 60059:
-bug 7226: )d op coerce regression caused by waldek format update.
+>compiling BINARY.spad to BINARY.nrlib
+--------------non extending category----------------------
+.. BinaryExpansion of cat
+(|Join| (|QuotientFieldCategory| (|Integer|)) (CATEGORY |domain| (SIGNATURE |coerce| ((|Fraction| (|Integer|)) $)) (SIGNATURE |coerce| ((|RadixExpansion| 2) $)) (SIGNATURE |fractionPart| ((|Fraction| (|Integer|)) $)) (SIGNATURE |binary| ($ (|Fraction| (|Integer|)))))) has no wholeRagits : % -> List(Integer)
-correct in git 95402C
+=========================================================================
+nonextend 60058:
-see src/input/dop test 69
-appears to be in ALGSC
-[4] Vector D2 -> AlgebraGivenByStructuralConstants(D2,D3,D4,D5)
- from AlgebraGivenByStructuralConstants(D2,D3,D4,D5)
+>compiling DECIMAL.spad to DECIMAL.nrlib
+--------------non extending category----------------------
+.. DecimalExpansion of cat
+(|Join| (|QuotientFieldCategory| (|Integer|)) (CATEGORY |domain| (SIGNATURE |coerce| ((|Fraction| (|Integer|)) $)) (SIGNATURE |coerce| ((|RadixExpansion| 10) $)) (SIGNATURE |fractionPart| ((|Fraction| (|Integer|)) $)) (SIGNATURE |decimal| ($ (|Fraction| (|Integer|)))))) has no wholeRagits : % -> List(Integer)
+ finalizing nrlib DECIMAL
=========================================================================
+nonextend 60057:
-bug 7225: Lasagna Larga Doppia Riccia does not plot 0.0
+>compiling E04DGFA.spad to E04DGFA.nrlib
+--------------non extending category----------------------
+.. e04dgfAnnaType of cat
+(|NumericalOptimizationCategory|) has no
+(|TableAggregate| (|Symbol|) (|Any|)) finalizing nrlib E04DGFA
+ Processing e04dgfAnnaType for Browser database:
-See bookvol8.1, section Lasagna Larga Doppia Riccia
+=========================================================================
+nonextend 60056:
-given:
+>compiling E04FDFA.spad to E04FDFA.nrlib
+--------------non extending category----------------------
+.. e04fdfAnnaType of cat
+(|NumericalOptimizationCategory|) has no
+(|TableAggregate| (|Symbol|) (|Any|)) finalizing nrlib E04FDFA
-X(i,j) == _
- if ((8 <= i) and (i <= 42)) _
- then 5.0/6.0+(5.0*i-40.0)/34.0 _
- else if (i <= 8) _
- then 5.0*i/48.0 _
- else 5.0/6.0*(7+(i-42.0)/8)
-Y(i,j) == j/15.0
-Z(i,j) == _
- if ((8 <= i) and (i <= 42)) _
- then 0.0 _
- else if (i <= 8) _
- then (8.0-i)/32.0*cos((j+3)*%pi/6) _
- else 0.25*(i-42)/8.0*cos((j+9)*%pi/6)
-v3d:=draw(surface(X(i,j),Y(i,j),Z(i,j)),i=0..50,j=0..150,_
- style=="smooth",title=="Lasagna Larga Doppia Riccia")
-colorDef(v3d,yellow(),yellow())
-axes(v3d,"off")
-zoom(v3d,3.0,3.0,3.0)
+=========================================================================
+nonextend 60055:
-The middle part of the image should generate 0.0 for the Z value
-but the drawn image does not show a flat plane. Calling Z(30.0,30.0)
-shows that the values of 0.0 is generated.
+>compiling E04GCFA.spad to E04GCFA.nrlib
+--------------non extending category----------------------
+.. e04gcfAnnaType of cat
+(|NumericalOptimizationCategory|) has no
+(|TableAggregate| (|Symbol|) (|Any|)) finalizing nrlib E04GCFA
=========================================================================
+nonextend 60054:
-bug 7224: Axiom2D PS save function clips right side of image
+>compiling E04JAFA.spad to E04JAFA.nrlib
+--------------non extending category----------------------
+.. e04jafAnnaType of cat
+(|NumericalOptimizationCategory|) has no
+(|TableAggregate| (|Symbol|) (|Any|)) finalizing nrlib E04JAFA
+ Processing e04jafAnnaType for Browser database:
-draw(sin(4*t/7),t=0..14*%pi,coordinates==elliptic(1$DFLOAT))
+=========================================================================
+nonextend 60053:
-menu -> ps
-use gimp to look at ps
+>compiling E04UCFA.spad to E04UCFA.nrlib
+--------------non extending category----------------------
+.. e04ucfAnnaType of cat
+(|NumericalOptimizationCategory|) has no
+(|TableAggregate| (|Symbol|) (|Any|)) finalizing nrlib E04UCFA
=========================================================================
+nonextend 60052:
-bug 7223: Bind stack overflow
+>compiling FRAC.spad to FRAC.nrlib
+
+--------------non extending category----------------------
+.. Fraction(#1) of cat
+(|Join| (|QuotientFieldCategory| |#1|) (CATEGORY |package| (IF (|has| |#1| (|IntegerNumberSystem|)) (IF (|has| |#1| (|OpenMath|)) (ATTRIBUTE (|OpenMath|)) |noBranch|) |noBranch|) (IF (|has| |#1| (ATTRIBUTE |canonical|)) (IF (|has| |#1| (|GcdDomain|)) (IF (|has| |#1| (ATTRIBUTE |canonicalUnitNormal|)) (ATTRIBUTE |canonical|) |noBranch|) |noBranch|) |noBranch|))) has no
+(IF (|has| |#1| (|OrderedRing|)) (ATTRIBUTE (|OrderedRing|)) |noBranch|) finalizing nrlib FRAC
--- (defun |*2;dot;5;frame1394| is being compiled
--- The variable |*2;dot;5;frame1394;MV is undefined
--- The compiler will assume this variable is a global
--- Internal error
--- The function coerce with signature OrderedCompletion Integer ->
--- Expression OrderedCompletion Integer is missing from domain
--- Expression(OrderedCompletion(Integer))
---
--- Internal Error
--- The function coerce with signature hashcode is missing from domain
--- Expression(OrderedCompletion (Integer))
-dot(f,g) == integrate(f*g*x^2,x=-1..1)
-proj(f,g) == dot(f,g)*f/dot(f,f)
-p0:=1
-p1:=x-proj(p0,x)
-p2:=x^2-proj(p0,x^2)-proj(p1,x^2)
--- this give bind stack overflow
-p(0) == 1
-p(n | n > 0) == x^n-sum(proj(p(k),x^n),k=0..n-1)
-p(1)
+=========================================================================
+nonextend 60051:
-(7) -> )clear all
-(1) -> dot(f,g) == integrate(f*g*x^2,x=-1..1)
- Type: Void
-(2) -> proj(f,g) == dot(f,g)*f/dot(f,f)
- Type: Void
-(3) -> p0:=1
+>compiling FTEM.spad to FTEM.nrlib
+
+--------------non extending category----------------------
+.. FortranTemplate of cat
+(|Join| (|FileCategory| (|FileName|) (|String|)) (CATEGORY |package| (SIGNATURE |processTemplate| ((|FileName|) (|FileName|) (|FileName|))) (SIGNATURE |processTemplate| ((|FileName|) (|FileName|))) (SIGNATURE |fortranLiteralLine| ((|Void|) (|String|))) (SIGNATURE |fortranLiteral| ((|Void|) (|String|))) (SIGNATURE |fortranCarriageReturn| ((|Void|))))) has no writeLine! : (%,String) -> String
- (3) 1
- Type: PositiveInteger
-(4) -> p1:=x-proj(p0,x)
- Compiling function dot with type (PositiveInteger,Variable x) ->
- Union(f1: OrderedCompletion Expression Integer,f2: List
- OrderedCompletion Expression Integer,fail: failed,pole:
- potentialPole)
- There are 34 exposed and 23 unexposed library operations named *
- having 2 argument(s) but none was determined to be applicable.
- Use HyperDoc Browse, or issue
- )display op *
- to learn more about the available operations. Perhaps
- package-calling the operation or using coercions on the arguments
- will allow you to apply the operation.
- Cannot find a definition or applicable library operation named *
- with argument type(s)
-Union(f1: OrderedCompletion Expression Integer,f2: List OrderedCompletion Expression Integer,fail: failed,pole: potentialPole)
- PositiveInteger
-
- Perhaps you should use "@" to indicate the required return type,
- or "$" to specify which version of the function you need.
- AXIOM will attempt to step through and interpret the code.
- Compiling function dot with type (PositiveInteger,PositiveInteger)
- -> Union(f1: OrderedCompletion Expression Integer,f2: List
- OrderedCompletion Expression Integer,fail: failed,pole:
- potentialPole)
- (4) x
- Type: Expression Integer
-(5) -> p2:=x^2-proj(p0,x^2)-proj(p1,x^2)
- Compiling function dot with type (PositiveInteger,Polynomial Integer
- ) -> Union(f1: OrderedCompletion Expression Integer,f2: List
- OrderedCompletion Expression Integer,fail: failed,pole:
- potentialPole)
- Compiling function dot with type (Expression Integer,Polynomial
- Integer) -> Union(f1: OrderedCompletion Expression Integer,f2:
- List OrderedCompletion Expression Integer,fail: failed,pole:
- potentialPole)
- Internal Error
- The function coerce with signature hashcode is missing from domain
- Expression(OrderedCompletion (Integer))
+=========================================================================
+nonextend 60050:
-(5) -> p(0) == 1
- Type: Void
-(6) -> p(n | n > 0) == x^n-sum(proj(p(k),x^n),k=0..n-1)
- Type: Void
-(7) -> p(1)
- Cannot compile map: proj
- We will attempt to interpret the code.
- Cannot compile map: p
- We will attempt to interpret the code.
-
- >> System error:
- Bind stack overflow.
+>compiling GMODPOL.spad to GMODPOL.nrlib
-(7) ->
+(|Module| |#6|) extends
+(|BiModule| |#6| |#6|) but not
+(|BiModule| |#2| |#2|) --------------non extending category----------------------
+.. GeneralModulePolynomial(#1,#2,#3,#4,#5,#6) of cat
+(|Join| (|Module| |#6|) (|Module| |#2|) (CATEGORY |domain| (SIGNATURE |leadingCoefficient| (|#2| $)) (SIGNATURE |leadingMonomial| ((|ModuleMonomial| |#3| |#4| |#5|) $)) (SIGNATURE |leadingExponent| (|#4| $)) (SIGNATURE |leadingIndex| (|#3| $)) (SIGNATURE |reductum| ($ $)) (SIGNATURE |monomial| ($ |#2| (|ModuleMonomial| |#3| |#4| |#5|))) (SIGNATURE |unitVector| ($ |#3|)) (SIGNATURE |build| ($ |#2| |#3| |#4|)) (SIGNATURE |multMonom| ($ |#2| |#4| $)) (SIGNATURE * ($ |#6| $)))) has no
+(|IndexedDirectProductCategory| |#2| (|ModuleMonomial| |#3| |#4| |#5|)) finalizing nrlib GMODPOL
+=========================================================================
+nonextend 60049:
+>compiling HEXADEC.spad to HEXADEC.nrlib
+
+--------------non extending category----------------------
+.. HexadecimalExpansion of cat
+(|Join| (|QuotientFieldCategory| (|Integer|)) (CATEGORY |domain| (SIGNATURE |coerce| ((|Fraction| (|Integer|)) $)) (SIGNATURE |coerce| ((|RadixExpansion| 16) $)) (SIGNATURE |fractionPart| ((|Fraction| (|Integer|)) $)) (SIGNATURE |hex| ($ (|Fraction| (|Integer|)))))) has no wholeRagits : % -> List(Integer)
=========================================================================
+nonextend 60048:
-bug 7222: errors while compiling bookvol7
+>compiling MINT.spad to MINT.nrlib
-make[3]: Entering directory `/research/test/int/hyper'
-1 making /research/test/mnt/ubuntu/lib/spadbuf from /research/test/books/bookvol7.pamphlet
-spadbuf.c: In function ‘interpIO’:
-spadbuf.c:89: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
-2 making /research/test/mnt/ubuntu/lib/ex2ht from /research/test/books/bookvol7.pamphlet
-3 making /research/test/mnt/ubuntu/bin/htadd from /research/test/books/bookvol7.pamphlet
-htadd.c: In function ‘buildHtFilename’:
-htadd.c:1314: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result
-4 making /research/test/mnt/ubuntu/bin/hthits from /research/test/books/bookvol7.pamphlet
-hthits.c: In function ‘handleFile’:
-hthits.c:65: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
-hthits.c: In function ‘handlePage’:
-hthits.c:166: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
-5 making /research/test/mnt/ubuntu/bin/htsearch from /research/test/books/bookvol7.pamphlet
-6 making /research/test/mnt/ubuntu/lib/presea from /research/test/books/bookvol7.pamphlet
-7 /research/test/mnt/ubuntu/bin/hypertex from /research/test/books/bookvol7.pamphlet
-hypertex.c: In function ‘buildHtFilename’:
-hypertex.c:2029: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result
-hypertex.c: In function ‘handleKey’:
-hypertex.c:8748: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result
-hypertex.c: In function ‘issueUnixcommand’:
-hypertex.c:13808: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result
-10 making /research/test/mnt/ubuntu/doc/axbook/xhtml from /research/test/books/axbook.tgz
-8 making /research/test/mnt/ubuntu/doc/bigbayou.png from /research/test/books/bigbayou.png
-9 making /research/test/mnt/ubuntu/doc/doctitle.png from /research/test/books/d
+(|RealConstant|) extends
+(|ConvertibleTo| (|DoubleFloat|)) but not
+(|ConvertibleTo| (|String|)) --------------non extending category----------------------
+.. MachineInteger of cat
+(|Join| (|FortranMachineTypeCategory|) (|IntegerNumberSystem|) (CATEGORY |domain| (SIGNATURE |maxint| ((|PositiveInteger|) (|PositiveInteger|))) (SIGNATURE |maxint| ((|PositiveInteger|))) (SIGNATURE |coerce| ((|Expression| $) (|Expression| (|Integer|)))))) has no
+(|ConvertibleTo| (|String|)) finalizing nrlib MINT
=========================================================================
+nonextend 60047:
-bug 7221: The variable IDENTITY is undefined.
-
-; (DEFUN |Pattern;| ...) is being compiled.
-;; The variable IDENTITY is undefined.
-;; The compiler will assume this variable is a global.
-------------------------------------------------------------------------
- Pattern is now explicitly exposed in frame initial
- Pattern will be automatically loaded when needed from
- /research/test/int/algebra/PATTERN.nrlib/code
-
+>compiling NSUP.spad to NSUP.nrlib
+
+--------------non extending category----------------------
+.. NewSparseUnivariatePolynomial(#1) of cat
+(|Join| (|UnivariatePolynomialCategory| |#1|) (|CoercibleTo| (|SparseUnivariatePolynomial| |#1|)) (|RetractableTo| (|SparseUnivariatePolynomial| |#1|)) (CATEGORY |domain| (SIGNATURE |fmecg| ($ $ (|NonNegativeInteger|) |#1| $)) (SIGNATURE |monicModulo| ($ $ $)) (SIGNATURE |lazyResidueClass| ((|Record| (|:| |polnum| $) (|:| |polden| |#1|) (|:| |power| (|NonNegativeInteger|))) $ $)) (SIGNATURE |lazyPseudoRemainder| ($ $ $)) (SIGNATURE |lazyPseudoDivide| ((|Record| (|:| |coef| |#1|) (|:| |gap| (|NonNegativeInteger|)) (|:| |quotient| $) (|:| |remainder| $)) $ $)) (SIGNATURE |lazyPseudoQuotient| ($ $ $)) (IF (|has| |#1| (|IntegralDomain|)) (PROGN (SIGNATURE |subResultantsChain| ((|List| $) $ $)) (SIGNATURE |lastSubResultant| ($ $ $)) (SIGNATURE |extendedSubResultantGcd| ((|Record| (|:| |gcd| $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (SIGNATURE |halfExtendedSubResultantGcd1| ((|Record| (|:| |gcd| $) (|:| |coef1| $)) $ $)) (SIGNATURE |halfExtendedSubResultantGcd2| ((|Record| (|:| |gcd| $) (|:| |coef2| $)) $ $)) (SIGNATURE |extendedResultant| ((|Record| (|:| |resultant| |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (SIGNATURE |halfExtendedResultant1| ((|Record| (|:| |resultant| |#1|) (|:| |coef1| $)) $ $)) (SIGNATURE |halfExtendedResultant2| ((|Record| (|:| |resultant| |#1|) (|:| |coef2| $)) $ $))) |noBranch|))) has no outputForm : (%,OutputForm) -> OutputForm
=========================================================================
+nonextend 60046:
-bug 7220: Manicotti only draws 1/2 of image
+>compiling SMTS.spad to SMTS.nrlib
+
+--------------non extending category----------------------
+.. SparseMultivariateTaylorSeries(#1,#2,#3) of cat
+(|Join| (|MultivariateTaylorSeriesCategory| |#1| |#2|) (CATEGORY |domain| (SIGNATURE |coefficient| (|#3| $ (|NonNegativeInteger|))) (SIGNATURE |coerce| ($ |#2|)) (SIGNATURE |coerce| ($ |#3|)) (SIGNATURE * ($ |#3| $)) (SIGNATURE |csubst| ((|Mapping| (|Stream| |#3|) |#3|) (|List| |#2|) (|List| (|Stream| |#3|)))) (IF (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (PROGN (SIGNATURE |integrate| ($ $ |#2| |#1|)) (SIGNATURE |fintegrate| ($ (|Mapping| $) |#2| |#1|))) |noBranch|))) has no coefficients : % -> Stream(#3)
-See bookvol8.1.pamphlet vs Pasta by Design book
+=========================================================================
+nonextend 60045:
-Not clear if the problem is the equations or the graphics
+>compiling SUP.spad to SUP.nrlib
+
+--------------non extending category----------------------
+.. SparseUnivariatePolynomial(#1) of cat
+(|Join| (|UnivariatePolynomialCategory| |#1|) (CATEGORY |domain| (SIGNATURE |outputForm| ((|OutputForm|) $ (|OutputForm|))) (SIGNATURE |fmecg| ($ $ (|NonNegativeInteger|) |#1| $)))) has no
+(IF (|has| |#1| (|IntegralDomain|)) (IF (|has| (|NonNegativeInteger|) (|CancellationAbelianMonoid|)) (SIGNATURE |fmecg| ($ $ (|NonNegativeInteger|) |#1| $)) |noBranch|) |noBranch|) finalizing nrlib SUP
=========================================================================
+nonextend 60044:
-bug 7219: Funghini draws only lines
+>compiling SUPEXPR.spad to SUPEXPR.nrlib
+--------------non extending category----------------------
+.. SparseUnivariatePolynomialExpressions(#1) of cat
+(|Join| (|UnivariatePolynomialCategory| |#1|) (CATEGORY |package| (IF (|has| |#1| (|TranscendentalFunctionCategory|)) (ATTRIBUTE (|TranscendentalFunctionCategory|)) |noBranch|))) has no outputForm : (%,OutputForm) -> OutputForm
-See bookvol8.1.pamphlet vs Pasta by Design book
+=========================================================================
+nonextend 60043:
-Not clear if the problem is the equations or the graphics
+>compiling UP.spad to UP.nrlib
+
+--------------non extending category----------------------
+.. UnivariatePolynomial(#1,#2) of cat
+(|Join| (|UnivariatePolynomialCategory| |#2|) (CATEGORY |domain| (SIGNATURE |coerce| ($ (|Variable| |#1|))) (SIGNATURE |fmecg| ($ $ (|NonNegativeInteger|) |#2| $)))) has no outputForm : (%,OutputForm) -> OutputForm
=========================================================================
+nonextend 60042:
-bug 7218: makeViewport3D closed unexpectedly
-
-given:
+>compiling EXPUPXS.spad to EXPUPXS.nrlib
-A(i) == sin(i*%pi/2000)^0.5
-X1(i,j) == _
- if (i <= 2000) _
- then 2.1*cos((2*A(i)+1)*%pi)+0.65*cos((2*A(i)+0.5)*%pi)+_
- 2.5*sin((A(i)+1.83)*%pi)^500 _
- else -2.1
-Y1(i,j) == _
- if (i <= 2000) _
- then 2.5*sin((2*A(i)+1)*%pi)+0.1*sin(A(i)*2*%pi)+_
- 3*sin((A(i)+1.83)*%pi)^500 _
- else 0.0
-Z(i,j) == j/4.0
-vsp:=createThreeSpace()
-makeObject(surface(X1(i,j),Y1(i,j),Z(i,j)),i=0..3000,j=0..4,space==vsp)
-vp:=makeViewport3D(vsp,style=="smooth",title=="Racchette")
-axes(vp,"off")
+--------------non extending category----------------------
+.. ExponentialOfUnivariatePuiseuxSeries(#1,#2,#3) of cat
+(|Join| (|UnivariatePuiseuxSeriesCategory| |#1|) (|OrderedAbelianMonoid|) (CATEGORY |domain| (SIGNATURE |exponential| ($ (|UnivariatePuiseuxSeries| |#1| |#2| |#3|))) (SIGNATURE |exponent| ((|UnivariatePuiseuxSeries| |#1| |#2| |#3|) $)) (SIGNATURE |exponentialOrder| ((|Fraction| (|Integer|)) $)))) has no
+(|UnivariatePuiseuxSeriesConstructorCategory| |#1| (|UnivariateLaurentSeries| |#1| |#2| |#3|)) finalizing nrlib EXPUPXS
->> Error detected within library code:
-This viewport has already been closed
+=========================================================================
+nonextend 60041:
-See section{Racchette} in bookvol8.1.pamphlet
+>compiling BSD.spad to BSD.nrlib
+--------------non extending category----------------------
+.. BasicStochasticDifferential of cat
+(|Join| (|OrderedSet|) (CATEGORY |domain| (ATTRIBUTE (|ConvertibleTo| (|Symbol|))) (SIGNATURE |convertIfCan| ((|Union| $ "failed") (|Symbol|))) (SIGNATURE |convert| ($ (|Symbol|))) (SIGNATURE |introduce!| ((|Union| $ "failed") (|Symbol|) (|Symbol|))) (SIGNATURE |d| ((|Union| $ (|Integer|)) (|Symbol|))) (SIGNATURE |copyBSD| ((|List| $))) (SIGNATURE |copyIto| ((|Table| (|Symbol|) $))) (SIGNATURE |getSmgl| ((|Union| (|Symbol|) "failed") $)))) has no
+(|ConvertibleTo| (|InputForm|)) finalizing nrlib BSD
-Note that if the whole example is run the viewport is still open.
-Only when the subset involves just (X1,Y1,Z) does it fail.
+=========================================================================
+nonextend 60040:
-Note the same error occurs in Rotelle.
+>compiling ANTISYM.spad to ANTISYM.nrlib
-X1(i,j) == _
- if (i <= 666) _
- then 2*cos(3*i*%pi/1000)+0.03*cos(93*i*%pi/1000) _
- else 2.03
-Y1(i,j) == _
- if (i <= 666) _
- then 2.05*sin(3*i*%pi/1000)+0.03*sin(93*i*%pi/1000) _
- else 0.0
-Z(i,j) == j/5.0
-vsp:=createThreeSpace()
-makeObject(surface(X1(i,j),Y1(i,j),Z(i,j)),i=0..2000,j=0..5,space==vsp)
-vp:=makeViewport3D(vsp,style=="smooth",title=="Rotelle")
-axes(vp,"off")
+--------------non extending category----------------------
+.. AntiSymm(#1,#2) of cat
+(|Join| (|LeftAlgebra| |#1|) (|RetractableTo| |#1|) (CATEGORY |domain| (SIGNATURE |leadingCoefficient| (|#1| $)) (SIGNATURE |leadingBasisTerm| ($ $)) (SIGNATURE |reductum| ($ $)) (SIGNATURE |coefficient| (|#1| $ $)) (SIGNATURE |generator| ($ (|NonNegativeInteger|))) (SIGNATURE |exp| ($ (|List| (|Integer|)))) (SIGNATURE |homogeneous?| ((|Boolean|) $)) (SIGNATURE |retractable?| ((|Boolean|) $)) (SIGNATURE |degree| ((|NonNegativeInteger|) $)) (SIGNATURE |map| ($ (|Mapping| |#1| |#1|) $)))) has no
+(|BiModule| |#1| |#1|) finalizing nrlib ANTISYM
->> Error detected within library code:
-This viewport has already been closed
+=========================================================================
+nonextend 60039:
-draw(surface(X1(i,j),Y1(i,j),Z(i,j)),i=0..2000,j=0..5)
+>compiling FEXPR.spad to FEXPR.nrlib
+
+--------------non extending category----------------------
+.. FortranExpression(#1,#2,#3) of cat
+(|Join| (|ExpressionSpace|) (|Algebra| |#3|) (|RetractableTo| |#3|) (|PartialDifferentialRing| (|Symbol|)) (CATEGORY |domain| (SIGNATURE |retract| ($ (|Expression| |#3|))) (SIGNATURE |retractIfCan| ((|Union| $ "failed") (|Expression| |#3|))) (SIGNATURE |retract| ($ (|Symbol|))) (SIGNATURE |retractIfCan| ((|Union| $ "failed") (|Symbol|))) (SIGNATURE |coerce| ((|Expression| |#3|) $)) (IF (|has| |#3| (|RetractableTo| (|Integer|))) (PROGN (SIGNATURE |retract| ($ (|Expression| (|Integer|)))) (SIGNATURE |retractIfCan| ((|Union| $ "failed") (|Expression| (|Integer|)))) (SIGNATURE |retract| ($ (|Fraction| (|Polynomial| (|Integer|))))) (SIGNATURE |retractIfCan| ((|Union| $ "failed") (|Fraction| (|Polynomial| (|Integer|))))) (SIGNATURE |retract| ($ (|Polynomial| (|Integer|)))) (SIGNATURE |retractIfCan| ((|Union| $ "failed") (|Polynomial| (|Integer|))))) |noBranch|) (IF (|has| |#3| (|RetractableTo| (|Float|))) (PROGN (SIGNATURE |retract| ($ (|Expression| (|Float|)))) (SIGNATURE |retractIfCan| ((|Union| $ "failed") (|Expression| (|Float|)))) (SIGNATURE |retract| ($ (|Fraction| (|Polynomial| (|Float|))))) (SIGNATURE |retractIfCan| ((|Union| $ "failed") (|Fraction| (|Polynomial| (|Float|))))) (SIGNATURE |retract| ($ (|Polynomial| (|Float|)))) (SIGNATURE |retractIfCan| ((|Union| $ "failed") (|Polynomial| (|Float|))))) |noBranch|) (SIGNATURE |abs| ($ $)) (SIGNATURE |sqrt| ($ $)) (SIGNATURE |exp| ($ $)) (SIGNATURE |log| ($ $)) (SIGNATURE |log10| ($ $)) (SIGNATURE |sin| ($ $)) (SIGNATURE |cos| ($ $)) (SIGNATURE |tan| ($ $)) (SIGNATURE |asin| ($ $)) (SIGNATURE |acos| ($ $)) (SIGNATURE |atan| ($ $)) (SIGNATURE |sinh| ($ $)) (SIGNATURE |cosh| ($ $)) (SIGNATURE |tanh| ($ $)) (SIGNATURE |pi| ($)) (SIGNATURE |variables| ((|List| (|Symbol|)) $)) (SIGNATURE |useNagFunctions| ((|Boolean|))) (SIGNATURE |useNagFunctions| ((|Boolean|) (|Boolean|))))) has no
+(|FunctionSpace| |#3|) finalizing nrlib FEXPR
-succeeds with a wildly strange float
-"float(149787561878521559122,-66,2)/float(1,0,2)
-so I suspect the equations are wrong in some way. --tpd
+=========================================================================
+nonextend 60038:
+>compiling GDMP.spad to GDMP.nrlib
+
+--------------non extending category----------------------
+.. GeneralDistributedMultivariatePolynomial(#1,#2,#3) of cat
+(|Join| (|PolynomialCategory| |#2| |#3| (|OrderedVariableList| |#1|)) (CATEGORY |domain| (SIGNATURE |reorder| ($ $ (|List| (|Integer|)))))) has no
+(IF (|has| |#2| (|IntegralDomain|)) (IF (|has| |#3| (|CancellationAbelianMonoid|)) (SIGNATURE |fmecg| ($ $ |#3| |#2| $)) |noBranch|) |noBranch|) finalizing nrlib GDMP
=========================================================================
+nonextend 60037:
-bug 7216:
-
-t0207:= -a^3*(a+b*x)*Ei(log(c*(a+b*x)^n)/n)/((c*(a+b*x)^n)^(1/n))/b^4/n+3*a^2*(a+b*x)^2*Ei(2*log(c*(a+b*x)^n)/n)/((c*(a+b*x)^n)^(2/n))/b^4/n-3*a*(a+b*x)^3*Ei(3*log(c*(a+b*x)^n)/n)/((c*(a+b*x)^n)^(3/n))/b^4/n+(a+b*x)^4*Ei(4*log(c*(a+b*x)^n)/n)/((c*(a+b*x)^n)^(4/n))/b^4/n
+>compiling HACKPI.spad to HACKPI.nrlib
+--------------non extending category----------------------
+.. Pi of cat
+(|Join| (|Field|) (|CharacteristicZero|) (|RetractableTo| (|Integer|)) (|RetractableTo| (|Fraction| (|Integer|))) (|RealConstant|) (|CoercibleTo| (|DoubleFloat|)) (|CoercibleTo| (|Float|)) (|ConvertibleTo| (|Fraction| (|SparseUnivariatePolynomial| (|Integer|)))) (|ConvertibleTo| (|InputForm|)) (CATEGORY |domain| (SIGNATURE |pi| ($)))) has no
+(|QuotientFieldCategory| (|SparseUnivariatePolynomial| (|Integer|))) finalizing nrlib HACKPI
- (32)
- 1 2
- - -
- 4 4 3 3 2 2 2 3 4 n n n n
- (b x + 4a b x + 6a b x + 4a b x + a )(c (b x + a) ) (c (b x + a) )
- *
- 3
- - n
- n n 4log(c (b x + a) )
- (c (b x + a) ) Ei(------------------)
- n
- +
- 1 2
- - -
- 3 3 2 2 2 3 4 n n n n
- (- 3a b x - 9a b x - 9a b x - 3a )(c (b x + a) ) (c (b x + a) )
- *
- 4
- - n
- n n 3log(c (b x + a) )
- (c (b x + a) ) Ei(------------------)
- n
- +
- 1 3 4
- - - -
- 2 2 2 3 4 n n n n n n
- (3a b x + 6a b x + 3a )(c (b x + a) ) (c (b x + a) ) (c (b x + a) )
- *
- n
- 2log(c (b x + a) )
- Ei(------------------)
- n
- +
- 2 3 4
- - - -
- 3 4 n n n n n n
- (- a b x - a )(c (b x + a) ) (c (b x + a) ) (c (b x + a) )
- *
- n
- log(c (b x + a) )
- Ei(-----------------)
- n
- /
- 1 2 3 4
- - - - -
- 4 n n n n n n n n
- b n (c (b x + a) ) (c (b x + a) ) (c (b x + a) ) (c (b x + a) )
- Type: Expression Integer
-a0207:= integrate(t0207,x)
-
+=========================================================================
+nonextend 60036:
+
+>compiling LIB.spad to LIB.nrlib
- >> Error detected within library code:
- Sorry - cannot handle that integrand yet
+--------------non extending category----------------------
+.. Library of cat
+(|Join| (|TableAggregate| (|String|) (|Any|)) (CATEGORY |domain| (SIGNATURE |library| ($ (|FileName|))) (SIGNATURE |pack!| ($ $)) (SIGNATURE |elt| ((|Any|) $ (|Symbol|))) (SIGNATURE |setelt| ((|Any|) $ (|Symbol|) (|Any|))) (SIGNATURE |close!| ($ $)))) has no
+(|FileCategory| (|FileName|) (|Record| (|:| |key| (|String|)) (|:| |entry| (|Any|)))) finalizing nrlib LIB
- Continuing to read the file...
=========================================================================
+nonextend 60035:
-bug 7215: integration bug?
+>compiling LODO.spad to LODO.nrlib
+
+--------------non extending category----------------------
+.. LinearOrdinaryDifferentialOperator(#1,#2) of cat
+(|LinearOrdinaryDifferentialOperatorCategory| |#1|) has no outputForm : (%,OutputForm) -> OutputForm
-t0317:= (-1+tanh(x)^2)^(3/2)
+=========================================================================
+nonextend 60034:
+
+>compiling M3D.spad to M3D.nrlib
+--------------non extending category----------------------
+.. ThreeDimensionalMatrix(#1) of cat
+(|Join| (|HomogeneousAggregate| |#1|) (CATEGORY |domain| (IF (|has| |#1| (|Ring|)) (PROGN (SIGNATURE |zeroMatrix| ($ (|NonNegativeInteger|) (|NonNegativeInteger|) (|NonNegativeInteger|))) (SIGNATURE |identityMatrix| ($ (|NonNegativeInteger|))) (SIGNATURE |plus| ($ $ $))) |noBranch|) (SIGNATURE |construct| ($ (|List| (|List| (|List| |#1|))))) (SIGNATURE |elt| (|#1| $ (|NonNegativeInteger|) (|NonNegativeInteger|) (|NonNegativeInteger|))) (SIGNATURE |setelt!| (|#1| $ (|NonNegativeInteger|) (|NonNegativeInteger|) (|NonNegativeInteger|) |#1|)) (SIGNATURE |coerce| ($ (|PrimitiveArray| (|PrimitiveArray| (|PrimitiveArray| |#1|))))) (SIGNATURE |coerce| ((|PrimitiveArray| (|PrimitiveArray| (|PrimitiveArray| |#1|))) $)) (SIGNATURE |matrixConcat3D| ($ (|Symbol|) $ $)) (SIGNATURE |matrixDimensions| ((|Vector| (|NonNegativeInteger|)) $)))) has no
+(|OneDimensionalArrayAggregate| (|PrimitiveArray| (|PrimitiveArray| |#1|))) finalizing nrlib M3D
- +------------+
- 2 | 2
- (85) (tanh(x) - 1)\|tanh(x) - 1
- Type: Expression Integer
-r0317:= -1/2*cosh(x)*(-sech(x)^2)^(1/2)*(atan(sinh(x))+sech(x)*tanh(x))
+=========================================================================
+nonextend 60033:
+
+>compiling NSDPS.spad to NSDPS.nrlib
+--------------non extending category----------------------
+.. NeitherSparseOrDensePowerSeries(#1) of cat
+(|Join| (|LocalPowerSeriesCategory| |#1|) (|LazyStreamAggregate| (|Record| (|:| |k| (|Integer|)) (|:| |c| |#1|))) (CATEGORY |domain| (SIGNATURE |findTerm| ((|Record| (|:| |k| (|Integer|)) (|:| |c| |#1|)) $ (|Integer|))))) has no
+(ATTRIBUTE |shallowlyMutable|) finalizing nrlib NSDPS
- +----------+
- | 2
- (- cosh(x)atan(sinh(x)) - cosh(x)sech(x)tanh(x))\|- sech(x)
- (86) -------------------------------------------------------------
- 2
- Type: Expression Integer
-a0317:= integrate(t0317,x)
+=========================================================================
+nonextend 60032:
+
+>compiling RESULT.spad to RESULT.nrlib
+--------------non extending category----------------------
+.. Result of cat
+(|Join| (|TableAggregate| (|Symbol|) (|Any|)) (CATEGORY |package| (SIGNATURE |showScalarValues| ((|Boolean|) (|Boolean|))) (SIGNATURE |showArrayValues| ((|Boolean|) (|Boolean|))) (ATTRIBUTE |finiteAggregate|))) has no
+(ATTRIBUTE |finiteAggregate|) finalizing nrlib RESULT
- (87) 0
- Type: Union(Expression Integer,...)
+=========================================================================
+nonextend 60031:
+
+>compiling RMATRIX.spad to RMATRIX.nrlib
+
+--------------non extending category----------------------
+.. RectangularMatrix(#1,#2,#3) of cat
+(|Join| (|RectangularMatrixCategory| |#1| |#2| |#3| (|DirectProduct| |#2| |#3|) (|DirectProduct| |#1| |#3|)) (|CoercibleTo| (|Matrix| |#3|)) (CATEGORY |domain| (IF (|has| |#3| (|Field|)) (ATTRIBUTE (|VectorSpace| |#3|)) |noBranch|) (IF (|has| |#3| (|ConvertibleTo| (|InputForm|))) (ATTRIBUTE (|ConvertibleTo| (|InputForm|))) |noBranch|) (SIGNATURE |rectangularMatrix| ($ (|Matrix| |#3|))) (SIGNATURE |coerce| ((|Matrix| |#3|) $)))) has no
+(|MatrixCategory| |#3| (|Vector| |#3|) (|Vector| |#3|)) finalizing nrlib RMATRIX
=========================================================================
+nonextend 60030:
-bug 7214: integration bug?
+>compiling ROMAN.spad to ROMAN.nrlib
-(1) -> t0062:= x*(sin(x)^2)^(1/2)
+(|RealConstant|) extends
+(|ConvertibleTo| (|DoubleFloat|)) but not
+(|ConvertibleTo| (|String|)) --------------non extending category----------------------
+.. RomanNumeral of cat
+(|Join| (|IntegerNumberSystem|) (CATEGORY |domain| (ATTRIBUTE |canonical|) (ATTRIBUTE |canonicalsClosed|) (ATTRIBUTE |noetherian|) (SIGNATURE |convert| ($ (|Symbol|))) (SIGNATURE |roman| ($ (|Symbol|))) (SIGNATURE |roman| ($ (|Integer|))))) has no
+(|ConvertibleTo| (|String|)) finalizing nrlib ROMAN
- +-------+
- | 2
- (1) x\|sin(x)
+=========================================================================
+nonextend 60029:
-(2) -> r0062:= -csc(x)*(x*cos(x)-sin(x))*(sin(x)^2)^(1/2)
+>compiling ROUTINE.spad to ROUTINE.nrlib
+
+--------------non extending category----------------------
+.. RoutinesTable of cat
+(|Join| (|TableAggregate| (|Symbol|) (|Any|)) (CATEGORY |domain| (SIGNATURE |concat| ($ $ $)) (SIGNATURE |routines| ($)) (SIGNATURE |selectIntegrationRoutines| ($ $)) (SIGNATURE |selectOptimizationRoutines| ($ $)) (SIGNATURE |selectPDERoutines| ($ $)) (SIGNATURE |selectODEIVPRoutines| ($ $)) (SIGNATURE |selectFiniteRoutines| ($ $)) (SIGNATURE |selectSumOfSquaresRoutines| ($ $)) (SIGNATURE |selectNonFiniteRoutines| ($ $)) (SIGNATURE |selectMultiDimensionalRoutines| ($ $)) (SIGNATURE |changeThreshhold| ($ $ (|Symbol|) (|Float|))) (SIGNATURE |changeMeasure| ($ $ (|Symbol|) (|Float|))) (SIGNATURE |getMeasure| ((|Float|) $ (|Symbol|))) (SIGNATURE |getExplanations| ((|List| (|String|)) $ (|String|))) (SIGNATURE |deleteRoutine!| ($ $ (|Symbol|))) (SIGNATURE |showTheRoutinesTable| ($)) (SIGNATURE |recoverAfterFail| ((|Union| (|String|) "failed") $ (|String|) (|Integer|))) (ATTRIBUTE |finiteAggregate|))) has no showScalarValues : Boolean -> Boolean
- +-------+
- | 2
- (2) (csc(x)sin(x) - x cos(x)csc(x))\|sin(x)
+=========================================================================
+nonextend 60028:
-(3) -> a0062:= integrate(t0062,x)
+>compiling SQMATRIX.spad to SQMATRIX.nrlib
+--------------non extending category----------------------
+.. SquareMatrix(#1,#2) of cat
+(|Join| (|SquareMatrixCategory| |#1| |#2| (|DirectProduct| |#1| |#2|) (|DirectProduct| |#1| |#2|)) (|CoercibleTo| (|Matrix| |#2|)) (CATEGORY |domain| (SIGNATURE |transpose| ($ $)) (SIGNATURE |squareMatrix| ($ (|Matrix| |#2|))) (SIGNATURE |coerce| ((|Matrix| |#2|) $)) (IF (|has| |#2| (ATTRIBUTE (|commutative| "*"))) (ATTRIBUTE |central|) |noBranch|) (IF (|has| |#2| (ATTRIBUTE (|commutative| "*"))) (IF (|has| |#2| (ATTRIBUTE |unitsKnown|)) (ATTRIBUTE |unitsKnown|) |noBranch|) |noBranch|) (IF (|has| |#2| (|ConvertibleTo| (|InputForm|))) (ATTRIBUTE (|ConvertibleTo| (|InputForm|))) |noBranch|))) has no
+(|MatrixCategory| |#2| (|Vector| |#2|) (|Vector| |#2|)) finalizing nrlib SQMATRIX
- (3) sin(x) - x cos(x)
+=========================================================================
+nonextend 60027:
-Axiom's answer seems simpler
+>compiling ALGSC.spad to ALGSC.nrlib
+
+--------------non extending category----------------------
+.. AlgebraGivenByStructuralConstants(#1,#2,#3,#4) of cat
+(|Join| (|FramedNonAssociativeAlgebra| |#1|) (|LeftModule| (|SquareMatrix| |#2| |#1|)) (CATEGORY |domain| (SIGNATURE |coerce| ($ (|Vector| |#1|))))) has no
+(|DirectProductCategory| |#2| |#1|) finalizing nrlib ALGSC
+ Processing AlgebraGivenByStructuralConstants for Browser database:
-(4) -> t1:=D(a0062,x)
+=========================================================================
+nonextend 60026:
- (4) x sin(x)
+>compiling AN.spad to AN.nrlib
-But it is not equivalent to the integrand
+(|RealConstant|) extends
+(|ConvertibleTo| (|DoubleFloat|)) but not
+(|ConvertibleTo| (|Complex| (|Float|))) --------------non extending category----------------------
+.. AlgebraicNumber of cat
+(|Join| (|ExpressionSpace|) (|AlgebraicallyClosedField|) (|RetractableTo| (|Integer|)) (|RetractableTo| (|Fraction| (|Integer|))) (|LinearlyExplicitRingOver| (|Integer|)) (|RealConstant|) (|LinearlyExplicitRingOver| (|Fraction| (|Integer|))) (|CharacteristicZero|) (|ConvertibleTo| (|Complex| (|Float|))) (|DifferentialRing|) (CATEGORY |domain| (SIGNATURE |coerce| ($ (|SparseMultivariatePolynomial| (|Integer|) (|Kernel| $)))) (SIGNATURE |numer| ((|SparseMultivariatePolynomial| (|Integer|) (|Kernel| $)) $)) (SIGNATURE |denom| ((|SparseMultivariatePolynomial| (|Integer|) (|Kernel| $)) $)) (SIGNATURE |reduce| ($ $)) (SIGNATURE |norm| ((|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $) (|Kernel| $))) (SIGNATURE |norm| ((|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $) (|List| (|Kernel| $)))) (SIGNATURE |norm| ($ $ (|Kernel| $))) (SIGNATURE |norm| ($ $ (|List| (|Kernel| $)))))) has no trueEqual : (%,%) -> Boolean
-(5) -> t2:=t0062-t1
+=========================================================================
+nonextend 60025:
- +-------+
- | 2
- (5) x\|sin(x) - x sin(x)
+>compiling D03EEFA.spad to D03EEFA.nrlib
+
+--------------non extending category----------------------
+.. d03eefAnnaType of cat
+(|PartialDifferentialEquationsSolverCategory|) has no
+(|TableAggregate| (|Symbol|) (|Any|)) finalizing nrlib D03EEFA
+ Processing d03eefAnnaType for Browser database:
+--------constructor---------
-And it does not differ by a constant
+=========================================================================
+nonextend 60024:
-(6) -> t3:=D(t2,x)
+>compiling D01AGNT.spad to D01AGNT.nrlib
+
+--------------non extending category----------------------
+.. d01AgentsPackage of cat
+(CATEGORY |package| (SIGNATURE |rangeIsFinite| ((|Union| (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")) (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|))))) (SIGNATURE |functionIsContinuousAtEndPoints| ((|Union| (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated")) (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|))))) (SIGNATURE |getlo| ((|DoubleFloat|) (|Segment| (|OrderedCompletion| (|DoubleFloat|))))) (SIGNATURE |gethi| ((|DoubleFloat|) (|Segment| (|OrderedCompletion| (|DoubleFloat|))))) (SIGNATURE |functionIsOscillatory| ((|Float|) (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|))))) (SIGNATURE |problemPoints| ((|List| (|DoubleFloat|)) (|Expression| (|DoubleFloat|)) (|Symbol|) (|Segment| (|OrderedCompletion| (|DoubleFloat|))))) (SIGNATURE |singularitiesOf| ((|Stream| (|DoubleFloat|)) (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|))))) (SIGNATURE |df2st| ((|String|) (|DoubleFloat|))) (SIGNATURE |ldf2lst| ((|List| (|String|)) (|List| (|DoubleFloat|)))) (SIGNATURE |sdf2lst| ((|List| (|String|)) (|Stream| (|DoubleFloat|)))) (SIGNATURE |commaSeparate| ((|String|) (|List| (|String|)))) (SIGNATURE |changeName| ((|Result|) (|Symbol|) (|Symbol|) (|Result|)))) has no functionIsFracPolynomial? : Record(var: Symbol,fn: Expression(DoubleFloat),range: Segment(OrderedCompletion(DoubleFloat)),abserr: DoubleFloat,relerr: DoubleFloat) -> Boolean
- +-------+
- | 2 2
- (- sin(x) - x cos(x))\|sin(x) + sin(x) + x cos(x)sin(x)
- (6) ----------------------------------------------------------
- +-------+
- | 2
- \|sin(x)
+=========================================================================
+nonextend 60023:
-Of course, Rich's answer does not differentiate to the closed form
+>compiling DERHAM.spad to DERHAM.nrlib
+
+--------------non extending category----------------------
+.. DeRhamComplex(#1,#2) of cat
+(|Join| (|LeftAlgebra| (|Expression| |#1|)) (|RetractableTo| (|Expression| |#1|)) (CATEGORY |domain| (SIGNATURE |leadingCoefficient| ((|Expression| |#1|) $)) (SIGNATURE |leadingBasisTerm| ($ $)) (SIGNATURE |reductum| ($ $)) (SIGNATURE |coefficient| ((|Expression| |#1|) $ $)) (SIGNATURE |generator| ($ (|NonNegativeInteger|))) (SIGNATURE |homogeneous?| ((|Boolean|) $)) (SIGNATURE |retractable?| ((|Boolean|) $)) (SIGNATURE |degree| ((|Integer|) $)) (SIGNATURE |map| ($ (|Mapping| (|Expression| |#1|) (|Expression| |#1|)) $)) (SIGNATURE |totalDifferential| ($ (|Expression| |#1|))) (SIGNATURE |exteriorDifferential| ($ $)))) has no exp : List(Integer) -> %
-(7) -> t4:=D(r0062,x)
+=========================================================================
+nonextend 60022:
- (7)
- 3 2
- (- cot(x) + x)csc(x)sin(x) + (x cos(x)cot(x) + cos(x))csc(x)sin(x)
- +
- 2
- - x cos(x) csc(x)sin(x)
- /
- +-------+
- | 2
- \|sin(x)
+>compiling D01TRNS.spad to D01TRNS.nrlib
-And it does not differ by a constant
+--------------non extending category----------------------
+.. d01TransformFunctionType of cat
+(|NumericalIntegrationCategory|) has no
+(|TableAggregate| (|Symbol|) (|Any|)) finalizing nrlib D01TRNS
-(8) -> t5:=t4-t1
+=========================================================================
+nonextend 60021:
- (8)
- +-------+
- | 2 3
- - x sin(x)\|sin(x) + (- cot(x) + x)csc(x)sin(x)
- +
- 2 2
- (x cos(x)cot(x) + cos(x))csc(x)sin(x) - x cos(x) csc(x)sin(x)
- /
- +-------+
- | 2
- \|sin(x)
- Type: Expression(Integer)
+>compiling E04NAFA.spad to E04NAFA.nrlib
+--------------non extending category----------------------
+.. e04nafAnnaType of cat
+(|NumericalOptimizationCategory|) has no
+(|TableAggregate| (|Symbol|) (|Any|)) finalizing nrlib E04NAFA
+ Processing e04nafAnnaType for Browser database:
+
+=========================================================================
+nonextend 60020:
+>compiling EXPEXPAN.spad to EXPEXPAN.nrlib
+
+--------------non extending category----------------------
+.. ExponentialExpansion(#1,#2,#3,#4) of cat
+(|Join| (|QuotientFieldCategory| (|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|)) (|RetractableTo| (|UnivariatePuiseuxSeries| |#2| |#3| |#4|)) (CATEGORY |domain| (SIGNATURE |limitPlus| ((|Union| (|OrderedCompletion| |#2|) "failed") $)) (SIGNATURE |coerce| ($ (|UnivariatePuiseuxSeries| |#2| |#3| |#4|))))) has no
+(IF (|has| (|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|) (|IntegerNumberSystem|)) (IF (|has| (|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|) (|OpenMath|)) (ATTRIBUTE (|OpenMath|)) |noBranch|) |noBranch|) finalizing nrlib EXPEXPAN
=========================================================================
+nonextend 60019:
-bug 7213: different result appear
+>compiling GCNAALG.spad to GCNAALG.nrlib
--- >> Error detected within library code:
--- Imaginary part is nonzero. Cannot retract.
---
---S 488 of 520 sometimes Imaginary part is nonzero. Cannot retract.
-a0093:= integrate(t0093,x)
---R
---R
---R +--------+
---R | 2
---R |%R b - a
---R sin(%R) |--------
---R x | 2
---R ++ \| %R
---R (360) | ------------------ d%R
---R ++ +----------+
---R | 2
---R \|- %R b + a
---R Type: Union(Expression Integer,...)
+(|Module| (|Fraction| (|Polynomial| |#1|))) extends
+(|LeftModule| (|Fraction| (|Polynomial| |#1|))) but not
+(|LeftModule| (|SquareMatrix| |#2| (|Fraction| (|Polynomial| |#1|)))) finalizing nrlib GCNAALG
=========================================================================
+nonextend 60018:
-bug 7212: differing integration? due to random algorithm?
+>compiling IAN.spad to IAN.nrlib
+
+--------------non extending category----------------------
+.. InnerAlgebraicNumber of cat
+(|Join| (|ExpressionSpace|) (|AlgebraicallyClosedField|) (|RetractableTo| (|Integer|)) (|RetractableTo| (|Fraction| (|Integer|))) (|LinearlyExplicitRingOver| (|Integer|)) (|RealConstant|) (|LinearlyExplicitRingOver| (|Fraction| (|Integer|))) (|CharacteristicZero|) (|ConvertibleTo| (|Complex| (|Float|))) (|DifferentialRing|) (CATEGORY |domain| (SIGNATURE |coerce| ($ (|SparseMultivariatePolynomial| (|Integer|) (|Kernel| $)))) (SIGNATURE |numer| ((|SparseMultivariatePolynomial| (|Integer|) (|Kernel| $)) $)) (SIGNATURE |denom| ((|SparseMultivariatePolynomial| (|Integer|) (|Kernel| $)) $)) (SIGNATURE |reduce| ($ $)) (SIGNATURE |trueEqual| ((|Boolean|) $ $)) (SIGNATURE |norm| ((|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $) (|Kernel| $))) (SIGNATURE |norm| ((|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $) (|List| (|Kernel| $)))) (SIGNATURE |norm| ($ $ (|Kernel| $))) (SIGNATURE |norm| ($ $ (|List| (|Kernel| $)))))) has no
+(|FunctionSpace| (|Integer|)) finalizing nrlib IAN
+=========================================================================
+nonextend 60017:
-t0404:= (-1+x)^(1/2)/x^(1/2)
-integrate(t0404,x)
+>compiling LSQM.spad to LSQM.nrlib
+--------------non extending category----------------------
+.. LieSquareMatrix(#1,#2) of cat
+(|Join| (|SquareMatrixCategory| |#1| |#2| (|DirectProduct| |#1| |#2|) (|DirectProduct| |#1| |#2|)) (|CoercibleTo| (|Matrix| |#2|)) (|FramedNonAssociativeAlgebra| |#2|)) has no
+(|CoercibleTo| (|SquareMatrix| |#1| |#2|)) finalizing nrlib LSQM
- (23)
- +-----+ +-+ +-+ +-----+ +-----+ +-+
- (- 2\|x - 1 \|x - 2x + 1)log(\|x + \|x - 1 ) + (2x - 1)\|x - 1 \|x
- +
- 2
- 2x - 2x
- /
- +-----+ +-+
- 2\|x - 1 \|x + 2x - 1
- Type: Union(Expression Integer,...)
---R
---R
---R +-----+ +-+ +-----+ +-+
---R - log(- 2\|x - 1 \|x - 2x + 1) + 2\|x - 1 \|x
---R (23) -----------------------------------------------
---R 2
---R Type: Union(Expression Integer,...)
+=========================================================================
+nonextend 60016:
-another example:
+>compiling MCMPLX.spad to MCMPLX.nrlib
+
+--------------non extending category----------------------
+.. MachineComplex of cat
+(|Join| (|FortranMachineTypeCategory|) (|ComplexCategory| (|MachineFloat|)) (CATEGORY |domain| (SIGNATURE |coerce| ($ (|Complex| (|Float|)))) (SIGNATURE |coerce| ($ (|Complex| (|Integer|)))) (SIGNATURE |coerce| ($ (|Complex| (|MachineFloat|)))) (SIGNATURE |coerce| ($ (|Complex| (|MachineInteger|)))) (SIGNATURE |coerce| ((|Complex| (|Float|)) $)))) has no
-tt:=sqrt(x)/sqrt(x+1)
-integrate(tt,x)
+=========================================================================
+nonextend 60015:
- +-+ +-----+ +-+ +-----+
- - log(- 2\|x \|x + 1 - 2x - 1) + 2\|x \|x + 1
- (22) -----------------------------------------------
- 2
- Type: Union(Expression Integer,...)
+>compiling MYUP.spad to MYUP.nrlib
+
+--------------non extending category----------------------
+.. MyUnivariatePolynomial(#1,#2) of cat
+(|Join| (|UnivariatePolynomialCategory| |#2|) (CATEGORY |domain| (ATTRIBUTE (|RetractableTo| (|Symbol|))) (SIGNATURE |coerce| ($ (|Variable| |#1|))) (SIGNATURE |fmecg| ($ $ (|NonNegativeInteger|) |#2| $)) (IF (|has| |#2| (SIGNATURE |univariate| ((|SparseUnivariatePolynomial| |#2|) |#2| (|Symbol|)))) (SIGNATURE |coerce| ($ |#2|)) |noBranch|) (SIGNATURE |coerce| ($ (|Polynomial| |#2|))))) has no outputForm : (%,OutputForm) -> OutputForm
-but sometimes we get:
+=========================================================================
+nonextend 60014:
+>compiling MYEXPR.spad to MYEXPR.nrlib
+--------------non extending category----------------------
+.. MyExpression(#1,#2) of cat
+(|Join| (|FunctionSpace| |#2|) (|IntegralDomain|) (|RetractableTo| (|MyUnivariatePolynomial| |#1| |#2|)) (|RetractableTo| (|Symbol|)) (|RetractableTo| (|Integer|)) (|CombinatorialOpsCategory|) (|PartialDifferentialRing| (|Symbol|)) (CATEGORY |domain| (SIGNATURE * ($ $ $)) (SIGNATURE / ($ $ $)) (SIGNATURE ** ($ $ $)) (SIGNATURE |numerator| ($ $)) (SIGNATURE |denominator| ($ $)) (SIGNATURE |ground?| ((|Boolean|) $)) (SIGNATURE |coerce| ($ (|Fraction| (|MyUnivariatePolynomial| |#1| |#2|)))) (SIGNATURE |retract| ((|Fraction| (|MyUnivariatePolynomial| |#1| |#2|)) $)))) has no
+(IF (|has| |#2| (|IntegralDomain|)) (PROGN (ATTRIBUTE (|AlgebraicallyClosedFunctionSpace| |#2|)) (ATTRIBUTE (|TranscendentalFunctionCategory|)) (ATTRIBUTE (|CombinatorialOpsCategory|)) (ATTRIBUTE (|LiouvillianFunctionCategory|)) (ATTRIBUTE (|SpecialFunctionCategory|)) (SIGNATURE |reduce| ($ $)) (SIGNATURE |number?| ((|Boolean|) $)) (SIGNATURE |simplifyPower| ($ $ (|Integer|))) (IF (|has| |#2| (|GcdDomain|)) (PROGN (SIGNATURE |factorPolynomial| ((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $))) (SIGNATURE |squareFreePolynomial| ((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)))) |noBranch|) (IF (|has| |#2| (|RetractableTo| (|Integer|))) (ATTRIBUTE (|RetractableTo| (|AlgebraicNumber|))) |noBranch|)) |noBranch|) finalizing nrlib MYEXPR
- (18)
- +-+ +-----+ +-----+ +-+ +-+ +-----+
- (- 2\|x \|x + 1 - 2x - 1)log(\|x + 1 + \|x ) + (2x + 1)\|x \|x + 1
- +
- 2
- 2x + 2x
- /
- +-+ +-----+
- 2\|x \|x + 1 + 2x + 1
- Type: Union(Expression Integer,...)
+=========================================================================
+nonextend 60013:
+>compiling MYEXPR.spad to MYEXPR.nrlib
+
+--------------non extending category----------------------
+.. MyUnivariatePolynomial(#1,#2) of cat
+(|Join| (|UnivariatePolynomialCategory| |#2|) (CATEGORY |domain| (ATTRIBUTE (|RetractableTo| (|Symbol|))) (SIGNATURE |coerce| ($ (|Variable| |#1|))) (SIGNATURE |fmecg| ($ $ (|NonNegativeInteger|) |#2| $)) (IF (|has| |#2| (SIGNATURE |univariate| ((|SparseUnivariatePolynomial| |#2|) |#2| (|Symbol|)))) (SIGNATURE |coerce| ($ |#2|)) |noBranch|) (SIGNATURE |coerce| ($ (|Polynomial| |#2|))))) has no outputForm : (%,OutputForm) -> OutputForm
+
+--------------non extending category----------------------
+.. MyExpression(#1,#2) of cat
+(|Join| (|FunctionSpace| |#2|) (|IntegralDomain|) (|RetractableTo| (|MyUnivariatePolynomial| |#1| |#2|)) (|RetractableTo| (|Symbol|)) (|RetractableTo| (|Integer|)) (|CombinatorialOpsCategory|) (|PartialDifferentialRing| (|Symbol|)) (CATEGORY |domain| (SIGNATURE * ($ $ $)) (SIGNATURE / ($ $ $)) (SIGNATURE ** ($ $ $)) (SIGNATURE |numerator| ($ $)) (SIGNATURE |denominator| ($ $)) (SIGNATURE |ground?| ((|Boolean|) $)) (SIGNATURE |coerce| ($ (|Fraction| (|MyUnivariatePolynomial| |#1| |#2|)))) (SIGNATURE |retract| ((|Fraction| (|MyUnivariatePolynomial| |#1| |#2|)) $)))) has no
+(IF (|has| |#2| (|IntegralDomain|)) (PROGN (ATTRIBUTE (|AlgebraicallyClosedFunctionSpace| |#2|)) (ATTRIBUTE (|TranscendentalFunctionCategory|)) (ATTRIBUTE (|CombinatorialOpsCategory|)) (ATTRIBUTE (|LiouvillianFunctionCategory|)) (ATTRIBUTE (|SpecialFunctionCategory|)) (SIGNATURE |reduce| ($ $)) (SIGNATURE |number?| ((|Boolean|) $)) (SIGNATURE |simplifyPower| ($ $ (|Integer|))) (IF (|has| |#2| (|GcdDomain|)) (PROGN (SIGNATURE |factorPolynomial| ((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $))) (SIGNATURE |squareFreePolynomial| ((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)))) |noBranch|) (IF (|has| |#2| (|RetractableTo| (|Integer|))) (ATTRIBUTE (|RetractableTo| (|AlgebraicNumber|))) |noBranch|)) |noBranch|) finalizing nrlib MYEXPR
=========================================================================
+nonextend 60012:
-todo 329: axiom reference info update
-
-get all http://axiom-portal.newsynthesis.org/refs/articles
+>compiling SD.spad to SD.nrlib
+
+--------------non extending category----------------------
+.. StochasticDifferential(#1) of cat
+(|Join| (|Rng|) (|Module| (|Expression| |#1|)) (CATEGORY |domain| (ATTRIBUTE (|RetractableTo| (|BasicStochasticDifferential|))) (SIGNATURE |alterQuadVar!| ((|Union| $ "failed") (|BasicStochasticDifferential|) (|BasicStochasticDifferential|) $)) (SIGNATURE |alterDrift!| ((|Union| $ "failed") (|BasicStochasticDifferential|) $)) (SIGNATURE |drift| ($ $)) (SIGNATURE |freeOf?| ((|Boolean|) $ (|BasicStochasticDifferential|))) (SIGNATURE |coefficient| ((|Expression| |#1|) $ (|BasicStochasticDifferential|))) (SIGNATURE |listSD| ((|List| (|BasicStochasticDifferential|)) $)) (SIGNATURE |equation| ((|Union| (|Equation| $) "failed") $ |#1|)) (SIGNATURE |equation| ((|Union| (|Equation| $) "failed") |#1| $)) (SIGNATURE |copyDrift| ((|Table| $ $))) (SIGNATURE |copyQuadVar| ((|Table| $ $))) (SIGNATURE / ($ $ (|Expression| |#1|))) (SIGNATURE ** ($ $ (|PositiveInteger|))) (SIGNATURE ^ ($ $ (|PositiveInteger|))) (SIGNATURE |statusIto| ((|OutputForm|))) (SIGNATURE |uncorrelated?| ((|Boolean|) $ $)) (SIGNATURE |uncorrelated?| ((|Boolean|) (|List| $) (|List| $))) (SIGNATURE |uncorrelated?| ((|Boolean|) (|List| (|List| $)))))) has no
+(|PolynomialCategory| (|Expression| |#1|) (|IndexedExponents| (|BasicStochasticDifferential|)) (|BasicStochasticDifferential|)) finalizing nrlib SD
=========================================================================
+nonextend 60011:
-bug 7210: but in partial fraction
+>compiling SUTS.spad to SUTS.nrlib
-Axiom gets a different answer than Fricas.
+(|UnivariateTaylorSeriesCategory| |#1|) extends
+(|UnivariatePowerSeriesCategory| |#1| (|NonNegativeInteger|)) but not
+(|UnivariatePowerSeriesCategory| |#1| (|Integer|)) --------------non extending category----------------------
+.. SparseUnivariateTaylorSeries(#1,#2,#3) of cat
+(|Join| (|UnivariateTaylorSeriesCategory| |#1|) (CATEGORY |domain| (SIGNATURE |coerce| ($ (|UnivariatePolynomial| |#2| |#1|))) (SIGNATURE |univariatePolynomial| ((|UnivariatePolynomial| |#2| |#1|) $ (|NonNegativeInteger|))) (SIGNATURE |coerce| ($ (|Variable| |#2|))) (SIGNATURE |differentiate| ($ $ (|Variable| |#2|))) (IF (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (SIGNATURE |integrate| ($ $ (|Variable| |#2|))) |noBranch|))) has no
+(|UnivariatePowerSeriesCategory| |#1| (|Integer|)) finalizing nrlib SUTS
-Is the following close to what you have in mind? (two problems: you
-need to know the extension in advance, and I don't see a way to factor
-over extensions of degree higher than one right now. Possibly Waldek
-knows.)
+=========================================================================
+nonextend 60010:
-(1) -> SAEs5 := SAE(FRAC INT,UP(s5,FRAC INT),s5^2-5)
+>compiling UPXSSING.spad to UPXSSING.nrlib
+
+--------------non extending category----------------------
+.. UnivariatePuiseuxSeriesWithExponentialSingularity(#1,#2,#3,#4) of cat
+(|Join| (|FiniteAbelianMonoidRing| (|UnivariatePuiseuxSeries| |#2| |#3| |#4|) (|ExponentialOfUnivariatePuiseuxSeries| |#2| |#3| |#4|)) (|IntegralDomain|) (CATEGORY |domain| (SIGNATURE |limitPlus| ((|Union| (|OrderedCompletion| |#2|) "failed") $)) (SIGNATURE |dominantTerm| ((|Union| (|Record| (|:| |%term| (|Record| (|:| |%coef| (|UnivariatePuiseuxSeries| |#2| |#3| |#4|)) (|:| |%expon| (|ExponentialOfUnivariatePuiseuxSeries| |#2| |#3| |#4|)) (|:| |%expTerms| (|List| (|Record| (|:| |k| (|Fraction| (|Integer|))) (|:| |c| |#2|)))))) (|:| |%type| (|String|))) "failed") $)))) has no
+(IF (|has| (|UnivariatePuiseuxSeries| |#2| |#3| |#4|) (|IntegralDomain|)) (IF (|has| (|ExponentialOfUnivariatePuiseuxSeries| |#2| |#3| |#4|) (|CancellationAbelianMonoid|)) (SIGNATURE |fmecg| ($ $ (|ExponentialOfUnivariatePuiseuxSeries| |#2| |#3| |#4|) (|UnivariatePuiseuxSeries| |#2| |#3| |#4|) $)) |noBranch|) |noBranch|) finalizing nrlib UPXSSING
- (1)
- SimpleAlgebraicExtension(Fraction(Integer),UnivariatePolynomial(s5,Fra
- ction(Integer)),s5^2+-5)
- Type: Type
-(2) -> p:UP(x,SAEs5) :=(x^5-1)*(x^2-1)*(x-1)
+=========================================================================
+nonextend 60009:
- 8 7 6 5 3 2
- (2) x - x - x + x - x + x + x - 1
-Type:
- UnivariatePolynomial(x,SimpleAlgebraicExtension(Fraction(Integer),UnivariatePolynomial(s5,Fraction(Integer)),s5^2+-5))
-(3) -> factor p
+>compiling ESCONT.spad to ESCONT.nrlib
+
+--------------non extending category----------------------
+.. ExpertSystemContinuityPackage of cat
+(CATEGORY |package| (SIGNATURE |getlo| ((|DoubleFloat|) (|Segment| (|OrderedCompletion| (|DoubleFloat|))))) (SIGNATURE |gethi| ((|DoubleFloat|) (|Segment| (|OrderedCompletion| (|DoubleFloat|))))) (SIGNATURE |functionIsFracPolynomial?| ((|Boolean|) (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|))))) (SIGNATURE |problemPoints| ((|List| (|DoubleFloat|)) (|Expression| (|DoubleFloat|)) (|Symbol|) (|Segment| (|OrderedCompletion| (|DoubleFloat|))))) (SIGNATURE |zerosOf| ((|Stream| (|DoubleFloat|)) (|Expression| (|DoubleFloat|)) (|List| (|Symbol|)) (|Segment| (|OrderedCompletion| (|DoubleFloat|))))) (SIGNATURE |singularitiesOf| ((|Stream| (|DoubleFloat|)) (|Expression| (|DoubleFloat|)) (|List| (|Symbol|)) (|Segment| (|OrderedCompletion| (|DoubleFloat|))))) (SIGNATURE |singularitiesOf| ((|Stream| (|DoubleFloat|)) (|Vector| (|Expression| (|DoubleFloat|))) (|List| (|Symbol|)) (|Segment| (|OrderedCompletion| (|DoubleFloat|))))) (SIGNATURE |polynomialZeros| ((|List| (|DoubleFloat|)) (|Polynomial| (|Fraction| (|Integer|))) (|Symbol|) (|Segment| (|OrderedCompletion| (|DoubleFloat|))))) (SIGNATURE |df2st| ((|String|) (|DoubleFloat|))) (SIGNATURE |ldf2lst| ((|List| (|String|)) (|List| (|DoubleFloat|)))) (SIGNATURE |sdf2lst| ((|List| (|String|)) (|Stream| (|DoubleFloat|))))) has no f2df : Float -> DoubleFloat
- 3 2 1 1 2 1 1
- (3) (x - 1) (x + 1)(x + (- - s5 + -)x + 1)(x + (- s5 + -)x + 1)
- 2 2 2 2
-Type:
- Factored(UnivariatePolynomial(x,SimpleAlgebraicExtension(Fraction(Integer),UnivariatePolynomial(s5,Fraction(Integer)),s5^2+-5)))
-(4) -> partialFraction(1/p, x)
+=========================================================================
+nonextend 60008:
- (4)
- 13 2 9 27 1 1 1 1 1
- -- x - -- x + -- - (- -- s5 - --)x + -- s5 - --
- 40 10 40 8 50 10 50 10
- ----------------- - ----- + ----------------------------
- 3 x + 1 2 1 1
- (x - 1) x + (- - s5 + -)x + 1
- 2 2
- +
- 1 1 1 1
- (-- s5 - --)x - -- s5 - --
- 50 10 50 10
- --------------------------
- 2 1 1
- x + (- s5 + -)x + 1
- 2 2
-Type:
- PartialFraction(UnivariatePolynomial(x,Fraction(Polynomial(SimpleAlgebraicExtension(Fraction(Integer),UnivariatePolynomial(s5,Fraction(Integer)),s5^2+-5)))))
+>compiling GSERIES.spad to GSERIES.nrlib
-Apart from that: Gröbner bases are in Axiom (FriCAS, OpenAxiom), and a
-rather good implementation, too.
+--------------non extending category----------------------
+.. GeneralUnivariatePowerSeries(#1,#2,#3) of cat
+(|Join| (|UnivariatePuiseuxSeriesCategory| |#1|) (CATEGORY |domain| (SIGNATURE |coerce| ($ (|Variable| |#2|))) (SIGNATURE |coerce| ($ (|UnivariatePuiseuxSeries| |#1| |#2| |#3|))) (SIGNATURE |differentiate| ($ $ (|Variable| |#2|))) (IF (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (SIGNATURE |integrate| ($ $ (|Variable| |#2|))) |noBranch|))) has no
+(|UnivariatePuiseuxSeriesConstructorCategory| |#1| (|UnivariateLaurentSeries| |#1| |#2| |#3|)) finalizing nrlib GSERIES
=========================================================================
+nonextend 60007:
-bug 7209: Factoring in LODOF is incorrect
+>compiling RGCHAIN.spad to RGCHAIN.nrlib
- rfactor(op, r, zeros, ezfactor, adj?) ==
--- degree r > 1 or not one? leadingCoefficient r =>
- degree r > 1 or not ((leadingCoefficient r) = 1) =>
- recurfactor(op, r, zeros, ezfactor, adj?)
- op1 := opeval(op, dd - coefficient(r, 0)::L)
- map_!((z:L):L+->opeval(z,r), recurfactor(op1, dd, zeros, ezfactor, adj?))
+--------------non extending category----------------------
+.. RegularChain(#1,#2) of cat
+(|Join| (|RegularTriangularSetCategory| |#1| (|IndexedExponents| (|OrderedVariableList| |#2|)) (|OrderedVariableList| |#2|) (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) (CATEGORY |domain| (SIGNATURE |zeroSetSplit| ((|List| $) (|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) (|Boolean|) (|Boolean|))))) has no internalAugment : (NewSparseMultivariatePolynomial(#1,OrderedVariableList(#2)),%,Boolean,Boolean,Boolean,Boolean,Boolean) -> List(%)
-Waldek claims this should read:
+=========================================================================
+nonextend 60006:
- rfactor(op, r, zeros, ezfactor, adj?) ==
- recurfactor(op, r, zeros, ezfactor, adj?)
+>compiling SULS.spad to SULS.nrlib
+
+--------------non extending category----------------------
+.. SparseUnivariateLaurentSeries(#1,#2,#3) of cat
+(|Join| (|UnivariateLaurentSeriesConstructorCategory| |#1| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) (CATEGORY |domain| (SIGNATURE |coerce| ($ (|Variable| |#2|))) (SIGNATURE |differentiate| ($ $ (|Variable| |#2|))) (IF (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (SIGNATURE |integrate| ($ $ (|Variable| |#2|))) |noBranch|))) has no makeSeries : (Reference(OrderedCompletion(Integer)),Stream(Record(k: Integer,c: #1))) -> %
-Martin comments:
+=========================================================================
+nonextend 60005:
- I reworked lodof.input into the unittest framework, including
- additionally a simplified version of the bug and a new product of two
- irreducible degree 2 factors, which fails, of course. Unfortunately,
- your patched rfactor seems to go into an infinite loop with
+>compiling UTS.spad to UTS.nrlib
+
+--------------non extending category----------------------
+.. UnivariateTaylorSeries(#1,#2,#3) of cat
+(|Join| (|UnivariateTaylorSeriesCategory| |#1|) (CATEGORY |domain| (SIGNATURE |coerce| ($ (|UnivariatePolynomial| |#2| |#1|))) (SIGNATURE |univariatePolynomial| ((|UnivariatePolynomial| |#2| |#1|) $ (|NonNegativeInteger|))) (SIGNATURE |coerce| ($ (|Variable| |#2|))) (SIGNATURE |differentiate| ($ $ (|Variable| |#2|))) (SIGNATURE |lagrange| ($ $)) (SIGNATURE |lambert| ($ $)) (SIGNATURE |oddlambert| ($ $)) (SIGNATURE |evenlambert| ($ $)) (SIGNATURE |generalLambert| ($ $ (|Integer|) (|Integer|))) (SIGNATURE |revert| ($ $)) (SIGNATURE |multisect| ($ (|Integer|) (|Integer|) $)) (SIGNATURE |invmultisect| ($ (|Integer|) (|Integer|) $)) (IF (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (SIGNATURE |integrate| ($ $ (|Variable| |#2|))) |noBranch|))) has no ?*? : (%,Integer) -> %
--- reducible order 3 operator (1-1-1)
-testFactor [(t^9 + t^3)*d +(-sqrt 91+7)*t^8+(-sqrt 91 + 1)*t^2,_
- d + ((sqrt 91 + 6)*t^6 + sqrt 91)/(t^7+t),_
- d + (5*t^6 - 1)/(t^7 + t)]
+=========================================================================
+nonextend 60004:
-Waldek comments:
+>compiling UTSZ.spad to UTSZ.nrlib
+
+--------------non extending category----------------------
+.. UnivariateTaylorSeriesCZero(#1,#2) of cat
+(|Join| (|UnivariateTaylorSeriesCategory| |#1|) (CATEGORY |domain| (SIGNATURE |coerce| ($ (|UnivariatePolynomial| |#2| |#1|))) (SIGNATURE |univariatePolynomial| ((|UnivariatePolynomial| |#2| |#1|) $ (|NonNegativeInteger|))) (SIGNATURE |coerce| ($ (|Variable| |#2|))) (SIGNATURE |differentiate| ($ $ (|Variable| |#2|))) (SIGNATURE |lagrange| ($ $)) (SIGNATURE |lambert| ($ $)) (SIGNATURE |oddlambert| ($ $)) (SIGNATURE |evenlambert| ($ $)) (SIGNATURE |generalLambert| ($ $ (|Integer|) (|Integer|))) (SIGNATURE |revert| ($ $)) (SIGNATURE |multisect| ($ (|Integer|) (|Integer|) $)) (SIGNATURE |invmultisect| ($ (|Integer|) (|Integer|) $)) (IF (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (SIGNATURE |integrate| ($ $ (|Variable| |#2|))) |noBranch|))) has no ?*? : (%,Integer) -> %
- The real problem seems to be that
+=========================================================================
+nonextend 60003:
- op2 := (t^9+t^3)*d^2 + (13*t^8+t^2)*d - 55*t^7 - 91*t
- factor(op2)
+>compiling INFCLSPT.spad to INFCLSPT.nrlib
+
+--------------non extending category----------------------
+.. InfinitlyClosePoint(#1,#2,#3,#4,#5,#6,#7,#8,#9) of cat
+(|Join| (|InfinitlyClosePointCategory| |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8| |#9|) (CATEGORY |domain| (SIGNATURE |fullOut| ((|OutputForm|) $)) (SIGNATURE |fullOutput| ((|Boolean|) (|Boolean|))) (SIGNATURE |fullOutput| ((|Boolean|))))) has no
+(|RecordCategory| (|:| |point| |#5|) (|:| |curve| (|DistributedMultivariatePolynomial| (|construct| X Y) |#1|)) (|:| |localPoint| (|AffinePlane| |#1|)) (|:| |mult| (|NonNegativeInteger|)) (|:| |chrt| |#9|) (|:| |subMultiplicity| (|NonNegativeInteger|)) (|:| |excpDiv| |#8|) (|:| |localParam| (|List| |#6|)) (|:| |actualExtension| |#1|) (|:| |symbName| (|Symbol|))) finalizing nrlib INFCLSPT
- is extremely slow. I am looking at this -- one problem is
- that we spend a lot of time computing gcd-s of polynomials
- with algebraic coefficients
+=========================================================================
+nonextend 60002:
+
+>compiling GUESSUP.spad to GUESSUP.nrlib
+
+--------------non extending category----------------------
+.. GuessUnivariatePolynomial(#1) of cat
+(CATEGORY |package| (SIGNATURE |guess| ((|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))))) (SIGNATURE |guess| ((|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))) (|List| (|GuessOption|)))) (SIGNATURE |guess| ((|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))) (|List| (|Mapping| (|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))) (|List| (|GuessOption|)))) (|List| (|Symbol|)))) (SIGNATURE |guess| ((|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))) (|List| (|Mapping| (|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))) (|List| (|GuessOption|)))) (|List| (|Symbol|)) (|List| (|GuessOption|)))) (SIGNATURE |guessExpRat| ((|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))))) (SIGNATURE |guessExpRat| ((|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))) (|List| (|GuessOption|)))) (SIGNATURE |guessBinRat| ((|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))))) (SIGNATURE |guessBinRat| ((|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))) (|List| (|GuessOption|)))) (SIGNATURE |guessExpRat| ((|Mapping| (|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))) (|List| (|GuessOption|))) (|Symbol|))) (SIGNATURE |guessBinRat| ((|Mapping| (|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))) (|List| (|GuessOption|))) (|Symbol|))) (SIGNATURE |guessHP| ((|Mapping| (|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))) (|List| (|GuessOption|))) (|Mapping| HPSPEC (|List| (|GuessOption|))))) (SIGNATURE |guessADE| ((|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))))) (SIGNATURE |guessADE| ((|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))) (|List| (|GuessOption|)))) (SIGNATURE |guessAlg| ((|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))))) (SIGNATURE |guessAlg| ((|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))) (|List| (|GuessOption|)))) (SIGNATURE |guessHolo| ((|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))))) (SIGNATURE |guessHolo| ((|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))) (|List| (|GuessOption|)))) (SIGNATURE |guessPade| ((|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))) (|List| (|GuessOption|)))) (SIGNATURE |guessPade| ((|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))))) (SIGNATURE |guessRec| ((|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))))) (SIGNATURE |guessRec| ((|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))) (|List| (|GuessOption|)))) (SIGNATURE |guessPRec| ((|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))) (|List| (|GuessOption|)))) (SIGNATURE |guessPRec| ((|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))))) (SIGNATURE |guessRat| ((|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))) (|List| (|GuessOption|)))) (SIGNATURE |guessRat| ((|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))))) (SIGNATURE |diffHP| (HPSPEC (|List| (|GuessOption|)))) (SIGNATURE |shiftHP| (HPSPEC (|List| (|GuessOption|)))) (SIGNATURE |shiftHP| ((|Mapping| HPSPEC (|List| (|GuessOption|))) (|Symbol|))) (SIGNATURE |diffHP| ((|Mapping| HPSPEC (|List| (|GuessOption|))) (|Symbol|))) (SIGNATURE |guessRec| ((|Mapping| (|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))) (|List| (|GuessOption|))) (|Symbol|))) (SIGNATURE |guessPRec| ((|Mapping| (|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))) (|List| (|GuessOption|))) (|Symbol|))) (SIGNATURE |guessRat| ((|Mapping| (|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))) (|List| (|GuessOption|))) (|Symbol|))) (SIGNATURE |guessADE| ((|Mapping| (|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))) (|List| (|GuessOption|))) (|Symbol|)))) has no
+(IF (|has| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|))) (|RetractableTo| (|Symbol|))) (IF (|has| (|MyUnivariatePolynomial| |#1| (|Integer|)) (|RetractableTo| (|Symbol|))) (PROGN (SIGNATURE |guessExpRat| ((|Mapping| (|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))) (|List| (|GuessOption|))) (|Symbol|))) (SIGNATURE |guessBinRat| ((|Mapping| (|List| (|Record| (|:| |function| (|MyExpression| |#1| (|Integer|))) (|:| |order| (|NonNegativeInteger|)))) (|List| (|Fraction| (|MyUnivariatePolynomial| |#1| (|Integer|)))) (|List| (|GuessOption|))) (|Symbol|)))) |noBranch|) |noBranch|) finalizing nrlib GUESSUP
=========================================================================
+nonextend 60001:
-bug 7207: integrate(1/(2-3*x)^(1/2)/(2+3*x)^(1/2),x)
+>compiling NNI.spad to NNI.nrlib
-should be 1/3*asin(3/2*x)
-but causes an infinite loop in integration
+--------------non extending category----------------------
+.. NonNegativeInteger of cat
+(|Join| (|OrderedAbelianMonoidSup|) (|Monoid|) (CATEGORY |domain| (SIGNATURE |quo| ($ $ $)) (SIGNATURE |rem| ($ $ $)) (SIGNATURE |gcd| ($ $ $)) (SIGNATURE |divide| ((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $)) (SIGNATURE |exquo| ((|Union| $ "failed") $ $)) (SIGNATURE |shift| ($ $ (|Integer|))) (SIGNATURE |random| ($ $)) (ATTRIBUTE (|commutative| "*")))) has no
+(|IntegerNumberSystem|) finalizing nrlib NNI
=========================================================================
+nonextend 60000:
-bug 7206: from http://bugs.debian.org/349877
+>compiling PI.spad to PI.nrlib
+
+--------------non extending category----------------------
+.. PositiveInteger of cat
+(|Join| (|AbelianSemiGroup|) (|OrderedSet|) (|Monoid|) (CATEGORY |domain| (SIGNATURE |gcd| ($ $ $)) (ATTRIBUTE (|commutative| "*")))) has no
+(|OrderedAbelianMonoidSup|) finalizing nrlib PI
-X-Debbugs-CC: Jiri Palecek
-Package: axiom
-Version: 20050901-4
-Severity: normal
+=========================================================================
+dup 50005:
-When I enter in axiom
+Warning: SMTS;stream has a duplicate definition in this file
-> p:(NonNegativeInteger)->Polynomial AlgebraicNumber
-> p i==if i=0 then 1 else x^i-reduce(+,[integrate(x^i*p k,x=0..1)*p k for
-> k in 0..i-1])
+=========================================================================
+dup 50004:
-and then
+Warning: RPOLCAT-;exactQuo has a duplicate definition in this file
+Warning: RPOLCAT-;ZToR has a duplicate definition in this file
+Warning: RPOLCAT-;PZToPR has a duplicate definition in this file
-> p 1
+=========================================================================
+dup 50003:
-I get this error:
+Warning: PFO;cmult has a duplicate definition in this file
- Internal Error
- Interpreter code generation failed for expression
- (IF (= |#1| 0) 1
- (- (^ |x| |#1|)
- (|reduce| +
- (|construct|
- (COLLECT (STEP |k| 0 1 (- |#1| 1))
- (* (|integrate|
- (* (^ |x| |#1|) (|p| |k|))
- (= |x| (SEGMENT 0 1)))
- (|p| |k|)))))))
+=========================================================================
+dup 50002:
+Warning: REGSET;decompose has a duplicate definition in this file
+=========================================================================
+dup 50001:
--- System Information:
-Debian Release: testing/unstable
- APT prefers testing
- APT policy: (500, 'testing'), (500, 'stable')
-Architecture: i386 (i686)
-Shell: /bin/sh linked to /bin/dash
-Kernel: Linux 2.6.15
-Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-2) (ignored: LC_ALL set to
-cs_CZ)
+Warning: SREGSET;decompose has a duplicate definition in this file
-Versions of packages axiom depends on:
-ii axiom-databases 20050901-4 A general purpose computer
-algebra
-ii libc6 2.3.5-8 GNU C Library: Shared
-libraries an
-ii libgmp3c2 4.1.4-10 Multiprecision arithmetic
-library
-ii libncurses5 5.5-1 Shared libraries for terminal
-hand
-ii libreadline5 5.1-5 GNU readline and history
-libraries
+=========================================================================
+dup 50000:
-Versions of packages axiom recommends:
-ii axiom-doc 20050901-4 A general purpose computer
-algebra
-ii axiom-graphics 20050901-4 A general purpose computer
-algebra
-ii axiom-hypertex 20050901-4 A general purpose computer
-algebra
-pn axiom-source (no description available)
+Warning: PSETCAT-;exactQuo has a duplicate definition in this file
--- no debconf information
---
-Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
+=========================================================================
+typos 40362:
+>compiling ATTREG.spad to ATTREG.nrlib
+
+--->bookvol10.2.pamphlet-->AttributeRegistry((central (attribute))): Missing left brace
+"\\spad{central} is \\spad{true} if, given an algebra over a ring \\spad{R,} the image of \\spad{R} is the center of the algebra, \\spadignore{i.e.} the set of members of the algebra which commute with all others is precisely the image of \\spad{R} in the algebra."
=========================================================================
+typos 40361:
-bug 7205: interval is not recognized:
+>compiling CFCAT.spad to CFCAT.nrlib
-)d op interval
+--->bookvol10.2.pamphlet-->CombinatorialFunctionCategory((binomial ($ $ $))): Improper first word in comments:
+"\\indented{1}{binomial(n,r) returns the \\spad{(n,r)} binomial coefficient} \\indented{1}{(often denoted in the literature by \\spad{C(n,r)}).} \\indented{1}{Note that \\spad{C(n,r) = n!/(r!(n-r)!)} where \\spad{n \\spad{>=} \\spad{r} \\spad{>=} 0}.} \\blankline \\spad{X} [binomial(5,i) for \\spad{i} in 0..5]"
-There are 3 exposed functions called interval :
- [1] Fraction Integer -> D from D
- if D has INTCAT D2 and D2 has Join(FloatingPointSystem,
- TranscendentalFunctionCategory)
- [2] D1 -> D from D
- if D has INTCAT D1 and D1 has Join(FloatingPointSystem,
- TranscendentalFunctionCategory)
- [3] (D1,D1) -> D from D
- if D has INTCAT D1 and D1 has Join(FloatingPointSystem,
- TranscendentalFunctionCategory)
-Examples of interval from IntervalCategory
+=========================================================================
+typos 40360:
-(31) -> fi:=1/4::FRAC(INT)
+>compiling ELTAB.spad to ELTAB.nrlib
- 1
- (31) -
- 4
- Type: Fraction Integer
-(32) -> interval(fi)$INTERVAL(FRAC(INT))
- There are 2 exposed and 0 unexposed library operations named
- interval having 1 argument(s) but none was determined to be
- applicable. Use HyperDoc Browse, or issue
- )display op interval
- to learn more about the available operations. Perhaps
- package-calling the operation or using coercions on the arguments
- will allow you to apply the operation.
-
- Cannot find a definition or applicable library operation named
- interval with argument type(s)
- Fraction Integer
-
- Perhaps you should use "@" to indicate the required return type,
- or "$" to specify which version of the function you need.
+--->bookvol10.2.pamphlet-->Eltable(constructor): Missing left brace
+"An eltable over domains \\spad{D} and \\spad{I} is a structure which can be viewed as a function from \\spad{D} to I. Examples of eltable structures range from data structures, \\spadignore{e.g.} those of type List, to algebraic structures like Polynomial."
=========================================================================
+typos 40359:
-bug 7204:
+>compiling MSYSCMD.spad to MSYSCMD.nrlib
+
+--->bookvol10.4.pamphlet-->MoreSystemCommands(constructor): Missing left brace
+"\\spadtype{MoreSystemCommands} implements an interface with the system command facility. These are the commands that are issued from source files or the system interpreter and they start with a close parenthesis, \\spadignore{e.g.} the \"what\" commands."
--- bug in this rule form? int(x+ :y,z) == int(x,z)+int(y,z)
--- and also this one? int(x+y,z) == int(x,z)+int(y,z)
-intRules:=rule
- int(x+y,z) == int(x,z)+int(y,z)
- int(k*x | freeOf?(k,z),z) == k*int(x,z)
- int(y | integer? y, z) == y*z
- int(x^(?p | D(p,x)=0),x) == x^(p+1)/(p+1)
-intRules int(a^2*b+a^b+3*a-5,a)
-intRules int(a^(a+1),a)
=========================================================================
+typos 40357:
-bug 7203: in GRAS the line
+>compiling PTRANFN.spad to PTRANFN.nrlib
- vType:SINT := xor(op2type,uType) -- remaining ^factors
+--->bookvol10.2.pamphlet-->PartialTranscendentalFunctions(constructor): Missing left brace
+"A package which provides partial transcendental functions, \\spadignore{i.e.} functions which return an answer or \"failed\" This is the description of any package which provides partial functions on a domain belonging to TranscendentalFunctionCategory."
-fails to compile. It expects op2type to be boolean even though
-op2type and uType are SINT and the target vType is SINT. The line
- XOR(x:SINT,y:SINT):SINT == LOGXOR(x,y)$Lisp
+=========================================================================
+typos 40356:
+
+>compiling RFDIST.spad to RFDIST.nrlib
+
+--->bookvol10.4.pamphlet-->RandomFloatDistributions(constructor): Not documented!!!!
+--->bookvol10.4.pamphlet-->RandomFloatDistributions(): Missing Description
+------------------------------------------------------------------------
-was temporarily added to work around the bug.
=========================================================================
+typos 40355:
-bug 7201: sin(x) drawing error
+>compiling AGG.spad to AGG.nrlib
-drawing tubeplots does not always work as expected
-s:=create3Space()$(ThreeSpace DFLOAT)
-draw(curve(x,sin(x),0),x=0..4,style="shade",tubeRadius=0.3,tubePoints=20,
- space==s)
-draw(curve(x,sin(x),1),x=-4..4,style="shade",tubeRadius=0.3,tubePoints=20,
- space==s)
+--->-->Aggregate&((empty (%))): Missing left brace
+"\\spad{empty()}$D creates an aggregate of type \\spad{D} with 0 elements. Note that The \\spad{$D} can be dropped if understood by context, \\spadignore{e.g.} \\axiom{u: \\spad{D} \\spad{:=} empty()}."
+
+--->bookvol10.2.pamphlet-->Aggregate((empty (%))): Missing left brace
+"\\spad{empty()}$D creates an aggregate of type \\spad{D} with 0 elements. Note that The \\spad{$D} can be dropped if understood by context, \\spadignore{e.g.} \\axiom{u: \\spad{D} \\spad{:=} empty()}."
+
=========================================================================
+typos 40354:
-bug 7200: Improper syntax after browse
+>compiling BLMETCT.spad to BLMETCT.nrlib
+
+--->bookvol10.2.pamphlet-->BlowUpMethodCategory((coerce (% (List (Integer))))): Not documented!!!!
+--->bookvol10.2.pamphlet-->BlowUpMethodCategory((excepCoord ((Integer) %))): Not documented!!!!
+--->bookvol10.2.pamphlet-->BlowUpMethodCategory((chartCoord ((Integer) %))): Not documented!!!!
+--->bookvol10.2.pamphlet-->BlowUpMethodCategory((transCoord ((Integer) %))): Not documented!!!!
+--->bookvol10.2.pamphlet-->BlowUpMethodCategory((createHN (% (Integer) (Integer) (Integer) (Integer) (Integer) (Boolean) (Union left center right vertical horizontal)))): Not documented!!!!
+--->bookvol10.2.pamphlet-->BlowUpMethodCategory((ramifMult ((Integer) %))): Not documented!!!!
+--->bookvol10.2.pamphlet-->BlowUpMethodCategory((infClsPt? ((Boolean) %))): Not documented!!!!
+--->bookvol10.2.pamphlet-->BlowUpMethodCategory((quotValuation ((Integer) %))): Not documented!!!!
+--->bookvol10.2.pamphlet-->BlowUpMethodCategory((type ((Union left center right vertical horizontal) %))): Not documented!!!!
+--->bookvol10.2.pamphlet-->BlowUpMethodCategory(constructor): Not documented!!!!
+--->bookvol10.2.pamphlet-->BlowUpMethodCategory(): Missing Description
-in hyperdoc click on browse
-enter draw
-click operations
-select descriptions
-enter any command in main window: e.g. 1+1
-and you get
-line 1: 1+1
-Error A: Improper syntax
-Error A: Improper syntax
-Error A: syntax error at top level
-...
=========================================================================
+typos 40353:
-bug 7199: real/imag giving wrong answers
+>compiling LMODULE.spad to LMODULE.nrlib
-a:=(-1*%i)^(1/2)
-b:=(%i)^(3/2)
-real(a)
-imag(a)
-real(b)
-imag(b)
+--->bookvol10.2.pamphlet-->LeftModule(constructor): Missing left brace
+"The category of left modules over an \\spad{rng} (ring not necessarily with unit). This is an abelian group which supports left multiplation by elements of the rng. \\blankline Axioms\\br \\tab{5}\\spad{ (a*b)*x = a*(b*x) }\\br \\tab{5}\\spad{ (a+b)*x = (a*x)+(b*x) }\\br \\tab{5}\\spad{ a*(x+y) = (a*x)+(a*y) }"
=========================================================================
+typos 40352:
-bug 7198: missing coerce function in OrderedCompletion Integer
+>compiling LOGIC.spad to LOGIC.nrlib
+--->-->Logic&((/\ (% % %))): Missing right brace for \spadignore
--- (defun |*2;dot;5;frame1394| is being compiled
--- The variable |*2;dot;5;frame1394;MV is undefined
--- The compiler will assume this variable is a global
--- Internal error
--- The function coerce with signature OrderedCompletion Integer ->
--- Expression OrderedCompletion Integer is missing from domain
--- Expression(OrderedCompletion(Integer))
---
--- Internal Error
--- The function coerce with signature hashcode is missing from domain
--- Expression(OrderedCompletion (Integer))
-dot(f,g) == integrate(f*g*x^2,x=-1..1)
-proj(f,g) == dot(f,g)*f/dot(f,f)
-p0:=1
-p1:=x-proj(p0,x)
-p2:=x^2-proj(p0,x^2)-proj(p1,x^2)
--- this give bind stack overflow
-p(0) == 1
-p(n | n > 0) == x^n-sum(proj(p(k),x^n),k=0..n-1)
-p(1)
+--->-->Logic&((\/ (% % %))): Missing left brace
+--->-->Logic&((\/ (% % %))): Missing left brace
+"\\spadignore{ \\spad{\\/} } returns the logical `join', \\spadignore{e.g.} `or'."
+--->-->Logic&(constructor): Missing left brace
+"`Logic' provides the basic operations for lattices, \\spadignore{e.g.} boolean algebra."
-=========================================================================
+--->bookvol10.2.pamphlet-->Logic((/\ (% % %))): Missing right brace for \spadignore
+
+--->bookvol10.2.pamphlet-->Logic((\/ (% % %))): Missing left brace
+--->bookvol10.2.pamphlet-->Logic((\/ (% % %))): Missing left brace
+"\\spadignore{ \\spad{\\/} } returns the logical `join', \\spadignore{e.g.} `or'."
+
+--->bookvol10.2.pamphlet-->Logic(constructor): Missing left brace
+"`Logic' provides the basic operations for lattices, \\spadignore{e.g.} boolean algebra."
-todo 326: Guess.tex needs to be used to document the guess package
=========================================================================
+typos 40351:
+
+>compiling MAPPKG1.spad to MAPPKG1.nrlib
+
+--->bookvol10.4.pamphlet-->MappingPackage1((fixedPoint (A (Mapping A A)))): Missing left brace
+"\\spad{fixedPoint \\spad{f}} is the fixed point of function \\spad{f}. \\indented{1}{\\spadignore{i.e.} such that \\spad{fixedPoint \\spad{f} = f(fixedPoint f)}.}"
-todo 326: in LODOOPS the fricas version of the killer function differs
- and the nonTrivial function is missing
=========================================================================
+typos 40350:
-todo 325: permute list of anything
+>compiling MONAD.spad to MONAD.nrlib
+
+--->-->Monad&((rightPower (% % (PositiveInteger)))): Missing left brace
+"\\spad{rightPower(a,n)} returns the \\spad{n}-th right power of \\spad{a}, \\spadignore{i.e.} \\spad{rightPower(a,n) \\spad{:=} rightPower(a,n-1) * a} and \\spad{rightPower(a,1) \\spad{:=} a}."
+
+--->-->Monad&((leftPower (% % (PositiveInteger)))): Missing left brace
+"\\spad{leftPower(a,n)} returns the \\spad{n}-th left power of \\spad{a}, \\spadignore{i.e.} \\spad{leftPower(a,n) \\spad{:=} a * leftPower(a,n-1)} and \\spad{leftPower(a,1) \\spad{:=} a}."
+
+--->-->Monad&(constructor): Missing left brace
+"Monad is the class of all multiplicative monads, \\spadignore{i.e.} sets with a binary operation."
+
+--->bookvol10.2.pamphlet-->Monad((rightPower (% % (PositiveInteger)))): Missing left brace
+"\\spad{rightPower(a,n)} returns the \\spad{n}-th right power of \\spad{a}, \\spadignore{i.e.} \\spad{rightPower(a,n) \\spad{:=} rightPower(a,n-1) * a} and \\spad{rightPower(a,1) \\spad{:=} a}."
+
+--->bookvol10.2.pamphlet-->Monad((leftPower (% % (PositiveInteger)))): Missing left brace
+"\\spad{leftPower(a,n)} returns the \\spad{n}-th left power of \\spad{a}, \\spadignore{i.e.} \\spad{leftPower(a,n) \\spad{:=} a * leftPower(a,n-1)} and \\spad{leftPower(a,1) \\spad{:=} a}."
+
+--------constructor---------
+--->bookvol10.2.pamphlet-->Monad(constructor): Missing left brace
+"Monad is the class of all multiplicative monads, \\spadignore{i.e.} sets with a binary operation."
-n:=[1,2,3,4]
-permutations n
-p:=[x.[i] for i in 1..4]
-permutations p
=========================================================================
+typos 40349:
-bug 7197: hyperdoc/graphics failure
+>compiling NONE.spad to NONE.nrlib
+
+--->bookvol10.3.pamphlet-->None(constructor): Mismatch: left pren matches right brace
+"\\spadtype{None} implements a type with no objects. It is mainly used in technical situations where such a thing is needed (\\spadignore{e.g.} the interpreter and some of the internal \\spadtype{Expression} code)."
-Basic Commands -> Draw -> exit
=========================================================================
+typos 40348:
-bug 7196: factor is partial
+>compiling NUMINT.spad to NUMINT.nrlib
-n:= 1303 * 16927 * 157543
-factor(n)
+--------(measure ((Record (: measure (Float)) (: explanations (String)) (: extra (Result))) (RoutinesTable) NIAE))---------
-occasionally only partially factors, returning
+--------(measure ((Record (: measure (Float)) (: explanations (String)) (: extra (Result))) (RoutinesTable) MDNIAE))---------
-1303 * 2666730361
=========================================================================
+typos 40347:
-todo 324: integrate: implementation incomplete (constant residues)
+>compiling OPTPROB.spad to OPTPROB.nrlib
+
+--->bookvol10.3.pamphlet-->NumericalOptimizationProblem(constructor): Missing left brace
+"\\axiomType{NumericalOptimizationProblem} is a \\axiom{domain} for the representation of Numerical Optimization problems for use by ANNA. \\blankline The representation is a Union of two record types - one for otimization of a single function of one or more variables: \\blankline \\axiomType{Record}(\\br fn:\\axiomType{Expression DoubleFloat},\\br init:\\axiomType{List DoubleFloat},\\br lb:\\axiomType{List OrderedCompletion DoubleFloat},\\br cf:\\axiomType{List Expression DoubleFloat},\\br ub:\\axiomType{List OrderedCompletion DoubleFloat}) \\blankline and one for least-squares problems \\spadignore{i.e.} optimization of a set of observations of a data set: \\blankline \\axiomType{Record}(lfn:\\axiomType{List Expression DoubleFloat},\\br init:\\axiomType{List DoubleFloat})."
-integrate(
- (x^2+2*x+1*(3*x+1)*sqrt(x+log(x)))/
- (x*sqrt(x+log(x))*(x+sqrt(x+log(x)))),x)
-the antiderivative is
+=========================================================================
+typos 40346:
- 2*(sqrt(x+log(x))+log(x+sqrt(x+log(x))))
+>compiling ORDSET.spad to ORDSET.nrlib
-or, a shorter example is:
+--->-->OrderedSet&(constructor): Missing left brace
+"The class of totally ordered sets, that is, sets such that for each pair of elements \\spad{(a,b)} exactly one of the following relations holds \\spad{a} abookvol10.2.pamphlet-->OrderedSet(constructor): Missing left brace
+"The class of totally ordered sets, that is, sets such that for each pair of elements \\spad{(a,b)} exactly one of the following relations holds \\spad{a} acompiling REAL.spad to REAL.nrlib
+
+--->bookvol10.2.pamphlet-->RealConstant(constructor): Missing left brace
+"The category of real numeric domains, \\spadignore{i.e.} convertible to floats."
-)set function compile off
- draw(surface(x,x*x,y),x=0..5,z=0..3)
-generates
- >> System error:
- The variable |y| is unbound.
=========================================================================
+typos 40344:
-bug 7194: .fn files are not used during first compile phase
+>compiling RMODULE.spad to RMODULE.nrlib
-should be loaded from previous build cache into compile image?
+--->bookvol10.2.pamphlet-->RightModule(constructor): Missing left brace
+"The category of right modules over an \\spad{rng} (ring not necessarily with unit). This is an abelian group which supports right multiplication by elements of the rng. \\blankline Axioms\\br \\tab{5}\\spad{ x*(a*b) = (x*a)*b }\\br \\tab{5}\\spad{ x*(a+b) = (x*a)+(x*b) }\\br \\tab{5}\\spad{ (x+y)*x = (x*a)+(y*a) }"
=========================================================================
+typos 40343:
+
+>compiling SETCATD.spad to SETCATD.nrlib
+
+--->bookvol10.2.pamphlet-->SetCategoryWithDegree((degree ((PositiveInteger) %))): Not documented!!!!
-bug 7193: src/algebra/*.pamphlet files are not copied.
=========================================================================
+typos 40342:
-7190: integrate(sqrt(1+sec(x)),x) returns 0
+>compiling SGROUP.spad to SGROUP.nrlib
+
+--->-->SemiGroup&((** (% % (PositiveInteger)))): Missing left brace
+"\\spad{x**n} returns the repeated product of \\spad{x} \\spad{n} times, \\spadignore{i.e.} exponentiation."
+
+--->-->SemiGroup&((^ (% % (PositiveInteger)))): Missing left brace
+"\\spad{x^n} returns the repeated product of \\spad{x} \\spad{n} times, \\spadignore{i.e.} exponentiation."
+
+--->-->SemiGroup&(constructor): Missing left brace
+--->-->SemiGroup&(constructor): Missing left brace
+"the class of all multiplicative semigroups, \\spadignore{i.e.} a set with an associative operation \\spadop{*}. \\blankline Axioms\\br \\tab{5}\\spad{associative(\"*\":(\\%,\\%)->\\%)}\\tab{5}\\spad{ (x*y)*z = x*(y*z)} \\blankline Conditional attributes\\br \\tab{5}\\spad{commutative(\"*\":(\\%,\\%)->\\%)}\\tab{5}\\spad{ x*y = \\spad{y*x} }"
+
+--->bookvol10.2.pamphlet-->SemiGroup((** (% % (PositiveInteger)))): Missing left brace
+"\\spad{x**n} returns the repeated product of \\spad{x} \\spad{n} times, \\spadignore{i.e.} exponentiation."
+
+--->bookvol10.2.pamphlet-->SemiGroup((^ (% % (PositiveInteger)))): Missing left brace
+"\\spad{x^n} returns the repeated product of \\spad{x} \\spad{n} times, \\spadignore{i.e.} exponentiation."
+
+--->bookvol10.2.pamphlet-->SemiGroup(constructor): Missing left brace
+--->bookvol10.2.pamphlet-->SemiGroup(constructor): Missing left brace
+"the class of all multiplicative semigroups, \\spadignore{i.e.} a set with an associative operation \\spadop{*}. \\blankline Axioms\\br \\tab{5}\\spad{associative(\"*\":(\\%,\\%)->\\%)}\\tab{5}\\spad{ (x*y)*z = x*(y*z)} \\blankline Conditional attributes\\br \\tab{5}\\spad{commutative(\"*\":(\\%,\\%)->\\%)}\\tab{5}\\spad{ x*y = \\spad{y*x} }"
-MMA returns a huge expression
-Bug poster claims the Maple and cacl101.com return closed forms
=========================================================================
+typos 40341:
+
+>compiling SPACEC.spad to SPACEC.nrlib
+
+--->bookvol10.2.pamphlet-->ThreeSpaceCategory((curve ((L POINT) %))): Missing left brace
+"\\spad{curve(s)} checks to see if the \\spadtype{ThreeSpace}, \\spad{s,} is composed of a single curve defined by a list of points and if so, returns the curve, \\spadignore{i.e.} list of points. An error is signaled otherwise."
+
+--->bookvol10.2.pamphlet-->ThreeSpaceCategory((curve? (B %))): Missing left brace
+"\\spad{curve?(s)} queries whether the \\spadtype{ThreeSpace}, \\spad{s,} is a curve, \\spadignore{i.e.} has one component, a list of list of points, and returns \\spad{true} if it is, or \\spad{false} otherwise."
+
+--->bookvol10.2.pamphlet-->ThreeSpaceCategory((closedCurve? (B %))): Missing left brace
+"\\spad{closedCurve?(s)} returns \\spad{true} if the \\spadtype{ThreeSpace} \\spad{s} contains a single closed curve component, \\spadignore{i.e.} the first element of the curve is also the last element, or \\spad{false} otherwise."
+
+--->bookvol10.2.pamphlet-->ThreeSpaceCategory((mesh (% % (L (L (L R))) (L PROP) PROP))): Missing close parenthesis on first line: mesh(s,[ [[r10]...,[r1m]],[[r20]...,[r2m]],...,[[rn0]...,[rnm]] ],
+"mesh(s,[ [[r10]...,[r1m]],[[r20]...,[r2m]],...,[[rn0]...,[rnm]] \\spad{],} \\indented{7}{[props], prop)} adds a surface component to the \\spadtype{ThreeSpace} \\spad{s,} which is defined over a rectangular domain of size \\spad{WxH} where \\spad{W} is the number of lists of points from the domain \\spad{PointDomain(R)} and \\spad{H} is the number of elements in each of those lists; lprops is the list of the subspace component properties for each curve list, and prop is the subspace component property by which the points are defined."
+
+--->bookvol10.2.pamphlet-->ThreeSpaceCategory((mesh (% % (L (L POINT)) B B))): Missing left brace
+--->bookvol10.2.pamphlet-->ThreeSpaceCategory((mesh (% % (L (L POINT)) B B))): Missing left brace
+"\\spad{mesh(s,[[p0],[p1],...,[pn]], close1, close2)} adds a surface component to the \\spadtype{ThreeSpace}, which is defined over a list of curves, in which each of these curves is a list of points. The boolean arguments \\spad{close1} and \\spad{close2} indicate how the surface is to be closed. Argument \\spad{close1} equal \\spad{true} means that each individual list (a curve) is to be closed, \\spadignore{i.e.} the last point of the list is to be connected to the first point. Argument \\spad{close2} equal \\spad{true} means that the boundary at one end of the surface is to be connected to the boundary at the other end, \\spadignore{i.e.} the boundaries are defined as the first list of points (curve) and the last list of points (curve)."
+
+--->bookvol10.2.pamphlet-->ThreeSpaceCategory((mesh (% % (L (L (L R))) B B))): Missing close parenthesis on first line: mesh(s,[ [[r10]...,[r1m]],[[r20]...,[r2m]],...,[[rn0]...,[rnm]] ],
+--->bookvol10.2.pamphlet-->ThreeSpaceCategory((mesh (% % (L (L (L R))) B B))): Mismatch: left pren matches right brace
+"mesh(s,[ [[r10]...,[r1m]],[[r20]...,[r2m]],...,[[rn0]...,[rnm]] \\spad{],} \\indented{5}{close1, close2)} adds a surface component to the \\spadtype{ThreeSpace} \\spad{s,} which is defined over a rectangular domain of size \\spad{WxH} where \\spad{W} is the number of lists of points from the domain \\spad{PointDomain(R)} and \\spad{H} is the number of elements in each of those lists; the booleans \\spad{close1} and \\spad{close2} indicate how the surface is to be closed: if \\spad{close1} is \\spad{true} this means that each individual list (a curve) is to be closed (\\spadignore{i.e.} the last point of the list is to be connected to the first point); if \\spad{close2} is true, this means that the boundary at one end of the surface is to be connected to the boundary at the other end (the boundaries are defined as the first list of points (curve) and the last list of points (curve))."
+
+--->bookvol10.2.pamphlet-->ThreeSpaceCategory((lp ((L POINT) %))): Missing left brace
+"\\spad{lp(s)} returns the list of points component which the \\spadtype{ThreeSpace}, \\spad{s,} contains; these points are used by reference, \\spadignore{i.e.} the component holds indices referring to the points rather than the points themselves. This allows for sharing of the points."
-bug 7189: browsing 'eigenMatrix' works only with 'Operations'
-Michael Becker
=========================================================================
+typos 40340:
+
+
+--->bookvol10.4.pamphlet-->StreamFunctions1((concat ((ST S) (ST (ST S))))): Improper first word in comments:
+"\\indented{1}{concat(u) returns the left-to-right concatentation of the} \\indented{1}{streams in u. Note that \\spad{concat(u) = reduce(concat,u)}.} \\blankline \\spad{X} m:=[i for \\spad{i} in 10..] \\spad{X} n:=[j for \\spad{j} in 1.. | prime? \\spad{j]} \\spad{X} p:=[m,n]::Stream(Stream(PositiveInteger)) \\spad{X} concat(p)"
+--------constructor---------
-bug 7188: hyperdoc browsing with wildcards does not work
-Michael Becker
=========================================================================
+typos 40339:
-bug 7187: hyperdoc cat* bug
-Michael Becker
+--->bookvol10.4.pamphlet-->StreamFunctions2((map ((ST B) (Mapping B A) (ST A)))): Improper first word in comments:
+"\\indented{1}{map(f,s) returns a stream whose elements are the function \\spad{f} applied} \\indented{1}{to the corresponding elements of \\spad{s.}} \\indented{1}{Note that \\spad{map(f,[x0,x1,x2,...]) = [f(x0),f(x1),f(x2),..]}.} \\blankline \\spad{X} m:=[i for \\spad{i} in 1..] \\spad{X} \\spad{f(i:PositiveInteger):PositiveInteger==i**2} \\spad{X} map(f,m)"
+
+--->bookvol10.4.pamphlet-->StreamFunctions2((scan ((ST B) B (Mapping B A B) (ST A)))): Improper first word in comments:
+"\\indented{1}{scan(b,h,[x0,x1,x2,...]) returns \\spad{[y0,y1,y2,...]}, where} \\indented{1}{\\spad{y0 = h(x0,b)},} \\indented{1}{\\spad{y1 = h(x1,y0)},\\spad{...}} \\indented{1}{\\spad{yn = h(xn,y(n-1))}.} \\blankline \\spad{X} m:=[i for \\spad{i} in 1..]::Stream(Integer) \\spad{X} f(i:Integer,j:Integer):Integer==i+j \\spad{X} scan(1,f,m)"
+
+--->bookvol10.4.pamphlet-->StreamFunctions2((reduce (B B (Mapping B A B) (ST A)))): Improper first word in comments:
+"\\indented{1}{reduce(b,f,u), where \\spad{u} is a finite stream \\spad{[x0,x1,...,xn]},} \\indented{1}{returns the value \\spad{r(n)} computed as follows:} \\indented{1}{\\spad{r0 = f(x0,b),} \\indented{1}{r1 = f(x1,r0),...,} \\indented{1}{r(n) = f(xn,r(n-1))}.} \\blankline \\spad{X} m:=[i for \\spad{i} in 1..300]::Stream(Integer) \\spad{X} f(i:Integer,j:Integer):Integer==i+j \\spad{X} reduce(1,f,m)"
-Entering 'cat*' in the input area of 'Glossary' gives:
-'no glossary items match d*'
=========================================================================
+typos 40338:
-bug 7186: ACPLOT missing functions
+>compiling STREAM3.spad to STREAM3.nrlib
-sketch:=makeSketch(x+y,x,y,-1/2..1/2,-1/2..1/2)$ACPLOT
-xRange(sketch)
- Internal Error
- The function xRange with signature hashcode is missing from domain
- PlaneAlgebraicCurvePlot
-yRange(sketch)
- Internal Error
- The function yRange with signature hashcode is missing from domain
- PlaneAlgebraicCurvePlot
+--->bookvol10.4.pamphlet-->StreamFunctions3((map ((ST C) (Mapping C A B) (ST A) (ST B)))): Improper first word in comments:
+"\\indented{1}{map(f,st1,st2) returns the stream whose elements are the} \\indented{1}{function \\spad{f} applied to the corresponding elements of \\spad{st1} and st2.} \\indented{1}{\\spad{map(f,[x0,x1,x2,..],[y0,y1,y2,..]) = [f(x0,y0),f(x1,y1),..]}.} \\blankline \\spad{S} \\spad{X} m:=[i for \\spad{i} in 1..]::Stream(Integer) \\spad{X} n:=[i for \\spad{i} in 1..]::Stream(Integer) \\spad{X} f(i:Integer,j:Integer):Integer \\spad{==} i+j \\spad{X} map(f,m,n)"
=========================================================================
+typos 40337:
-bug 7181: SQMATRIX(2,INT) has coerce Integer -> %
+>compiling AFSPCAT.spad to AFSPCAT.nrlib
- is not a valid type
+--->bookvol10.2.pamphlet-->AffineSpaceCategory((origin (%))): Not documented!!!!
-even if:
+--->bookvol10.2.pamphlet-->AffineSpaceCategory((definingField (K %))): Not documented!!!!
+--->bookvol10.2.pamphlet-->AffineSpaceCategory((coerce ((List K) %))): Not documented!!!!
-)expose SQMATRIX
=========================================================================
+typos 40336:
-bug 7169: Matrix printing/parsing bug (notice the - in E21)
+>compiling API.spad to API.nrlib
-E21:=matrix([[1,0,0],[-2,1,-],[0,0,1]])
+--->bookvol10.4.pamphlet-->ApplicationProgramInterface((getDomains ((Set (Symbol)) (Symbol)))): Improper first word in comments:
+"\\indented{1}{The getDomains(s) takes a category and returns the list of domains} \\indented{1}{that have that category} \\blankline \\spad{X} getDomains 'IndexedAggregate"
- + 1 0 0+
- | |
- (6) |- 2 1 -|
- | |
- + 0 0 1+
- Type: Matrix Polynomial Integer
-(7) -> E32:=matrix([[1,0,0],[0,1,0],[0,-5,1]])
+--->bookvol10.4.pamphlet-->ApplicationProgramInterface((getAncestors ((Set (Symbol)) (Symbol)))): Improper first word in comments:
+"\\indented{1}{The getAncestor(s) takes a category and returns the list of domains} \\indented{1}{that have that category as ancestors} \\blankline \\spad{X} getAncestors 'IndexedAggregate"
+
+--->bookvol10.4.pamphlet-->ApplicationProgramInterface((credits ((Void)))): Improper first word in comments:
+"\\indented{1}{credits() prints a list of people who contributed to Axiom} \\blankline \\spad{X} credits()"
+
+--->bookvol10.4.pamphlet-->ApplicationProgramInterface((summary ((Void)))): Improper first word in comments:
+"\\indented{1}{summary() prints a short list of useful console commands} \\blankline \\spad{X} summary()"
- +1 0 0+
- | |
- (7) |0 1 0|
- | |
- +0 - 5 1+
- Type: Matrix Integer
-(8) -> E32*E21
- + 1 0 0 +
- | |
- (8) |- 2 1 - |
- | |
- +10 - 5 - 5- + 1+
- Type: Matrix Polynomial Integer
-(9) ->
=========================================================================
+typos 40335:
-todo 322: use charts.jpg to guide axiom graphing
+>compiling BEZIER.spad to BEZIER.nrlib
+
+--->bookvol10.4.pamphlet-->Bezier((linearBezier ((Mapping (List R) R) (List R) (List R)))): Improper first word in comments:
+"\\indented{1}{A linear Bezier curve is a simple interpolation between the} \\indented{1}{starting point and the ending point based on a parameter \\spad{t.}} \\indented{1}{Given a start point a=[x1,y1] and an endpoint b=[x2,y2]} \\indented{1}{f(t) \\spad{==} \\spad{[(1-t)*x1} + t*x2, \\spad{(1-t)*y1} + t*y2]} \\blankline \\spad{X} n:=linearBezier([2.0,2.0],[4.0,4.0]) \\spad{X} [n(t/10.0) for \\spad{t} in 0..10 by 1]"
+
+--->bookvol10.4.pamphlet-->Bezier((quadraticBezier ((Mapping (List R) R) (List R) (List R) (List R)))): Improper first word in comments:
+"\\indented{1}{A quadratic Bezier curve is a simple interpolation between the} \\indented{1}{starting point, a middle point, and the ending point based on} \\indented{1}{a parameter \\spad{t.}} \\indented{1}{Given a start point a=[x1,y1], a middle point b=[x2,y2],} \\indented{1}{and an endpoint c=[x3,y3]} \\indented{1}{f(t) \\spad{==} \\spad{[(1-t)^2} \\spad{x1} + 2t(1-t) \\spad{x2} + \\spad{t^2} x3,} \\indented{10}{(1-t)^2 \\spad{y1} + 2t(1-t) \\spad{y2} + \\spad{t^2} y3]} \\blankline \\spad{X} n:=quadraticBezier([2.0,2.0],[4.0,4.0],[6.0,2.0]) \\spad{X} [n(t/10.0) for \\spad{t} in 0..10 by 1]"
+
+--->bookvol10.4.pamphlet-->Bezier((cubicBezier ((Mapping (List R) R) (List R) (List R) (List R) (List R)))): Improper first word in comments:
+"\\indented{1}{A cubic Bezier curve is a simple interpolation between the} \\indented{1}{starting point, a left-middle point,, a right-middle point,} \\indented{1}{and the ending point based on a parameter \\spad{t.}} \\indented{1}{Given a start point a=[x1,y1], the left-middle point b=[x2,y2],} \\indented{1}{the right-middle point c=[x3,y3] and an endpoint d=[x4,y4]} \\indented{1}{f(t) \\spad{==} \\spad{[(1-t)^3} \\spad{x1} + 3t(1-t)^2 \\spad{x2} + 3t^2 (1-t) \\spad{x3} + \\spad{t^3} x4,} \\indented{10}{(1-t)^3 \\spad{y1} + 3t(1-t)^2 \\spad{y2} + 3t^2 (1-t) \\spad{y3} + \\spad{t^3} y4]} \\blankline \\spad{X} n:=cubicBezier([2.0,2.0],[2.0,4.0],[6.0,4.0],[6.0,2.0]) \\spad{X} [n(t/10.0) for \\spad{t} in 0..10 by 1]"
=========================================================================
+typos 40334:
-todo 321: try to use raphael to scale graphs
+>compiling BMODULE.spad to BMODULE.nrlib
+
+--->bookvol10.2.pamphlet-->BiModule(constructor): Missing left brace
+"A \\spadtype{BiModule} is both a left and right module with respect to potentially different rings. \\blankline Axiom\\br \\tab{5}\\spad{ r*(x*s) = (r*x)*s }"
=========================================================================
+typos 40333:
-todo 320: pick up FLINT package
+>compiling FAMONC.spad to FAMONC.nrlib
+
+--->bookvol10.2.pamphlet-->FreeAbelianMonoidCategory((size ((NonNegativeInteger) $))): Improper first word in comments:
+"\\indented{1}{size(x) returns the number of terms in \\spad{x.}} \\indented{1}{mapGen(f, \\spad{a1\\^e1} \\spad{...} an\\^en) returns} \\spad{f(a1)\\^e1 \\spad{...} f(an)\\^en}."
=========================================================================
+typos 40332:
-bug 7169: algebra bug
+>compiling GROUP.spad to GROUP.nrlib
-)co RESLATC
+--->-->Group&(constructor): Missing left brace
+--->-->Group&(constructor): Missing left brace
+"The class of multiplicative groups, \\spadignore{i.e.} monoids with multiplicative inverses. \\blankline Axioms\\br \\tab{5}\\spad{leftInverse(\"*\":(\\%,\\%)->\\%,inv)}\\tab{5}\\spad{ inv(x)*x = 1 }\\br \\tab{5}\\spad{rightInverse(\"*\":(\\%,\\%)->\\%,inv)}\\tab{4}\\spad{ x*inv(x) = 1 }"
-RESLATC;coerce;ES;2 is replaced by errorBug:
- Should not be able to obtain value of type Exit
+--->bookvol10.2.pamphlet-->Group(constructor): Missing left brace
+--->bookvol10.2.pamphlet-->Group(constructor): Missing left brace
+"The class of multiplicative groups, \\spadignore{i.e.} monoids with multiplicative inverses. \\blankline Axioms\\br \\tab{5}\\spad{leftInverse(\"*\":(\\%,\\%)->\\%,inv)}\\tab{5}\\spad{ inv(x)*x = 1 }\\br \\tab{5}\\spad{rightInverse(\"*\":(\\%,\\%)->\\%,inv)}\\tab{4}\\spad{ x*inv(x) = 1 }"
=========================================================================
+typos 40331:
-bug 7167: KeyedAccessFile fails because
+>compiling MONADWU.spad to MONADWU.nrlib
- (a) readable? in defstream is checking the directory name, not the file
- (b) BINARY_OPEN_INPUT does not exist
+--->-->MonadWithUnit&(((One) (%) constant)): Improper first word in comments:
+"1 returns the unit element, denoted by 1."
-=========================================================================
+--->-->MonadWithUnit&((rightPower (% % (NonNegativeInteger)))): Missing left brace
+"\\spad{rightPower(a,n)} returns the \\spad{n}-th right power of \\spad{a}, \\spadignore{i.e.} \\spad{rightPower(a,n) \\spad{:=} rightPower(a,n-1) * a} and \\spad{rightPower(a,0) \\spad{:=} 1}."
-bug 7166: library doesn't seem to work
+--->-->MonadWithUnit&((leftPower (% % (NonNegativeInteger)))): Missing left brace
+"\\spad{leftPower(a,n)} returns the \\spad{n}-th left power of \\spad{a}, \\spadignore{i.e.} \\spad{leftPower(a,n) \\spad{:=} a * leftPower(a,n-1)} and \\spad{leftPower(a,0) \\spad{:=} 1}."
-stuff := library "/tmp/Neat.stuff"
-stuff.int := 32**2
-stuff."poly" := x**2 + 1
-stuff.str := "Hello"
-keys stuff
-stuff.poly
-stuff("poly")
-)system rm -rf /tmp/Neat.stuff
+--->-->MonadWithUnit&(constructor): Missing left brace
+--->-->MonadWithUnit&(constructor): Missing left brace
+"MonadWithUnit is the class of multiplicative monads with unit, \\spadignore{i.e.} sets with a binary operation and a unit element. \\blankline Axioms\\br \\tab{5}leftIdentity(\"*\":(\\%,\\%)->\\%,1) \\spadignore{e.g.} 1*x=x\\br \\tab{5}rightIdentity(\"*\":(\\%,\\%)->\\%,1) e.g x*1=x \\blankline Common Additional Axioms\\br \\tab{5}unitsKnown - if \"recip\" says \"failed\", it PROVES input wasn't a unit"
+
+--->bookvol10.2.pamphlet-->MonadWithUnit(((One) (%) constant)): Improper first word in comments:
+"1 returns the unit element, denoted by 1."
+
+--->bookvol10.2.pamphlet-->MonadWithUnit((rightPower (% % (NonNegativeInteger)))): Missing left brace
+"\\spad{rightPower(a,n)} returns the \\spad{n}-th right power of \\spad{a}, \\spadignore{i.e.} \\spad{rightPower(a,n) \\spad{:=} rightPower(a,n-1) * a} and \\spad{rightPower(a,0) \\spad{:=} 1}."
+
+--->bookvol10.2.pamphlet-->MonadWithUnit((leftPower (% % (NonNegativeInteger)))): Missing left brace
+"\\spad{leftPower(a,n)} returns the \\spad{n}-th left power of \\spad{a}, \\spadignore{i.e.} \\spad{leftPower(a,n) \\spad{:=} a * leftPower(a,n-1)} and \\spad{leftPower(a,0) \\spad{:=} 1}."
+
+--->bookvol10.2.pamphlet-->MonadWithUnit(constructor): Missing left brace
+--->bookvol10.2.pamphlet-->MonadWithUnit(constructor): Missing left brace
+"MonadWithUnit is the class of multiplicative monads with unit, \\spadignore{i.e.} sets with a binary operation and a unit element. \\blankline Axioms\\br \\tab{5}leftIdentity(\"*\":(\\%,\\%)->\\%,1) \\spadignore{e.g.} 1*x=x\\br \\tab{5}rightIdentity(\"*\":(\\%,\\%)->\\%,1) e.g x*1=x \\blankline Common Additional Axioms\\br \\tab{5}unitsKnown - if \"recip\" says \"failed\", it PROVES input wasn't a unit"
=========================================================================
+typos 40330:
-bug 7165: this rule does not match
+>compiling PERMCAT.spad to PERMCAT.nrlib
---S
-sininv:=rule(sin(%i*x) == %i*sinh(x))
---R
---R (1) sin(%i x) == %i sinh(x)
---R Type: RewriteRule(Integer,Complex Integer,Expression Complex Integer)
---E
+--->bookvol10.2.pamphlet-->PermutationCategory((cycle (% (List S)))): Missing left brace
+"\\spad{cycle(ls)} coerces a cycle \\spad{ls,} \\spadignore{i.e.} a list with not repetitions to a permutation, which maps ls.i to ls.i+1, indices modulo the length of the list. Error: if repetitions occur."
---S
-t1:=sin(x*%i) - %i*sinh(x)
---R
---R (2) - %i sinh(x) + sin(%i x)
---R Type: Expression Complex Integer
---E
+--->bookvol10.2.pamphlet-->PermutationCategory((orbit ((Set S) % S))): Missing left brace
+"\\spad{orbit(p, el)} returns the orbit of el under the permutation \\spad{p,} \\spadignore{i.e.} the set which is given by applications of the powers of \\spad{p} to el."
---S
-t2:=sininv t1
---R
---R (3) - %i sinh(x) + sin(%i x)
---R Type: Expression Complex Integer
---E
+--->bookvol10.2.pamphlet-->PermutationCategory(constructor): Mismatch: left pren matches right brace
+"PermutationCategory provides a categorial environment for subgroups of bijections of a set (\\spadignore{i.e.} permutations)"
-(1) -> cosinv:=rule(cos(x*%i) == cosh(x))
-(2) -> t1:=cos(x*%i) - cosh(x)
-(3) -> t2:=cosinv t1
+=========================================================================
+typos 40329:
-(1) -> taninv:=rule(tan(x*%i) == %i*tanh(x))
-(2) -> t1:=tan(x*%i) - %i*tanh(x)
-(3) -> t2:=taninv t1
+>compiling PDRING.spad to PDRING.nrlib
-(1) -> cscinv:=rule(csc(x*%i) == -%i*csch(x))
-(2) -> t1:=csc(x*%i) - -%i*csch(x)
-(3) -> t2:=cscinv t1
+--->-->PartialDifferentialRing&((differentiate (% % (List S)))): Missing left brace
+"\\spad{differentiate(x,[s1,...sn])} computes successive partial derivatives, \\spadignore{i.e.} \\spad{differentiate(...differentiate(x, s1)..., sn)}."
-(1) -> secinv:=rule(sec(x*%i) == sech(x))
-(2) -> t1:=sec(x*%i) - sech(x)
-(3) -> t2:=secinv t1
+--->-->PartialDifferentialRing&((differentiate (% % S (NonNegativeInteger)))): Missing left brace
+"\\spad{differentiate(x, \\spad{s,} \\spad{n)}} computes multiple partial derivatives, \\spadignore{i.e.} \\spad{n}-th derivative of \\spad{x} with respect to \\spad{s.}"
-(1) -> cotinv:=rule(cot(x*%i) == -%i*coth(x))
-(2) -> t1:=cot(x*%i) - -%i*coth(x)
-(3) -> t2:=cotinv t1
+--->-->PartialDifferentialRing&((differentiate (% % (List S) (List (NonNegativeInteger))))): Missing left brace
+"\\spad{differentiate(x, [s1,...,sn], [n1,...,nn])} computes multiple partial derivatives, \\spadignore{i.e.}"
-(1) -> sinhinv:=rule(sinh(x*%i) == %i*sin(x))
-(2) -> t1:=sinh(x*%i) - %i*sin(x)
-(3) -> t2:=sinhinv t1
+--->-->PartialDifferentialRing&((D (% % (List S)))): Missing left brace
+"\\spad{D(x,[s1,...sn])} computes successive partial derivatives, \\spadignore{i.e.} \\spad{D(...D(x, s1)..., sn)}."
-(1) -> coshinv:=rule(cosh(x*%i) == cos(x))
-(2) -> t1:=cosh(x*%i) - cos(x)
-(3) -> t2:=coshinv t1
+--->-->PartialDifferentialRing&((D (% % S (NonNegativeInteger)))): Missing left brace
+"\\spad{D(x, \\spad{s,} \\spad{n)}} computes multiple partial derivatives, \\spadignore{i.e.} \\spad{n}-th derivative of \\spad{x} with respect to \\spad{s.}"
-(1) -> tanhinv:=rule(tanh(x*%i) == %i*tan(x))
-(2) -> t1:=tanh(x*%i) - %i*tan(x)
-(3) -> t2:=tanhinv t1
+--->-->PartialDifferentialRing&((D (% % (List S) (List (NonNegativeInteger))))): Missing left brace
+"\\spad{D(x, [s1,...,sn], [n1,...,nn])} computes multiple partial derivatives, \\spadignore{i.e.} \\spad{D(...D(x, \\spad{s1,} n1)..., \\spad{sn,} nn)}."
-(1) -> cschinv:=rule(x*%i == -%i*csc(x))
-(2) -> t1:=x*%i - -%i*csc(x)
-(3) -> t2:=cschinv t1
+--->bookvol10.2.pamphlet-->PartialDifferentialRing((differentiate (% % (List S)))): Missing left brace
+"\\spad{differentiate(x,[s1,...sn])} computes successive partial derivatives, \\spadignore{i.e.} \\spad{differentiate(...differentiate(x, s1)..., sn)}."
-(1) -> sechinv:=rule(sech(x*i) == sec(x))
-(2) -> t1:=sech(x*i) - sec(x)
-(3) -> t2:=sechinv t1
+--->bookvol10.2.pamphlet-->PartialDifferentialRing((differentiate (% % S (NonNegativeInteger)))): Missing left brace
+"\\spad{differentiate(x, \\spad{s,} \\spad{n)}} computes multiple partial derivatives, \\spadignore{i.e.} \\spad{n}-th derivative of \\spad{x} with respect to \\spad{s.}"
-(1) -> cothinv:=rule(coth(x*%i) == -%i*cot(x))
-(2) -> t1:=coth(x*%i) - -%i*cot(x)
-(3) -> t2:=cothinv t1
+--->bookvol10.2.pamphlet-->PartialDifferentialRing((differentiate (% % (List S) (List (NonNegativeInteger))))): Missing left brace
+"\\spad{differentiate(x, [s1,...,sn], [n1,...,nn])} computes multiple partial derivatives, \\spadignore{i.e.}"
-(1) -> coshperiod:=rule(cosh(x+2*k*%pi*%i) == cosh(x))
-(2) -> t1:=cosh(x+2*k*%pi*%i) - cosh(x)
-(3) -> t2:=coshperiod t1
+--->bookvol10.2.pamphlet-->PartialDifferentialRing((D (% % (List S)))): Missing left brace
+"\\spad{D(x,[s1,...sn])} computes successive partial derivatives, \\spadignore{i.e.} \\spad{D(...D(x, s1)..., sn)}."
-(1) -> tanhperiod:=rule(tanh(x+k*%pi*%i) == tanh(x))
-(2) -> t1:=tanh(x+k*%pi*%i) - tanh(x)
-(3) -> t2:=tanhperiod t1
+--->bookvol10.2.pamphlet-->PartialDifferentialRing((D (% % S (NonNegativeInteger)))): Missing left brace
+"\\spad{D(x, \\spad{s,} \\spad{n)}} computes multiple partial derivatives, \\spadignore{i.e.} \\spad{n}-th derivative of \\spad{x} with respect to \\spad{s.}"
-(1) -> sechperiod:=rule(sech(x+2*k*%pi*%i) == sech(x))
-(2) -> t1:=sech(x+2*k*%pi*%i) - sech(x)
-(3) -> t2:=sechperiod t1
+--->bookvol10.2.pamphlet-->PartialDifferentialRing((D (% % (List S) (List (NonNegativeInteger))))): Missing left brace
+"\\spad{D(x, [s1,...,sn], [n1,...,nn])} computes multiple partial derivatives, \\spadignore{i.e.} \\spad{D(...D(x, \\spad{s1,} n1)..., \\spad{sn,} nn)}."
-(1) -> sinsinh:=rule(sin(%i*x)^(-1) == %i*sinh(x)^(-1))
-(2) -> t1:=sin(%i*x)^(-1) - %i*sinh(x)^(-1)
-(3) -> t2:=sinsinh t1
+=========================================================================
+typos 40328:
+
+--->bookvol10.2.pamphlet-->PlacesCategory((+ ((Divisor %) % %))): Not documented!!!!
+--->bookvol10.2.pamphlet-->PlacesCategory((+ ((Divisor %) (Divisor %) %))): Not documented!!!!
+--->bookvol10.2.pamphlet-->PlacesCategory((+ ((Divisor %) % (Divisor %)))): Not documented!!!!
+--->bookvol10.2.pamphlet-->PlacesCategory((- ((Divisor %) % %))): Not documented!!!!
+--->bookvol10.2.pamphlet-->PlacesCategory((- ((Divisor %) (Divisor %) %))): Not documented!!!!
+--->bookvol10.2.pamphlet-->PlacesCategory((- ((Divisor %) % (Divisor %)))): Not documented!!!!
+--->bookvol10.2.pamphlet-->PlacesCategory((- ((Divisor %) %))): Not documented!!!!
+--->bookvol10.2.pamphlet-->PlacesCategory((* ((Divisor %) (Integer) %))): Not documented!!!!
+--->bookvol10.2.pamphlet-->PlacesCategory((reduce ((Divisor %) (List %)))): Not documented!!!!
+--->bookvol10.2.pamphlet-->PlacesCategory((create (% (List K)))): Not documented!!!!
+--->bookvol10.2.pamphlet-->PlacesCategory((create (% (Symbol)))): Not documented!!!!
-(1) -> sinhsin:=rule(sinh(%i*x)^(-1) == %i*sin(x)^(-1))
-(2) -> t1:=sinh(%i*x)^(-1) - %i*sin(x)^(-1)
-(3) -> t2:=sinhsin t1
+=========================================================================
+typos 40327:
-(1) -> coscosh:=rule(cos(x)^(-1) == %i*cosh(x)^(-1))
-(2) -> t1:=cos(x)^(-1) - %i*cosh(x)^(-1)
-(3) -> t2:=coscosh t1
+>compiling PRSPCAT.spad to PRSPCAT.nrlib
-(1) -> coscosh2:=rule(cos(x)^(-1) == -%i*cosh(x)^(-1))
-(2) -> t1:=cos(x)^(-1) - -%i*cosh(x)^(-1)
-(3) -> t2:=coscosh2 t1
+--->bookvol10.2.pamphlet-->ProjectiveSpaceCategory((lastNonNul (INT %))): Not documented!!!!
-(1) -> coshcos:=rule(cosh(x)^(-1) == %i*cos(x)^(-1))
-(2) -> t1:=cosh(x)^(-1) - %i*cos(x)^(-1)
-(3) -> t2:=coshcos t1
+--->bookvol10.2.pamphlet-->ProjectiveSpaceCategory((definingField (K %))): Not documented!!!!
-(1) -> coshcos2:=rule(cosh(x)^(-1) == -%i*cos(x)^(-1))
-(2) -> t1:=cosh(x)^(-1) - -%i*cos(x)^(-1)
-(3) -> t2:=coshcos2 t1
-(1) -> tantanh:=rule(tan(%i*x)^(-1) == %i*tanh(x)^(-1))
-(2) -> t1:=tan(%i*x)^(-1) - %i*tanh(x)^(-1)
-(3) -> t2:=tantanh t1
+=========================================================================
+typos 40326:
-(1) -> tanhtan:=rule(tanh(%i*x)^(-1) == %i*tan(x)^(-1))
-(2) -> t1:=tanh(%i*x)^(-1) - %i*tan(x)^(-1)
-(3) -> t2:=tanhtan t1
+>compiling ELAGG.spad to ELAGG.nrlib
+
+--->-->ExtensibleLinearAggregate&((delete! (% % (Integer)))): Improper first word in comments:
+"\\indented{1}{delete!(u,i) destructively deletes the \\axiom{i}th element of u.} \\blankline \\spad{E} Data:=Record(age:Integer,gender:String) \\spad{E} a1:AssociationList(String,Data):=table() \\spad{E} a1.\"tim\":=[55,\"male\"]$Data \\spad{E} delete!(a1,1)"
+
+--->bookvol10.2.pamphlet-->ExtensibleLinearAggregate((delete! (% % (Integer)))): Improper first word in comments:
+"\\indented{1}{delete!(u,i) destructively deletes the \\axiom{i}th element of u.} \\blankline \\spad{E} Data:=Record(age:Integer,gender:String) \\spad{E} a1:AssociationList(String,Data):=table() \\spad{E} a1.\"tim\":=[55,\"male\"]$Data \\spad{E} delete!(a1,1)"
=========================================================================
+typos 40325:
-bug 7164: this rule does not match
+>compiling GRMOD.spad to GRMOD.nrlib
---S
-cschinv:=rule(csch(x)^(-1) == sinh(1/x)^(-1))
---R
---R 1 1
---R (1) ------- == -------
---R csch(x) 1
---R sinh(-)
---R x
---R Type: RewriteRule(Integer,Integer,Expression Integer)
---E
+--->-->GradedModule&(((Zero) (%) constant)): Improper first word in comments:
+"0 denotes the zero of degree 0."
---S
-t1:=csch(x)^(-1) - sinh(1/x)^(-1)
---R
---R 1
---R sinh(-) - csch(x)
---R x
---R (2) -----------------
---R 1
---R csch(x)sinh(-)
---R x
---R Type: Expression Integer
---E
+--->-->GradedModule&(constructor): Missing left brace
+"GradedModule(R,E) denotes ``E-graded R-module'', \\spadignore{i.e.} collection of R-modules indexed by an abelian monoid E. An element \\spad{g} of \\spad{G[s]} for some specific \\spad{s} in \\spad{E} is said to be an element of \\spad{G} with degree \\spad{s}. Sums are defined in each module \\spad{G[s]} so two elements of \\spad{G} have a sum if they have the same degree. \\blankline Morphisms can be defined and composed by degree to give the mathematical category of graded modules."
---S
-t2:=cschinv t1
---R
---R 1
---R sinh(-) - csch(x)
---R x
---R (3) -----------------
---R 1
---R csch(x)sinh(-)
---R x
---R Type: Expression Integer
---E
+--->bookvol10.2.pamphlet-->GradedModule(((Zero) (%) constant)): Improper first word in comments:
+"0 denotes the zero of degree 0."
+
+--->bookvol10.2.pamphlet-->GradedModule(constructor): Missing left brace
+"GradedModule(R,E) denotes ``E-graded R-module'', \\spadignore{i.e.} collection of R-modules indexed by an abelian monoid E. An element \\spad{g} of \\spad{G[s]} for some specific \\spad{s} in \\spad{E} is said to be an element of \\spad{G} with degree \\spad{s}. Sums are defined in each module \\spad{G[s]} so two elements of \\spad{G} have a sum if they have the same degree. \\blankline Morphisms can be defined and composed by degree to give the mathematical category of graded modules."
=========================================================================
+typos 40324:
-bug 7163: tanhneg rule fails
+>compiling IFAMON.spad to IFAMON.nrlib
+
+.. InnerFreeAbelianMonoid(#1,#2,#3) of cat
+(|FreeAbelianMonoidCategory| |#1| |#2|) has no outputForm : (%,((OutputForm,OutputForm) -> OutputForm),((OutputForm,OutputForm) -> OutputForm),Integer) -> OutputForm
-The first 5 succeed, but the 6th (tanhneg t3) loops forever
+=========================================================================
+typos 40323:
-(1) -> tanhadd:=rule(tanh(x+y) == (tanh(x)+tanh(y))/(1+tanh(x)*tanh(y)))
-(2) -> t1:=tanh(x+y) - (tanh(x)+tanh(y))/(1+tanh(x)*tanh(y))
-(3) -> t2:=tanhadd t1
-(4) -> tanhneg:=rule(tanh(x-y) == (tanh(x)-tanh(y))/(1-tanh(x)*tanh(y)))
-(5) -> t3:=tanh(x-y) - (tanh(x)-tanh(y))/(1-tanh(x)*tanh(y))
-(6) -> t4:=tanhneg t3
+>compiling GRALG.spad to GRALG.nrlib
-(1) -> cothadd:=rule(coth(x+y) == (coth(x)*coth(y)+1)/(coth(y)+coth(x)))
-(2) -> t1:=coth(x+y) - (coth(x)*coth(y)+1)/(coth(y)+coth(x))
-(3) -> t2:=cothadd t1
-(4) -> cothneg:=rule(coth(x-y) == (coth(x)*coth(y)-1)/(coth(y)-coth(x)))
-(5) -> t3:=coth(x-y) - (coth(x)*coth(y)-1)/(coth(y)-coth(x))
-(6) -> t4:=cothneg t3
+--->-->GradedAlgebra&(((One) (%) constant)): Improper first word in comments:
+"1 is the identity for \\spad{product}."
+
+--->bookvol10.2.pamphlet-->GradedAlgebra(((One) (%) constant)): Improper first word in comments:
+"1 is the identity for \\spad{product}."
=========================================================================
+typos 40322:
-bug 7162: (p,q):UP(x,INT) fails only in fixed.input.pamphlet
+>compiling SKAGG.spad to SKAGG.nrlib
-p:UnivariatePolynomial(x,Integer); q:UnivariatePolynomial(x,Integer)
- Type: Void
-
-
-Daly Bug
- Category, domain or package constructor : is not available.
+--->bookvol10.2.pamphlet-->StackAggregate((push! (S S %))): Improper first word in comments:
+--->bookvol10.2.pamphlet-->StackAggregate((push! (S S %))): Missing left brace
+"\\indented{1}{push!(x,s) pushes \\spad{x} onto stack \\spad{s,} \\spadignore{i.e.} destructively changing \\spad{s}} \\indented{1}{so as to have a new first (top) element \\spad{x.}} \\indented{1}{Afterwards, pop!(s) produces \\spad{x} and pop!(s) produces the original \\spad{s.}} \\blankline \\spad{X} a:Stack INT:= stack [1,2,3,4,5] \\spad{X} push! a \\spad{X} a"
+--->bookvol10.2.pamphlet-->StackAggregate((pop! (S %))): Improper first word in comments:
+"\\indented{1}{pop!(s) returns the top element \\spad{x,} destructively removing \\spad{x} from \\spad{s.}} \\indented{1}{Note that Use \\axiom{top(s)} to obtain \\spad{x} without removing it from \\spad{s.}} \\indented{1}{Error: if \\spad{s} is empty.} \\blankline \\spad{X} a:Stack INT:= stack [1,2,3,4,5] \\spad{X} pop! a \\spad{X} a"
-The expression
+--->bookvol10.2.pamphlet-->StackAggregate((top (S %))): Improper first word in comments:
+"\\indented{1}{top(s) returns the top element \\spad{x} from \\spad{s;} \\spad{s} remains unchanged.} \\indented{1}{Note that Use \\axiom{pop!(s)} to obtain \\spad{x} and remove it from \\spad{s.}} \\blankline \\spad{X} a:Stack INT:= stack [1,2,3,4,5] \\spad{X} top a"
- (p,q):UP(x,INT)
+--->bookvol10.2.pamphlet-->StackAggregate((depth ((NonNegativeInteger) %))): Improper first word in comments:
+"\\indented{1}{depth(s) returns the number of elements of stack \\spad{s.}} \\indented{1}{Note that \\axiom{depth(s) = \\#s}.} \\blankline \\spad{X} a:Stack INT:= stack [1,2,3,4,5] \\spad{X} depth a"
-generates the error
+=========================================================================
+typos 40321:
-Daly Bug
- Category, domain or package constructor : is not available.
+>compiling BSTREE.spad to BSTREE.nrlib
+--------------non extending category----------------------
+.. BinarySearchTree(#1) of cat
+(|Join| (|BinaryTreeCategory| |#1|) (CATEGORY |domain| (ATTRIBUTE |shallowlyMutable|) (ATTRIBUTE |finiteAggregate|) (SIGNATURE |binarySearchTree| ($ (|List| |#1|))) (SIGNATURE |insert!| ($ |#1| $)) (SIGNATURE |insertRoot!| ($ |#1| $)) (SIGNATURE |split| ((|Record| (|:| |less| $) (|:| |greater| $)) |#1| $)))) has no binaryTree : #1 -> %
-works fine at the top of the fixed.input file but not further down.
-Which means that some property is not being cleared properly.
-The symbol ``p'' does get properly declared despite the error message.
+--->bookvol10.3.pamphlet-->BinarySearchTree((binarySearchTree (% (List S)))): Improper first word in comments:
+"\\indented{1}{binarySearchTree(l) is not documented} \\blankline \\spad{X} binarySearchTree [1,2,3,4]"
-=========================================================================
+--->bookvol10.3.pamphlet-->BinarySearchTree((insert! (% S %))): Improper first word in comments:
+"\\indented{1}{insert!(x,b) inserts element \\spad{x} as leaves into binary search tree \\spad{b.}} \\blankline \\spad{X} t1:=binarySearchTree [1,2,3,4] \\spad{X} insert!(5,t1)"
-bug 7160: numeric(erf(0.1))
+--->bookvol10.3.pamphlet-->BinarySearchTree((insertRoot! (% S %))): Improper first word in comments:
+"\\indented{1}{insertRoot!(x,b) inserts element \\spad{x} as a root of binary search tree \\spad{b.}} \\blankline \\spad{X} t1:=binarySearchTree [1,2,3,4] \\spad{X} insertRoot!(5,t1)"
-the erf function is defined as:
+--->bookvol10.3.pamphlet-->BinarySearchTree((split ((Record (: less %) (: greater %)) S %))): Improper first word in comments:
+"\\indented{1}{split(x,b) splits binary tree \\spad{b} into two trees, one with elements} \\indented{1}{greater than \\spad{x,} the other with elements less than \\spad{x.}} \\blankline \\spad{X} t1:=binarySearchTree [1,2,3,4] \\spad{X} split(3,t1)"
-erf(x) == 1/sqrt(2*%pi)*integrate(exp(-1/2*t^2),t=0..x)
+=========================================================================
+typos 40320:
-ref: CRC Standard Mathematical Tables and Formulae p547
+>compiling BTOURN.spad to BTOURN.nrlib
+
+--->bookvol10.3.pamphlet-->BinaryTournament((binaryTournament (% (List S)))): Improper first word in comments:
+"\\indented{1}{binaryTournament(ls) creates a binary tournament with the} \\indented{1}{elements of \\spad{ls} as values at the nodes.} \\blankline \\spad{X} binaryTournament [1,2,3,4]"
+
+--->bookvol10.3.pamphlet-->BinaryTournament((insert! (% S %))): Improper first word in comments:
+"\\indented{1}{insert!(x,b) inserts element \\spad{x} as leaves into binary tournament \\spad{b.}} \\blankline \\spad{X} t1:=binaryTournament [1,2,3,4] \\spad{X} insert!(5,t1) \\spad{X} \\spad{t1}"
=========================================================================
+typos 40319:
-bug 7159: rootsOf(2*z^4+z^3-z-2) is wrong
+>compiling CARD.spad to CARD.nrlib
- (1) [%z0,%z1,%z1,- %z1]
- Type: List AlgebraicNumber
+--->bookvol10.3.pamphlet-->CardinalNumber((commutative (attribute *))): Improper first word in comments: a
+"a domain \\spad{D} has \\spad{commutative(\"*\")} if it has an operation \\spad{\"*\": (D,D) \\spad{->} \\spad{D}} which is commutative."
-(2) -> (z^2-1)*(2*z^2+z+2)
+--->bookvol10.3.pamphlet-->CardinalNumber((- ((Union % failed) % %))): Improper first word in comments:
+"\\indented{1}{\\spad{x - \\spad{y}} returns an element \\spad{z} such that} \\indented{1}{\\spad{z+y=x} or \"failed\" if no such element exists.} \\blankline \\spad{X} c2:=2::CardinalNumber \\spad{X} \\spad{c2-c2} \\spad{X} A1:=Aleph 1 \\spad{X} \\spad{A1-c2}"
- 4 3
- (2) 2z + z - z - 2
- Type: Polynomial Integer
-(3) -> rootsOf(z^2-1)
+--->bookvol10.3.pamphlet-->CardinalNumber((** (% % %))): Improper first word in comments:
+"\\indented{1}{\\spad{x**y} returns \\spad{\\#(X**Y)} where \\spad{X**Y} is defined} \\indented{2}{as \\spad{\\{g| g:Y->X\\}}.} \\blankline \\spad{X} c2:=2::CardinalNumber \\spad{X} \\spad{c2**c2} \\spad{X} A1:=Aleph 1 \\spad{X} \\spad{A1**c2} \\spad{X} generalizedContinuumHypothesisAssumed \\spad{true} \\spad{X} \\spad{A1**A1}"
- (3) [%z3,- %z3]
- Type: List AlgebraicNumber
-(4) -> rootsOf(2*z^2+z+2)
+--->bookvol10.3.pamphlet-->CardinalNumber((Aleph (% (NonNegativeInteger)))): Improper first word in comments:
+"\\indented{1}{Aleph(n) provides the named (infinite) cardinal number.} \\blankline \\spad{X} A0:=Aleph 0"
- - 2%z5 - 1
- (4) [%z5,----------]
- 2
- Type: List AlgebraicNumber
-so no two roots are equal
+--->bookvol10.3.pamphlet-->CardinalNumber((finite? ((Boolean) %))): Improper first word in comments:
+--->bookvol10.3.pamphlet-->CardinalNumber((finite? ((Boolean) %))): Missing left brace
+"\\indented{1}{finite?(\\spad{a}) determines whether} \\indented{1}{\\spad{a} is a finite cardinal, \\spadignore{i.e.} an integer.} \\blankline \\spad{X} c2:=2::CardinalNumber \\spad{X} finite? \\spad{c2} \\spad{X} A0:=Aleph 0 \\spad{X} finite? \\spad{A0}"
-(5) -> f(z)==(z^2-1)*(2*z^2+z+2)
- Type: Void
-(6) -> m1:=%%(3).1
+--->bookvol10.3.pamphlet-->CardinalNumber((countable? ((Boolean) %))): Improper first word in comments:
+--->bookvol10.3.pamphlet-->CardinalNumber((countable? ((Boolean) %))): Missing left brace
+"\\indented{1}{countable?(\\spad{a}) determines} \\indented{1}{whether \\spad{a} is a countable cardinal,} \\indented{1}{\\spadignore{i.e.} an integer or \\spad{Aleph 0}.} \\blankline \\spad{X} c2:=2::CardinalNumber \\spad{X} countable? \\spad{c2} \\spad{X} A0:=Aleph 0 \\spad{X} countable? \\spad{A0} \\spad{X} A1:=Aleph 1 \\spad{X} countable? \\spad{A1}"
- (6) %z3
- Type: AlgebraicNumber
-(7) -> m2:=%%(3).2
+--->bookvol10.3.pamphlet-->CardinalNumber((generalizedContinuumHypothesisAssumed? ((Boolean)))): Improper first word in comments:
+"\\indented{1}{generalizedContinuumHypothesisAssumed?()} \\indented{1}{tests if the hypothesis is currently assumed.} \\blankline \\spad{X} generalizedContinuumHypothesisAssumed?"
- (7) - %z3
- Type: AlgebraicNumber
-(8) -> m3:=%%(4).1
+--->bookvol10.3.pamphlet-->CardinalNumber((generalizedContinuumHypothesisAssumed ((Boolean) (Boolean)))): Improper first word in comments:
+"\\indented{1}{generalizedContinuumHypothesisAssumed(bool)} \\indented{1}{is used to dictate whether the hypothesis is to be assumed.} \\blankline \\spad{X} generalizedContinuumHypothesisAssumed \\spad{true} \\spad{X} a:=Aleph 0 \\spad{X} c:=2**a \\spad{X} f:=2**c"
- (8) %z5
- Type: AlgebraicNumber
-(9) -> m4:=%%(4).2
+=========================================================================
+typos 40318:
- - 2%z5 - 1
- (9) ----------
- 2
- Type: AlgebraicNumber
-(10) -> f(m1)
- Compiling function f with type AlgebraicNumber -> AlgebraicNumber
+>compiling DQAGG.spad to DQAGG.nrlib
- (10) 0
- Type: AlgebraicNumber
-(11) -> f(m2)
+--->bookvol10.2.pamphlet-->DequeueAggregate((reverse! (% %))): Missing left brace
+"\\spad{reverse!(d)} destructively replaces \\spad{d} by its reverse dequeue, \\spadignore{i.e.} the top (front) element is now the bottom (back) element, and so on."
+--------constructor---------
- (11) 0
- Type: AlgebraicNumber
-(12) -> f(m3)
+=========================================================================
+typos 40317:
- (12) 0
- Type: AlgebraicNumber
-(13) -> f(m4)
+>compiling FACTFUNC.spad to FACTFUNC.nrlib
- (13) 0
- Type: AlgebraicNumber
-(14) -> n1:=%%(1).1
+--------(nthRoot ((Record (: exponent N) (: coef M) (: radicand (List M))) (Factored M) N))---------
+--------(log ((List (Record (: coef N) (: logand M))) (Factored M)))---------
- (14) %z0
- Type: AlgebraicNumber
-(15) -> n2:=%%(1).2
+=========================================================================
+typos 40316:
- (15) %z1
- Type: AlgebraicNumber
-(16) -> n3:=%%(1).3
+>compiling FRUTIL.spad to FRUTIL.nrlib
- (16) %z1
- Type: AlgebraicNumber
-(17) -> n4:=$$(1).4
-
- Category, domain or package constructor 1 is not available.
-(17) -> n4:=%%(1).4
+--->bookvol10.4.pamphlet-->FactoredFunctionUtilities((mergeFactors (FR FR FR))): Missing left brace
+"\\spad{mergeFactors(u,v)} is used when the factorizations of \\spadvar{u} and \\spadvar{v} are known to be disjoint, \\spadignore{e.g.} resulting from a content/primitive part split. Essentially, it creates a new factored object by multiplying the units together and appending the lists of factors."
+--------constructor---------
- (17) - %z1
- Type: AlgebraicNumber
-(18) -> f(n1)
+=========================================================================
+typos 40315:
- (18) 0
- Type: AlgebraicNumber
-(19) -> f(n2)
+>compiling ITAYLOR.spad to ITAYLOR.nrlib
- (19) 0
- Type: AlgebraicNumber
-(20) -> f(n3)
+--->bookvol10.3.pamphlet-->InnerTaylorSeries((order (NNI %))): Missing left brace
+"\\spad{order(x)} returns the order of a power series \\spad{x,} \\indented{1}{\\spadignore{i.e.} the degree of the first non-zero term of the series.}"
- (20) 0
- Type: AlgebraicNumber
-(21) -> f(n4)
+=========================================================================
+typos 40314:
- 2 2 3 2
- (21) (2%z0 + 1)%z1 + (2%z0 + %z0 + 2)%z1 + 2%z0 + %z0 - 1
- Type: AlgebraicNumber
+>compiling PID.spad to PID.nrlib
-so %%(1).4 is not a root?
+--->bookvol10.2.pamphlet-->PrincipalIdealDomain(constructor): Missing left brace
+"The category of constructive principal ideal domains, \\spadignore{i.e.} where a single generator can be constructively found for any ideal given by a finite set of generators. Note that this constructive definition only implies that finitely generated ideals are principal. It is not clear what we would mean by an infinitely generated ideal."
+=========================================================================
+typos 40313:
-rootsOf(2*z^4 + z^3 - z - 2) wrong
-rootsOf(2*z^4 + z^3 - z - 2, z) correct
-rootsOf(z^4 + z^3 + z - 1) wrong
-rootsOf(z^4 + z^3 + z - 1,z) correct
+>compiling DIVCAT.spad to DIVCAT.nrlib
+--->bookvol10.2.pamphlet-->DivisorCategory((split ((List %) %))): Missing left pren
+--->bookvol10.2.pamphlet-->DivisorCategory((split ((List %) %))): Missing right bracket
+"\\spad{split(d)} splits the divisor \\spad{d.} For example, split( 2 \\spad{p1} + 3p2 ) returns the list [ 2 \\spad{p1,} 3 \\spad{p2} \\spad{].}"
+--->bookvol10.2.pamphlet-->DivisorCategory((<= (BOOLEAN % %))): Not documented!!!!
-Sat 22 May 2004 01:48:36 PM GMT, comment #1:
+--->bookvol10.2.pamphlet-->DivisorCategory((suppOfPole ((LIST S) %))): Improper first word in comments: suppOfZero
+"suppOfZero(d) returns the elements of the support of \\spad{d} that have a negative coefficient."
-Maybe I should have added why rootsOf(2*z^4 + z^3 - z - 2) is wrong:
-2z^4+z^3-z-2=(z^2-1)(2*z^2+z+2),
-thus no two roots are equal, contrary to axioms result.
+--->bookvol10.2.pamphlet-->DivisorCategory((incr (% %))): Not documented!!!!
-Martin
- Martin Rubey
+=========================================================================
+typos 40312:
+>compiling EAB.spad to EAB.nrlib
-Wed 10 Mar 2004 09:06:43 AM GMT, original submission:
+--->bookvol10.3.pamphlet-->ExtAlgBasis((degree (NNI %))): Missing left brace
+"\\spad{degree(x)} gives the numbers of 1's in \\spad{x,} \\spadignore{i.e.} the number of non-zero exponents in the basis element that \\spad{x} represents."
-a fresh Axiom says
+=========================================================================
+typos 40311:
-(1) -> rootsOf(2*z^4 + z^3 - z - 2,z)
+>compiling FIELD.spad to FIELD.nrlib
+
+--->-->Field&(constructor): Missing left brace
+"The category of commutative fields, \\spadignore{i.e.} commutative rings where all non-zero elements have multiplicative inverses. The \\spadfun{factor} operation while trivial is useful to have defined. \\blankline Axioms\\br \\tab{5}\\spad{a*(b/a) = b}\\br \\tab{5}\\spad{inv(a) = 1/a}"
-- 2%z2 - 2%z1 - 2%z0 - 1
-(1) [%z0,%z1,%z2,------------------------]
-2
-Type: List Expression Integer
+--->bookvol10.2.pamphlet-->Field(constructor): Missing left brace
+"The category of commutative fields, \\spadignore{i.e.} commutative rings where all non-zero elements have multiplicative inverses. The \\spadfun{factor} operation while trivial is useful to have defined. \\blankline Axioms\\br \\tab{5}\\spad{a*(b/a) = b}\\br \\tab{5}\\spad{inv(a) = 1/a}"
-(2) -> rootsOf(2*z^4 + z^3 - z - 2)
+=========================================================================
+typos 40310:
-(2) [%z4,%z5,%z5,- %z5]
-Type: List AlgebraicNumber
+>compiling FSERIES.spad to FSERIES.nrlib
-which is wrong.
+--->bookvol10.3.pamphlet-->FourierSeries((makeCos ($ E R))): Improper first word in comments:
+"\\indented{1}{makeCos(e,r) makes a sin expression with given} argument and coefficient"
-Same thing for zerosOf, same thing for z^4+z^3+z-1
+=========================================================================
+typos 40309:
+
+>compiling LA.spad to LA.nrlib
+
+--->bookvol10.3.pamphlet-->LocalAlgebra(constructor): Missing left brace
+"LocalAlgebra produces the localization of an algebra, \\spadignore{i.e.} fractions whose numerators come from some \\spad{R} algebra."
=========================================================================
+typos 40308:
-bug 7158: patch #3127 is wrong fix
+>compiling MAPPKG4.spad to MAPPKG4.nrlib
-currently Axiom gives:
+--->bookvol10.4.pamphlet-->MappingPackage4((+ ((Mapping B A) (Mapping B A) (Mapping B A)))): Improper first word in comments:
+"\\indented{1}{\\spad(+) does functional addition} \\blankline \\spad{X} f:=(x:INT):INT \\spad{+->} 3*x \\spad{X} g:=(x:INT):INT \\spad{+->} 2*x+3 \\spad{X} (f+g)(4)"
-product(summation(i*j,i=a..b),j=c..d)
+--->bookvol10.4.pamphlet-->MappingPackage4((- ((Mapping B A) (Mapping B A) (Mapping B A)))): Improper first word in comments:
+"\\indented{1}{\\spad(+) does functional addition} \\blankline \\spad{X} f:=(x:INT):INT \\spad{+->} 3*x \\spad{X} g:=(x:INT):INT \\spad{+->} 2*x+3 \\spad{X} (f-g)(4)"
- d b
- ++-++ --+
- (1) | | > i j
- | | --+
- j= c i= a
- Type: Expression Integer
+--->bookvol10.4.pamphlet-->MappingPackage4((* ((Mapping B A) (Mapping B A) (Mapping B A)))): Improper first word in comments:
+"\\indented{1}{\\spad(+) does functional addition} \\blankline \\spad{X} f:=(x:INT):INT \\spad{+->} 3*x \\spad{X} g:=(x:INT):INT \\spad{+->} 2*x+3 \\spad{X} (f*g)(4)"
-but NAG version gives
+--->bookvol10.4.pamphlet-->MappingPackage4((/ ((Mapping (Expression (Integer)) A) (Mapping (Expression (Integer)) A) (Mapping (Expression (Integer)) A)))): Improper first word in comments:
+"\\indented{1}{\\spad(+) does functional addition} \\blankline \\spad{X} p:=(x:EXPR(INT)):EXPR(INT)+->3*x \\spad{X} \\spad{q:=(x:EXPR(INT)):EXPR(INT)+->2*x+3} \\spad{X} (p/q)(4) \\spad{X} (p/q)(x)"
- b d - c + 1
- --+ 2
- > i
- --+
- i=a
+=========================================================================
+typos 40307:
+
+>compiling PRODUCT.spad to PRODUCT.nrlib
+
+--->bookvol10.3.pamphlet-->Product((makeprod (% A B))): Improper first word in comments:
+"\\indented{1}{makeprod(a,b) computes the product of two functions} \\blankline \\spad{X} f:=(x:INT):INT \\spad{+->} 3*x \\spad{X} g:=(x:INT):INT \\spad{+->} \\spad{x^3} \\spad{X} h(x:INT):Product(INT,INT) \\spad{==} makeprod(f \\spad{x,} \\spad{g} \\spad{x)} \\spad{X} h(3)"
=========================================================================
+typos 40306:
-bug 7157: 0::CARD^0::CARD should be 1?
+>compiling ARR2CAT.spad to ARR2CAT.nrlib
-(1) -> 0::CARD
+--->-->TwoDimensionalArrayCategory&((new (% (NonNegativeInteger) (NonNegativeInteger) R))): Improper first word in comments:
+"\\indented{1}{new(m,n,r) is an m-by-n array all of whose entries are \\spad{r}} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,0)"
- (1) 0
- Type: CardinalNumber
-(2) -> 0::CARD^0::CARD
-
- >> Error detected within library code:
- 0**0 not defined for cardinal numbers.
+--->-->TwoDimensionalArrayCategory&((fill! (% % R))): Improper first word in comments:
+"\\indented{1}{fill!(m,r) fills \\spad{m} with r's} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,0) \\spad{X} fill!(arr,10)"
-(2) -> complex(0,0)^complex(0,0.0)
-
- >> Error detected within library code:
- log 0 generated
+--->-->TwoDimensionalArrayCategory&((minRowIndex ((Integer) %))): Improper first word in comments:
+"\\indented{1}{minRowIndex(m) returns the index of the 'first' row of the array \\spad{m}} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,10) \\spad{X} minRowIndex(arr)"
-(2) -> complex(0,0)^complex(2,2.0)
-
- >> Error detected within library code:
- log 0 generated
+--->-->TwoDimensionalArrayCategory&((maxRowIndex ((Integer) %))): Improper first word in comments:
+"\\indented{1}{maxRowIndex(m) returns the index of the 'last' row of the array \\spad{m}} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,10) \\spad{X} maxRowIndex(arr)"
-(2) ->
+--->-->TwoDimensionalArrayCategory&((minColIndex ((Integer) %))): Improper first word in comments:
+"\\indented{1}{minColIndex(m) returns the index of the 'first' column of the array \\spad{m}} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,10) \\spad{X} minColIndex(arr)"
-=========================================================================
+--->-->TwoDimensionalArrayCategory&((maxColIndex ((Integer) %))): Improper first word in comments:
+"\\indented{1}{maxColIndex(m) returns the index of the 'last' column of the array \\spad{m}} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,10) \\spad{X} maxColIndex(arr)"
-bug 7156: nonsense result
+--->-->TwoDimensionalArrayCategory&((nrows ((NonNegativeInteger) %))): Improper first word in comments:
+"\\indented{1}{nrows(m) returns the number of rows in the array \\spad{m}} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,10) \\spad{X} nrows(arr)"
-(1) -> matrix([[0,0],[0,0]])^0.1
+--->-->TwoDimensionalArrayCategory&((ncols ((NonNegativeInteger) %))): Improper first word in comments:
+"\\indented{1}{ncols(m) returns the number of columns in the array \\spad{m}} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,10) \\spad{X} ncols(arr)"
- (1) 0.0
- Type: Float
-(2) -> matrix([[0,0],[0,0]])^x
+--->-->TwoDimensionalArrayCategory&((elt (R % (Integer) (Integer)))): Improper first word in comments:
+"\\indented{1}{elt(m,i,j) returns the element in the \\spad{i}th row and jth} \\indented{1}{column of the array \\spad{m}} \\indented{1}{error check to determine if indices are in proper ranges} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,10) \\spad{X} elt(arr,1,1)"
- x
- (2) 0
- Type: Expression Integer
+--->-->TwoDimensionalArrayCategory&((qelt (R % (Integer) (Integer)))): Improper first word in comments:
+"\\indented{1}{qelt(m,i,j) returns the element in the \\spad{i}th row and jth} \\indented{1}{column of the array \\spad{m}} \\indented{1}{NO error check to determine if indices are in proper ranges} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,10) \\spad{X} qelt(arr,1,1)"
-(3) -> matrix([[0,0],[0,1]])^0.1
- There are 4 exposed and 0 unexposed library operations named ^
- having 2 argument(s) but none was determined to be applicable.
- Use HyperDoc Browse, or issue
- )display op ^
- to learn more about the available operations. Perhaps
- package-calling the operation or using coercions on the arguments
- will allow you to apply the operation.
-
- Cannot find a definition or applicable library operation named ^
- with argument type(s)
- Matrix Integer
- Float
-
- Perhaps you should use "@" to indicate the required return type,
- or "$" to specify which version of the function you need.
-(3) -> matrix([[0,0],[0,1]])^x
- There are 4 exposed and 0 unexposed library operations named ^
- having 2 argument(s) but none was determined to be applicable.
- Use HyperDoc Browse, or issue
- )display op ^
- to learn more about the available operations. Perhaps
- package-calling the operation or using coercions on the arguments
- will allow you to apply the operation.
-
- Cannot find a definition or applicable library operation named ^
- with argument type(s)
- Matrix Integer
- Variable x
-
- Perhaps you should use "@" to indicate the required return type,
- or "$" to specify which version of the function you need.
+--->-->TwoDimensionalArrayCategory&((elt (R % (Integer) (Integer) R))): Improper first word in comments:
+"\\indented{1}{elt(m,i,j,r) returns the element in the \\spad{i}th row and jth} \\indented{1}{column of the array \\spad{m,} if \\spad{m} has an \\spad{i}th row and a \\spad{j}th column,} \\indented{1}{and returns \\spad{r} otherwise} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,10) \\spad{X} elt(arr,1,1,6) \\spad{X} elt(arr,1,10,6)"
-=========================================================================
+--->-->TwoDimensionalArrayCategory&((row (Row % (Integer)))): Improper first word in comments:
+"\\indented{1}{row(m,i) returns the \\spad{i}th row of \\spad{m}} \\indented{1}{error check to determine if index is in proper ranges} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,10) \\spad{X} row(arr,1)"
-bug 7155: fatal error
+--->-->TwoDimensionalArrayCategory&((column (Col % (Integer)))): Improper first word in comments:
+"\\indented{1}{column(m,j) returns the \\spad{j}th column of \\spad{m}} \\indented{1}{error check to determine if index is in proper ranges} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,10) \\spad{X} column(arr,1)"
-(1) -> a:=series sin(x)
- Loading /research2/test/mnt/fedora5/algebra/EXPR2UPS.o for package
- ExpressionToUnivariatePowerSeries
+--->-->TwoDimensionalArrayCategory&((parts ((List R) %))): Improper first word in comments:
+"\\indented{1}{parts(m) returns a list of the elements of \\spad{m} in row major order} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,10) \\spad{X} parts(arr)"
- 1 3 1 5 1 7 1 9 1 11 12
- (1) x - - x + --- x - ---- x + ------ x - -------- x + O(x )
- 6 120 5040 362880 39916800
- Type: UnivariatePuiseuxSeries(Expression Integer,x,0)
-(2) -> a*1.0
- Loading /research2/test/mnt/fedora5/algebra/EXPR2.o for package
- ExpressionFunctions2
-
- >> System error:
- Caught fatal error [memory may be damaged]
+--->-->TwoDimensionalArrayCategory&((setelt (R % (Integer) (Integer) R))): Improper first word in comments:
+"\\indented{1}{setelt(m,i,j,r) sets the element in the \\spad{i}th row and jth} \\indented{1}{column of \\spad{m} to \\spad{r}} \\indented{1}{error check to determine if indices are in proper ranges} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,0) \\spad{X} setelt(arr,1,1,17)"
+--->-->TwoDimensionalArrayCategory&((qsetelt! (R % (Integer) (Integer) R))): Improper first word in comments:
+"\\indented{1}{qsetelt!(m,i,j,r) sets the element in the \\spad{i}th row and jth} \\indented{1}{column of \\spad{m} to \\spad{r}} \\indented{1}{NO error check to determine if indices are in proper ranges} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,0) \\spad{X} qsetelt!(arr,1,1,17)"
-=========================================================================
+--->-->TwoDimensionalArrayCategory&((setRow! (% % (Integer) Row))): Improper first word in comments:
+"\\indented{1}{setRow!(m,i,v) sets to \\spad{i}th row of \\spad{m} to \\spad{v}} \\blankline \\spad{X} T1:=TwoDimensionalArray Integer \\spad{X} arr:T1:= new(5,4,0) \\spad{X} T2:=OneDimensionalArray Integer \\spad{X} \\spad{arow:=construct([1,2,3,4]::List(INT))$T2} \\spad{X} \\spad{setRow!(arr,1,arow)$T1}"
-bug 7154: strange handling of args outside -%pi/2 < x < $pi/2
+--->-->TwoDimensionalArrayCategory&((setColumn! (% % (Integer) Col))): Improper first word in comments:
+"\\indented{1}{setColumn!(m,j,v) sets to \\spad{j}th column of \\spad{m} to \\spad{v}} \\blankline \\spad{X} T1:=TwoDimensionalArray Integer \\spad{X} arr:T1:= new(5,4,0) \\spad{X} T2:=OneDimensionalArray Integer \\spad{X} \\spad{acol:=construct([1,2,3,4,5]::List(INT))$T2} \\spad{X} \\spad{setColumn!(arr,1,acol)$T1}"
-(1) -> atan(tan(3))
+--->-->TwoDimensionalArrayCategory&((map (% (Mapping R R) %))): Improper first word in comments:
+"\\indented{1}{map(f,a) returns \\spad{b}, where \\spad{b(i,j) = f(a(i,j))}} \\indented{1}{for all \\spad{i, \\spad{j}}} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,10) \\spad{X} map(-,arr) \\spad{X} map((x \\spad{+->} \\spad{x} + x),arr)"
- (1) 3
- Type: Expression Integer
-(2) -> atan(tan(3.0))
+--->-->TwoDimensionalArrayCategory&((map! (% (Mapping R R) %))): Improper first word in comments:
+"\\indented{1}{map!(f,a)\\space{2}assign \\spad{a(i,j)} to \\spad{f(a(i,j))}} \\indented{1}{for all \\spad{i, \\spad{j}}} \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,10) \\spad{X} map!(-,arr)"
- (2) - 0.1415926535 8979323846
- Type: Float
-(3) -> atan(tan(1))
+--->-->TwoDimensionalArrayCategory&((map (% (Mapping R R R) % %))): Improper first word in comments:
+"\\indented{1}{map(f,a,b) returns \\spad{c}, where \\spad{c(i,j) = f(a(i,j),b(i,j))}} \\indented{1}{for all \\spad{i, \\spad{j}}} \\blankline \\spad{X} adder(a:Integer,b:Integer):Integer \\spad{==} a+b \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,10) \\spad{X} map(adder,arr,arr)"
- (3) 1
- Type: Expression Integer
-(4) -> atan(tan(1.0))
+--->-->TwoDimensionalArrayCategory&((map (% (Mapping R R R) % % R))): Improper first word in comments:
+"\\indented{1}{map(f,a,b,r) returns \\spad{c}, where \\spad{c(i,j) = f(a(i,j),b(i,j))}} \\indented{1}{when both \\spad{a(i,j)} and \\spad{b(i,j)} exist;} \\indented{1}{else \\spad{c(i,j) = f(r, b(i,j))} when \\spad{a(i,j)} does not exist;} \\indented{1}{else \\spad{c(i,j) = f(a(i,j),r)} when \\spad{b(i,j)} does not exist;} \\indented{1}{otherwise \\spad{c(i,j) = f(r,r)}.} \\blankline \\spad{X} adder(a:Integer,b:Integer):Integer \\spad{==} a+b \\spad{X} \\spad{arr1} : \\spad{ARRAY2} INT \\spad{:=} new(5,4,10) \\spad{X} \\spad{arr2} : \\spad{ARRAY2} INT \\spad{:=} new(3,3,10) \\spad{X} map(adder,arr1,arr2,17)"
- (4) 1.0
- Type: Float
-=========================================================================
+--->bookvol10.2.pamphlet-->TwoDimensionalArrayCategory((new (% (NonNegativeInteger) (NonNegativeInteger) R))): Improper first word in comments:
+"\\indented{1}{new(m,n,r) is an m-by-n array all of whose entries are \\spad{r}} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,0)"
-bug 7153: division by zero due to definition problem
+--->bookvol10.2.pamphlet-->TwoDimensionalArrayCategory((fill! (% % R))): Improper first word in comments:
+"\\indented{1}{fill!(m,r) fills \\spad{m} with r's} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,0) \\spad{X} fill!(arr,10)"
-asin(complex(1.0,0.0))
->> Error detected within library code:
- catdef: division by zero
+--->bookvol10.2.pamphlet-->TwoDimensionalArrayCategory((minRowIndex ((Integer) %))): Improper first word in comments:
+"\\indented{1}{minRowIndex(m) returns the index of the 'first' row of the array \\spad{m}} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,10) \\spad{X} minRowIndex(arr)"
+--->bookvol10.2.pamphlet-->TwoDimensionalArrayCategory((maxRowIndex ((Integer) %))): Improper first word in comments:
+"\\indented{1}{maxRowIndex(m) returns the index of the 'last' row of the array \\spad{m}} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,10) \\spad{X} maxRowIndex(arr)"
-trigcat.spad.pamphlet =>
-asin x == atan(x/sqrt(1-x**2))
+--->bookvol10.2.pamphlet-->TwoDimensionalArrayCategory((minColIndex ((Integer) %))): Improper first word in comments:
+"\\indented{1}{minColIndex(m) returns the index of the 'first' column of the array \\spad{m}} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,10) \\spad{X} minColIndex(arr)"
+--->bookvol10.2.pamphlet-->TwoDimensionalArrayCategory((maxColIndex ((Integer) %))): Improper first word in comments:
+"\\indented{1}{maxColIndex(m) returns the index of the 'last' column of the array \\spad{m}} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,10) \\spad{X} maxColIndex(arr)"
-asin(1.0) => %pi/2.0
-but not for Complex(Float)
+--->bookvol10.2.pamphlet-->TwoDimensionalArrayCategory((nrows ((NonNegativeInteger) %))): Improper first word in comments:
+"\\indented{1}{nrows(m) returns the number of rows in the array \\spad{m}} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,10) \\spad{X} nrows(arr)"
-=========================================================================
+--->bookvol10.2.pamphlet-->TwoDimensionalArrayCategory((ncols ((NonNegativeInteger) %))): Improper first word in comments:
+"\\indented{1}{ncols(m) returns the number of columns in the array \\spad{m}} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,10) \\spad{X} ncols(arr)"
-bug 7152: integration bug
+--->bookvol10.2.pamphlet-->TwoDimensionalArrayCategory((elt (R % (Integer) (Integer)))): Improper first word in comments:
+"\\indented{1}{elt(m,i,j) returns the element in the \\spad{i}th row and jth} \\indented{1}{column of the array \\spad{m}} \\indented{1}{error check to determine if indices are in proper ranges} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,10) \\spad{X} elt(arr,1,1)"
-integrate((1/x)::UTS(FRAC POLY INT, x, 0),x)
-integrate((1/y)::UTS(FRAC POLY INT, x, 0),z)
+--->bookvol10.2.pamphlet-->TwoDimensionalArrayCategory((qelt (R % (Integer) (Integer)))): Improper first word in comments:
+"\\indented{1}{qelt(m,i,j) returns the element in the \\spad{i}th row and jth} \\indented{1}{column of the array \\spad{m}} \\indented{1}{NO error check to determine if indices are in proper ranges} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,10) \\spad{X} qelt(arr,1,1)"
-The first bug is an indication that 1/x should not be of type
-UTS(x,FRAC POLY INT), UP(x, FRAC POLY INT) and so on. The second is an
-indication that QFCAT should have a function variables: % -> List
-Symbol.
+--->bookvol10.2.pamphlet-->TwoDimensionalArrayCategory((elt (R % (Integer) (Integer) R))): Improper first word in comments:
+"\\indented{1}{elt(m,i,j,r) returns the element in the \\spad{i}th row and jth} \\indented{1}{column of the array \\spad{m,} if \\spad{m} has an \\spad{i}th row and a \\spad{j}th column,} \\indented{1}{and returns \\spad{r} otherwise} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,10) \\spad{X} elt(arr,1,1,6) \\spad{X} elt(arr,1,10,6)"
-Sat 02 Oct 2004 12:09:22 PM GMT, comment #2:
+--->bookvol10.2.pamphlet-->TwoDimensionalArrayCategory((row (Row % (Integer)))): Improper first word in comments:
+"\\indented{1}{row(m,i) returns the \\spad{i}th row of \\spad{m}} \\indented{1}{error check to determine if index is in proper ranges} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,10) \\spad{X} row(arr,1)"
-I disagree with the previous comment; x should be captured and not
-allowed in the FRAC POLY INT. (I agree that the second example in the
-original report is not a bug.)
+--->bookvol10.2.pamphlet-->TwoDimensionalArrayCategory((column (Col % (Integer)))): Improper first word in comments:
+"\\indented{1}{column(m,j) returns the \\spad{j}th column of \\spad{m}} \\indented{1}{error check to determine if index is in proper ranges} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,10) \\spad{X} column(arr,1)"
-But surely we can all agree that
-integrate((1/x)::ULS(FRAC POLY INT,x, 0),x)
-is a bug? The problem is the same: the 1/x is being treated
-in the coefficient domain. Note that
-integrate(1/(x::ULS(FRAC POLYINT, x, 0)),x)
-produces a correct result.
+--->bookvol10.2.pamphlet-->TwoDimensionalArrayCategory((parts ((List R) %))): Improper first word in comments:
+"\\indented{1}{parts(m) returns a list of the elements of \\spad{m} in row major order} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,10) \\spad{X} parts(arr)"
-Dylan (dpt@math.harvard.edu)
+--->bookvol10.2.pamphlet-->TwoDimensionalArrayCategory((setelt (R % (Integer) (Integer) R))): Improper first word in comments:
+"\\indented{1}{setelt(m,i,j,r) sets the element in the \\spad{i}th row and jth} \\indented{1}{column of \\spad{m} to \\spad{r}} \\indented{1}{error check to determine if indices are in proper ranges} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,0) \\spad{X} setelt(arr,1,1,17)"
-Sat 02 Oct 2004 08:33:01 AM GMT, comment #1:
+--->bookvol10.2.pamphlet-->TwoDimensionalArrayCategory((qsetelt! (R % (Integer) (Integer) R))): Improper first word in comments:
+"\\indented{1}{qsetelt!(m,i,j,r) sets the element in the \\spad{i}th row and jth} \\indented{1}{column of \\spad{m} to \\spad{r}} \\indented{1}{NO error check to determine if indices are in proper ranges} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,0) \\spad{X} qsetelt!(arr,1,1,17)"
-Neither of these is a bug. In the first one, Axiom coerced 1/x into
-FRAC POLY INT correctly: the only / operation available in UTS is one
-induced from the coefficient domain, which requires the denominator to
-be in the coefficient domain, and the division is done termwise to the
-coefficients of the series. So 1/x ends up in FRAC POLY INT. Note that
-to obtain a Taylor series at x = 0 is mathematically is wrong, since
-1/x is not defined at x=0. Also the way to obtain a Taylor series is
-taylor(func, x=a). If you do integrate(taylor(1/x,x=1),x), that would
-cause no problems. Note that the domain of this command is UTS(EXPR
-INT, x,1), so such towers are valid and necessary in Axiom. Note also
-there are only two exported[coerce] in UTS and they do NOT apply to
-1/x. The x in UTS is like the x in UP and is different from the x in
-FRAC POLY INT. The representation is Stream Coef (no variable
-specified because it is univariate).
+--->bookvol10.2.pamphlet-->TwoDimensionalArrayCategory((setRow! (% % (Integer) Row))): Improper first word in comments:
+"\\indented{1}{setRow!(m,i,v) sets to \\spad{i}th row of \\spad{m} to \\spad{v}} \\blankline \\spad{X} T1:=TwoDimensionalArray Integer \\spad{X} arr:T1:= new(5,4,0) \\spad{X} T2:=OneDimensionalArray Integer \\spad{X} \\spad{arow:=construct([1,2,3,4]::List(INT))$T2} \\spad{X} \\spad{setRow!(arr,1,arow)$T1}"
-For the same reason, in the second command, 1/y is correctly coerced
-into FRAC POLY INT. However, in UTS(,x,), the only integrations
-allowed are with respect to x. If you want to do integration in
-FRAC POLY INT, then you should do so without coercing 1/y into UTS.
+--->bookvol10.2.pamphlet-->TwoDimensionalArrayCategory((setColumn! (% % (Integer) Col))): Improper first word in comments:
+"\\indented{1}{setColumn!(m,j,v) sets to \\spad{j}th column of \\spad{m} to \\spad{v}} \\blankline \\spad{X} T1:=TwoDimensionalArray Integer \\spad{X} arr:T1:= new(5,4,0) \\spad{X} T2:=OneDimensionalArray Integer \\spad{X} \\spad{acol:=construct([1,2,3,4,5]::List(INT))$T2} \\spad{X} \\spad{setColumn!(arr,1,acol)$T1}"
-So your examples do not illustrate the problem about mixed up
-variables. In fact, it supports use of towers like UTS(EXPR INT, x,a).
+--->bookvol10.2.pamphlet-->TwoDimensionalArrayCategory((map (% (Mapping R R) %))): Improper first word in comments:
+"\\indented{1}{map(f,a) returns \\spad{b}, where \\spad{b(i,j) = f(a(i,j))}} \\indented{1}{for all \\spad{i, \\spad{j}}} \\blankline \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,10) \\spad{X} map(-,arr) \\spad{X} map((x \\spad{+->} \\spad{x} + x),arr)"
-William (wyscc@cunyvm.cuny.edu)
+--->bookvol10.2.pamphlet-->TwoDimensionalArrayCategory((map! (% (Mapping R R) %))): Improper first word in comments:
+"\\indented{1}{map!(f,a)\\space{2}assign \\spad{a(i,j)} to \\spad{f(a(i,j))}} \\indented{1}{for all \\spad{i, \\spad{j}}} \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,10) \\spad{X} map!(-,arr)"
-Sat 11 Sep 2004 12:34:23 PM GMT, original submission:
+--->bookvol10.2.pamphlet-->TwoDimensionalArrayCategory((map (% (Mapping R R R) % %))): Improper first word in comments:
+"\\indented{1}{map(f,a,b) returns \\spad{c}, where \\spad{c(i,j) = f(a(i,j),b(i,j))}} \\indented{1}{for all \\spad{i, \\spad{j}}} \\blankline \\spad{X} adder(a:Integer,b:Integer):Integer \\spad{==} a+b \\spad{X} arr : \\spad{ARRAY2} INT \\spad{:=} new(5,4,10) \\spad{X} map(adder,arr,arr)"
-integrate((1/x)::UTS(FRAC POLY INT, x, 0),x)
+--->bookvol10.2.pamphlet-->TwoDimensionalArrayCategory((map (% (Mapping R R R) % % R))): Improper first word in comments:
+"\\indented{1}{map(f,a,b,r) returns \\spad{c}, where \\spad{c(i,j) = f(a(i,j),b(i,j))}} \\indented{1}{when both \\spad{a(i,j)} and \\spad{b(i,j)} exist;} \\indented{1}{else \\spad{c(i,j) = f(r, b(i,j))} when \\spad{a(i,j)} does not exist;} \\indented{1}{else \\spad{c(i,j) = f(a(i,j),r)} when \\spad{b(i,j)} does not exist;} \\indented{1}{otherwise \\spad{c(i,j) = f(r,r)}.} \\blankline \\spad{X} adder(a:Integer,b:Integer):Integer \\spad{==} a+b \\spad{X} \\spad{arr1} : \\spad{ARRAY2} INT \\spad{:=} new(5,4,10) \\spad{X} \\spad{arr2} : \\spad{ARRAY2} INT \\spad{:=} new(3,3,10) \\spad{X} map(adder,arr1,arr2,17)"
-1
-(11) - x
-x
-Type: UnivariateTaylorSeries(Fraction Polynomial Integer,x,0)
+=========================================================================
+typos 40305:
-integrate((1/y)::UTS(FRAC POLY INT, x, 0),z)
+>compiling BBTREE.spad to BBTREE.nrlib
+
+--->bookvol10.3.pamphlet-->BalancedBinaryTree((balancedBinaryTree (% (NonNegativeInteger) S))): Improper first word in comments:
+"\\indented{1}{balancedBinaryTree(n, \\spad{s)} creates a balanced binary tree with} \\indented{1}{n nodes each with value \\spad{s.}} \\blankline \\spad{X} balancedBinaryTree(4, 0)"
-Cannot find a definition or applicable library operation named
-integrate with argument type(s)
-UnivariateTaylorSeries(Fraction Polynomial Integer,x,0)
-Variable z
+--->bookvol10.3.pamphlet-->BalancedBinaryTree((setleaves! (% % (List S)))): Improper first word in comments:
+"\\indented{1}{setleaves!(t, \\spad{ls)} sets the leaves of \\spad{t} in left-to-right order} \\indented{1}{to the elements of ls.} \\blankline \\spad{X} t1:=balancedBinaryTree(4, 0) \\spad{X} setleaves!(t1,[1,2,3,4])"
+
+--->bookvol10.3.pamphlet-->BalancedBinaryTree((mapUp! (S % (Mapping S S S)))): Improper first word in comments:
+"\\indented{1}{mapUp!(t,f) traverses balanced binary tree \\spad{t} in an \"endorder\"} \\indented{1}{(left then right then node) fashion returning \\spad{t} with the value} \\indented{1}{at each successive interior node of \\spad{t} replaced \\spad{by}} \\indented{1}{f(l,r) where \\spad{l} and \\spad{r} are the values at the immediate} \\indented{1}{left and right nodes.} \\blankline \\spad{X} T1:=BalancedBinaryTree Integer \\spad{X} t2:=balancedBinaryTree(4, 0)$T1 \\spad{X} setleaves!(t2,[1,2,3,4]::List(Integer)) \\spad{X} adder(a:Integer,b:Integer):Integer \\spad{==} a+b \\spad{X} mapUp!(t2,adder) \\spad{X} \\spad{t2}"
+--->bookvol10.3.pamphlet-->BalancedBinaryTree((mapUp! (% % % (Mapping S S S S S)))): Improper first word in comments:
+"\\indented{1}{mapUp!(t,t1,f) traverses balanced binary tree \\spad{t} in an \"endorder\"} \\indented{1}{(left then right then node) fashion returning \\spad{t} with the value} \\indented{1}{at each successive interior node of \\spad{t} replaced \\spad{by}} \\indented{1}{f(l,r,l1,r1) where \\spad{l} and \\spad{r} are the values at the immediate} \\indented{1}{left and right nodes. Values \\spad{l1} and \\spad{r1} are values at the} \\indented{1}{corresponding nodes of a balanced binary tree \\spad{t1,} of identical} \\indented{1}{shape at \\spad{t.}} \\blankline \\spad{X} T1:=BalancedBinaryTree Integer \\spad{X} t2:=balancedBinaryTree(4, 0)$T1 \\spad{X} setleaves!(t2,[1,2,3,4]::List(Integer)) \\spad{X} adder4(i:INT,j:INT,k:INT,l:INT):INT \\spad{==} i+j+k+l \\spad{X} mapUp!(t2,t2,adder4) \\spad{X} \\spad{t2}"
+
+--->bookvol10.3.pamphlet-->BalancedBinaryTree((mapDown! (% % S (Mapping S S S)))): Improper first word in comments:
+"\\indented{1}{mapDown!(t,p,f) returns \\spad{t} after traversing \\spad{t} in \"preorder\"} \\indented{1}{(node then left then right) fashion replacing the successive} \\indented{1}{interior nodes as follows. The root value \\spad{x} is} \\indented{1}{replaced by \\spad{q} \\spad{:=} f(p,x). The mapDown!(l,q,f) and} \\indented{1}{mapDown!(r,q,f) are evaluated for the left and right subtrees} \\indented{1}{l and \\spad{r} of \\spad{t.}} \\blankline \\spad{X} T1:=BalancedBinaryTree Integer \\spad{X} t2:=balancedBinaryTree(4, 0)$T1 \\spad{X} setleaves!(t2,[1,2,3,4]::List(Integer)) \\spad{X} adder(i:Integer,j:Integer):Integer \\spad{==} i+j \\spad{X} mapDown!(t2,4::INT,adder) \\spad{X} \\spad{t2}"
+
+--->bookvol10.3.pamphlet-->BalancedBinaryTree((mapDown! (% % S (Mapping (List S) S S S)))): Improper first word in comments:
+"\\indented{1}{mapDown!(t,p,f) returns \\spad{t} after traversing \\spad{t} in \"preorder\"} \\indented{1}{(node then left then right) fashion replacing the successive} \\indented{1}{interior nodes as follows. Let \\spad{l} and \\spad{r} denote the left and} \\indented{1}{right subtrees of \\spad{t.} The root value \\spad{x} of \\spad{t} is replaced by \\spad{p.}} \\indented{1}{Then f(value \\spad{l,} value \\spad{r,} \\spad{p),} where \\spad{l} and \\spad{r} denote the left} \\indented{1}{and right subtrees of \\spad{t,} is evaluated producing two values} \\indented{1}{pl and \\spad{pr.} Then \\spad{mapDown!(l,pl,f)} and \\spad{mapDown!(l,pr,f)}} \\indented{1}{are evaluated.} \\blankline \\spad{X} T1:=BalancedBinaryTree Integer \\spad{X} t2:=balancedBinaryTree(4, 0)$T1 \\spad{X} setleaves!(t2,[1,2,3,4]::List(Integer)) \\spad{X} adder3(i:Integer,j:Integer,k:Integer):List Integer \\spad{==} [i+j,j+k] \\spad{X} mapDown!(t2,4::INT,adder3) \\spad{X} \\spad{t2}"
=========================================================================
+typos 40304:
-bug 7151: bind stack overflow
+>compiling BLAS1.spad to BLAS1.nrlib
-(1) -> ?::Symbol
+--->bookvol10.5.pamphlet-->BlasLevelOne((dcabs1 (DF CDF))): Improper first word in comments:
+"\\indented{1}{dcabs1(z) computes \\spad{(+} (abs (realpart \\spad{z))} (abs (imagpart z)))} \\blankline \\spad{X} t1:Complex DoubleFloat \\spad{:=} complex(1.0,0) \\spad{X} dcabs1(t1)"
- (1) ?
- Type: Symbol
-(2) -> ?::Symbol::SAOS
-
- >> System error:
- Bind stack overflow.
+--->bookvol10.5.pamphlet-->BlasLevelOne((dasum (DF SI DX SI))): Improper first word in comments:
+--->bookvol10.5.pamphlet-->BlasLevelOne((dasum (DF SI DX SI))): Missing left bracket
+"\\indented{1}{dasum(n,array,incx) computes the sum of \\spad{n} elements in array} \\indented{1}{using a stride of incx} \\blankline \\spad{X} dx:PRIMARR(DFLOAT):=[ [1.0,2.0,3.0,4.0,5.0,6.0] ] \\spad{X} dasum(6,dx,1) \\spad{X} dasum(3,dx,2)"
-(2) -> x::Symbol::SAOS
+--->bookvol10.5.pamphlet-->BlasLevelOne((daxpy (DX SI DF DX SI DX SI))): Improper first word in comments:
+--->bookvol10.5.pamphlet-->BlasLevelOne((daxpy (DX SI DF DX SI DX SI))): Missing left bracket
+--->bookvol10.5.pamphlet-->BlasLevelOne((daxpy (DX SI DF DX SI DX SI))): Missing left bracket
+--->bookvol10.5.pamphlet-->BlasLevelOne((daxpy (DX SI DF DX SI DX SI))): Missing left bracket
+--->bookvol10.5.pamphlet-->BlasLevelOne((daxpy (DX SI DF DX SI DX SI))): Missing left bracket
+"\\indented{1}{daxpy(n,da,x,incx,y,incy) computes a \\spad{y} = a*x + \\spad{y}} \\indented{1}{for each of the chosen elements of the vectors \\spad{x} and \\spad{y}} \\indented{1}{and a constant multiplier a} \\indented{1}{Note that the vector \\spad{y} is modified with the results.} \\blankline \\spad{X} x:PRIMARR(DFLOAT):=[ [1.0,2.0,3.0,4.0,5.0,6.0] ] \\spad{X} y:PRIMARR(DFLOAT):=[ [1.0,2.0,3.0,4.0,5.0,6.0] ] \\spad{X} daxpy(6,2.0,x,1,y,1) \\spad{X} \\spad{y} \\spad{X} m:PRIMARR(DFLOAT):=[ [1.0,2.0,3.0] ] \\spad{X} n:PRIMARR(DFLOAT):=[ [1.0,2.0,3.0,4.0,5.0,6.0] ] \\spad{X} daxpy(3,-2.0,m,1,n,2) \\spad{X} \\spad{n}"
- (2) "?"
- Type: SingletonAsOrderedSet
+--->bookvol10.5.pamphlet-->BlasLevelOne((dcopy (DX SI DX SI DX SI))): Improper first word in comments:
+--->bookvol10.5.pamphlet-->BlasLevelOne((dcopy (DX SI DX SI DX SI))): Missing left bracket
+--->bookvol10.5.pamphlet-->BlasLevelOne((dcopy (DX SI DX SI DX SI))): Missing left bracket
+--->bookvol10.5.pamphlet-->BlasLevelOne((dcopy (DX SI DX SI DX SI))): Missing left bracket
+--->bookvol10.5.pamphlet-->BlasLevelOne((dcopy (DX SI DX SI DX SI))): Missing left bracket
+"\\indented{1}{dcopy(n,x,incx,y,incy) copies \\spad{y} from \\spad{x}} \\indented{1}{for each of the chosen elements of the vectors \\spad{x} and \\spad{y}} \\indented{1}{Note that the vector \\spad{y} is modified with the results.} \\blankline \\spad{X} x:PRIMARR(DFLOAT):=[ [1.0,2.0,3.0,4.0,5.0,6.0] ] \\spad{X} y:PRIMARR(DFLOAT):=[ [0.0,0.0,0.0,0.0,0.0,0.0] ] \\spad{X} dcopy(6,x,1,y,1) \\spad{X} \\spad{y} \\spad{X} m:PRIMARR(DFLOAT):=[ [1.0,2.0,3.0] ] \\spad{X} n:PRIMARR(DFLOAT):=[ [0.0,0.0,0.0,0.0,0.0,0.0] ] \\spad{X} dcopy(3,m,1,n,2) \\spad{X} \\spad{n}"
-=========================================================================
+--->bookvol10.5.pamphlet-->BlasLevelOne((ddot (DF SI DX SI DX SI))): Improper first word in comments:
+--->bookvol10.5.pamphlet-->BlasLevelOne((ddot (DF SI DX SI DX SI))): Missing left bracket
+--->bookvol10.5.pamphlet-->BlasLevelOne((ddot (DF SI DX SI DX SI))): Missing left bracket
+"\\indented{1}{ddot(n,x,incx,y,incy) computes the vector dot product} \\indented{1}{of elements from the vector \\spad{x} and the vector \\spad{y}} \\indented{1}{If the indicies are negative the elements are taken} \\indented{1}{relative to the far end of the vector.} \\blankline \\spad{X} x:PRIMARR(DFLOAT):=[ [1.0,2.0,3.0,4.0,5.0] ] \\spad{X} y:PRIMARR(DFLOAT):=[ [5.0,6.0,7.0,8.0,9.0] ] \\spad{X} ddot(0,a,1,b,1) \\spad{--} handle 0 elements \\spad{==>} 0 \\spad{X} ddot(3,a,1,b,1) \\spad{--} (1,2,3) * (5,6,7) \\spad{==>} 38.0 \\spad{X} ddot(3,a,1,b,2) \\spad{--} increment = 2 in \\spad{b} (1,2,3) * (5,7,9) \\spad{==>} 46.0 \\spad{X} ddot(3,a,2,b,1) \\spad{--} increment = 2 in a (1,3,5) * (5,6,7) \\spad{==>} 58.0 \\spad{X} ddot(3,a,1,b,-2) \\spad{--} increment = \\spad{-2} in \\spad{b} (1,2,3) * (9,7,5) \\spad{==>} 38.0 \\spad{X} ddot(2,a,-2,b,1) \\spad{--} increment = \\spad{-2} in a (5,3,1) * (5,6,7) \\spad{==>} 50.0 \\spad{X} ddot(3,a,-2,b,-2) \\spad{--} (5,3,1) * (9,7,5) \\spad{==>} 71.0"
-bug 7150: exquo cannot detect zero equivalence?
+--->bookvol10.5.pamphlet-->BlasLevelOne((dnrm2 (DF SI DX SI))): Improper first word in comments:
+--->bookvol10.5.pamphlet-->BlasLevelOne((dnrm2 (DF SI DX SI))): Missing left bracket
+"\\indented{1}{dnrm2 takes the norm of the vector, ||x||} \\blankline \\spad{X} a:PRIMARR(DFLOAT):=[ [3.0, -4.0, 5.0, -7.0, 9.0] ] \\spad{X} dnrm2(3,a,1) \\spad{--} 7.0710678118654755 = \\spad{sqrt(3.0^2} + \\spad{-4.0^2} + 5.0^2) \\spad{X} dnrm2(5,a,1) \\spad{--} 13.416407864998739 = sqrt(180.0) \\spad{X} dnrm2(3,a,2) \\spad{--} 10.72380529476361 = sqrt(115.0)"
-gcd((A-2^a)::UP(A,EXPR INT),(A^2-2^(2*a))::UP(A,EXPR INT))
+--->bookvol10.5.pamphlet-->BlasLevelOne((drotg (DX DF DF DF DF))): Improper first word in comments:
+"\\indented{1}{drotg computes a 2D plane Givens rotation spanned by two} \\indented{1}{coordinate axes.} \\blankline \\spad{X} a:MATRIX(DFLOAT):=[[6,5,0],[5,1,4],[0,4,3]] \\spad{X} drotg(elt(a,1,1),elt(a,1,2),0.0D0,0.0D0)"
-Cause:
-In EXPR INT, 2^a and 2^(2*a) are treated as two variables without
-relatoins in EXPR INT. Therefore exquo in
-gcdPrimitive(p1:SUPP,p2:SUPP)$PGCD fails.
+--->bookvol10.5.pamphlet-->BlasLevelOne((drot (LDX SI DX SI DX SI DF DF))): Improper first word in comments:
+"\\indented{1}{drot computes a 2D plane Givens rotation spanned by two} \\indented{1}{coordinate axes. It modifies the arrays in place.} \\indented{1}{The call drot(n,dx,incx,dy,incy,c,s) has the \\spad{dx} array which} \\indented{1}{contains the \\spad{y} axis locations and dy which contains the} \\indented{1}{y axis locations. They are rotated in parallel where} \\indented{1}{c is the cosine of the angle and \\spad{s} is the sine of the angle and} \\indented{1}{c^2+s^2 = 1} \\blankline \\spad{X} dx:PRIMARR(DFLOAT):=[[6,0, 1.0, 4.0, -1.0, -1.0]] \\spad{X} dy:PRIMARR(DFLOAT):=[[5.0, 1.0, -4.0, 4.0, -4.0]] \\spad{X} drot(5,dx,1,dy,1,0.707106781,0.707106781) \\spad{--} rotate by 45 degrees \\spad{X} \\spad{dx} \\spad{--} \\spad{dx} has been modified \\spad{X} dy \\spad{--} dy has been modified \\spad{X} drot(5,dx,1,dy,1,0.707106781,-0.707106781) \\spad{--} rotate by \\spad{-45} degrees \\spad{X} \\spad{dx} \\spad{--} \\spad{dx} has been modified \\spad{X} dy \\spad{--} dy has been modified"
+--->bookvol10.5.pamphlet-->BlasLevelOne((dscal (DX SI DF DX SI))): Improper first word in comments:
+"\\indented{1}{dscal scales each element of the vector by the scalar so} \\indented{1}{dscal(n,da,dx,incx) = da*dx for \\spad{n} elements, incremented by incx} \\indented{1}{Note that the \\spad{dx} array is modified in place.} \\blankline \\spad{X} dx:PRIMARR(DFLOAT):=[[1.0, 2.0, 3.0, 4.0, 5.0, 6.0]] \\spad{X} dscal(6,2.0,dx,1) \\spad{X} \\spad{dx} \\spad{X} dx:PRIMARR(DFLOAT):=[[1.0, 2.0, 3.0, 4.0, 5.0, 6.0]] \\spad{X} dscal(3,0.5,dx,1) \\spad{X} \\spad{dx}"
-(+) Discussion
-Thu 30 Sep 2004 09:31:59 AM GMT, comment #3:
+--->bookvol10.5.pamphlet-->BlasLevelOne((dswap (LDX SI DX SI DX SI))): Improper first word in comments:
+"\\indented{1}{dswap swaps elements from the first vector with the second} \\indented{1}{Note that the arrays are modified in place.} \\blankline \\spad{X} dx:PRIMARR(DFLOAT):=[[1.0, 2.0, 3.0, 4.0, 5.0, 6.0]] \\spad{X} dy:PRIMARR(DFLOAT):=[[1.0, 2.0, 3.0, 4.0, 5.0, 6.0]] \\spad{X} dswap(5,dx,1,dy,1) \\spad{X} dx:PRIMARR(DFLOAT):=[[1.0, 2.0, 3.0, 4.0, 5.0, 6.0]] \\spad{X} dy:PRIMARR(DFLOAT):=[[1.0, 2.0, 3.0, 4.0, 5.0, 6.0]] \\spad{X} dswap(3,dx,2,dy,2) \\spad{X} dx:PRIMARR(DFLOAT):=[[1.0, 2.0, 3.0, 4.0, 5.0, 6.0]] \\spad{X} dy:PRIMARR(DFLOAT):=[[1.0, 2.0, 3.0, 4.0, 5.0, 6.0]] \\spad{X} dswap(5,dx,1,dy,-1)"
->> Sorry, this is not correct. It is in FIELD (for EXPR INT)
+--->bookvol10.5.pamphlet-->BlasLevelOne((dzasum (DF SI PCDF SI))): Improper first word in comments:
+"\\indented{1}{dzasum takes the sum over all of the array where each} \\indented{1}{element of the array sum is the sum of the absolute} \\indented{1}{value of the real part and the absolute value of the} \\indented{1}{imaginary part of each array element:} \\indented{3}{for \\spad{i} in array do sum = sum + (real(a(i)) + imag(a(i)))} \\blankline \\spad{X} d:PRIMARR(COMPLEX(DFLOAT)):=[[1.0+2.0*\\%i,-3.0+4.0*\\%i,5.0-6.0*\\%i]] \\spad{X} dzasum(3,d,1) \\spad{--} 21.0 \\spad{X} dzasum(3,d,2) \\spad{--} 14.0 \\spad{X} dzasum(-3,d,1) \\spad{--} 0.0"
-Excuse me, I was to quick again. Here is the (hopefully correct) anaylysis:
+--->bookvol10.5.pamphlet-->BlasLevelOne((dznrm2 (DF SI PCDF SI))): Improper first word in comments:
+"\\indented{1}{dznrm2 returns the norm of a complex vector. It computes} \\indented{1}{sqrt(sum(v*conjugate(v)))} \\blankline \\spad{X} a:PRIMARR(COMPLEX(DFLOAT)) \\spad{X} a:=[[3.+4.*\\%i,-4.+5.*\\%i,5.+6.*\\%i,7.-8.*\\%i,-9.-2.*\\%i]] \\spad{X} dznrm2(5,a,1) \\spad{--} should be 18.028 \\spad{X} dznrm2(3,a,2) \\spad{--} should be 13.077 \\spad{X} dznrm2(3,a,1) \\spad{--} should be 11.269 \\spad{X} dznrm2(3,a,-1) \\spad{--} should be 0.0 \\spad{X} dznrm2(-3,a,-1) \\spad{--} should be 0.0 \\spad{X} dznrm2(1,a,1) \\spad{--} should be 5.0 \\spad{X} dznrm2(1,a,2) \\spad{--} should be 5.0"
-exquo(simplify((A-2^a)*(A+2^a))::UP(A,EXPR INT),(A-2^a)::UP(A,EXPR INT))
+--->bookvol10.5.pamphlet-->BlasLevelOne((icamax (INT INT PCF INT))): Improper first word in comments:
+"\\indented{1}{icamax computes the largest absolute value of the elements} \\indented{1}{of the array and returns the index of the first instance} \\indented{1}{of the maximum} \\blankline \\spad{X} a:PRIMARR(COMPLEX(FLOAT)) \\spad{X} a:=[[3.+4.*\\%i,-4.+5.*\\%i,5.+6.*\\%i,7.-8.*\\%i,-9.-2.*\\%i]] \\spad{X} icamax(5,a,1) \\spad{--} should be 3 \\spad{X} icamax(0,a,1) \\spad{--} should be \\spad{-1} \\spad{X} icamax(5,a,-1) \\spad{--} should be \\spad{-1} \\spad{X} icamax(3,a,1) \\spad{--} should be 2 \\spad{X} icamax(3,a,2) \\spad{--} should be 1"
-calls exquo$SUP(EXPR INT). This implements exact division of
-polynomials p1 by p2 as usual. After each subtraction - done via
-fmecg$SUP - the result is again stored in p1. exquo terminates when p1
-is the empty list - note that SUPs are stored as lists of pairs
-(degree, coefficient) - or the degree of p2 is larger than p1. In the
-latter case, exquo fails.
+--->bookvol10.5.pamphlet-->BlasLevelOne((idamax (INT INT DX INT))): Improper first word in comments:
+"\\indented{1}{idamax computes the largest absolute value of the elements} \\indented{1}{of the array and returns the index of the first instance} \\indented{1}{of the maximum.} \\blankline \\spad{X} a:PRIMARR(DFLOAT):=[[3.0, 4.0, -3.0, 5.0, -1.0]] \\spad{X} idamax(5,a,1) \\spad{--} should be 3 \\spad{X} idamax(3,a,1) \\spad{--} should be 1 \\spad{X} idamax(0,a,1) \\spad{--} should be \\spad{-1} \\spad{X} idamax(-5,a,1) \\spad{--} should be \\spad{-1} \\spad{X} idamax(5,a,-1) \\spad{--} should be \\spad{-1} \\spad{X} idamax(5,a,2) \\spad{--} should be 0 \\spad{X} idamax(1,a,0) \\spad{--} should be \\spad{-1} \\spad{X} idamax(1,a,-1) \\spad{--} should be \\spad{-1} \\spad{X} a:PRIMARR(DFLOAT):=[[3.0, 4.0, -3.0, -5.0, -1.0]] \\spad{X} idamax(5,a,1) \\spad{--} should be 3"
-Thus, in our case, at one point p1 is 4^a-2^(2*a), which is zero
-mathematically, but axiom does not know it. In particular, p1 is not
-the empty list, but rather a constant polynomial...
+--->bookvol10.5.pamphlet-->BlasLevelOne((isamax (INT INT SX INT))): Improper first word in comments:
+"\\indented{1}{isamax computes the largest absolute value of the elements} \\indented{1}{of the array and returns the index of the first instance} \\indented{1}{of the maximum.} \\blankline \\spad{X} a:PRIMARR(FLOAT):=[[3.0, 4.0, -3.0, 5.0, -1.0]] \\spad{X} isamax(5,a,1) \\spad{--} should be 3 \\spad{X} isamax(3,a,1) \\spad{--} should be 1 \\spad{X} isamax(0,a,1) \\spad{--} should be \\spad{-1} \\spad{X} isamax(-5,a,1) \\spad{--} should be \\spad{-1} \\spad{X} isamax(5,a,-1) \\spad{--} should be \\spad{-1} \\spad{X} isamax(5,a,2) \\spad{--} should be 0 \\spad{X} isamax(1,a,0) \\spad{--} should be \\spad{-1} \\spad{X} isamax(1,a,-1) \\spad{--} should be \\spad{-1} \\spad{X} a:PRIMARR(FLOAT):=[[3.0, 4.0, -3.0, -5.0, -1.0]] \\spad{X} isamax(5,a,1) \\spad{--} should be 3"
-It would be interesting to see how MuPAD or Aldor handle this.
- Martin Rubey
+--->bookvol10.5.pamphlet-->BlasLevelOne((izamax (INT SI PCDF SI))): Improper first word in comments:
+"\\indented{1}{izamax computes the largest absolute value of the elements} \\indented{1}{of the array and returns the index of the first instance} \\indented{1}{of the maximum.} \\blankline \\spad{X} a:PRIMARR(COMPLEX(DFLOAT)) \\spad{X} a:=[[3.+4.*\\%i,-4.+5.*\\%i,5.+6.*\\%i,7.-8.*\\%i,-9.-2.*\\%i]] \\spad{X} izamax(5,a,1) \\spad{--} should be 3 \\spad{X} izamax(0,a,1) \\spad{--} should be \\spad{-1} \\spad{X} izamax(5,a,-1) \\spad{--} should be \\spad{-1} \\spad{X} izamax(3,a,1) \\spad{--} should be 2 \\spad{X} izamax(3,a,2) \\spad{--} should be 1"
-Wed 29 Sep 2004 04:20:16 PM GMT, comment #2:
+--->bookvol10.5.pamphlet-->BlasLevelOne((zaxpy (PCDF SI CDF PCDF SI PCDF SI))): Improper first word in comments:
+"\\indented{1}{zaxpy(n,da,x,incx,y,incy) computes a \\spad{y} = a*x + \\spad{y}} \\indented{1}{for each of the chosen elements of the vectors \\spad{x} and \\spad{y}} \\indented{1}{and a constant multiplier a} \\indented{1}{Note that the vector \\spad{y} is modified with the results.} \\blankline \\spad{X} a:PRIMARR(COMPLEX(DFLOAT)) \\spad{X} a:=[[3.+4.*\\%i, -4.+5.*\\%i, 5.+6.*%i, 7.-8.*%i, -9.-2.*\\%i]] \\spad{X} b:PRIMARR(COMPLEX(DFLOAT)) \\spad{X} b:=[[3.+4.*\\%i, -4.+5.*\\%i, 5.+6.*%i, 7.-8.*%i, -9.-2.*\\%i]] \\spad{X} zaxpy(3,2.0,a,1,b,1) \\spad{X} b:=[[3.+4.*\\%i, -4.+5.*\\%i, 5.+6.*%i, 7.-8.*%i, -9.-2.*\\%i]] \\spad{X} zaxpy(5,2.0,a,1,b,1) \\spad{X} b:=[[3.+4.*\\%i, -4.+5.*\\%i, 5.+6.*%i, 7.-8.*%i, -9.-2.*\\%i]] \\spad{X} zaxpy(3,2.0,a,3,b,3) \\spad{X} b:=[[3.+4.*\\%i, -4.+5.*\\%i, 5.+6.*%i, 7.-8.*%i, -9.-2.*\\%i]] \\spad{X} zaxpy(4,2.0,a,2,b,2)"
->> The instance of exquo involved is the one in SMP.
+=========================================================================
+typos 40303:
-Sorry, this is not correct. It is in FIELD (for EXPR INT)
- Martin Rubey
+>compiling BTREE.spad to BTREE.nrlib
-Wed 29 Sep 2004 04:02:03 PM GMT, comment #1:
+--->bookvol10.3.pamphlet-->BinaryTree((binaryTree (% S))): Improper first word in comments:
+"\\indented{1}{binaryTree(v) is an non-empty binary tree} \\indented{1}{with value \\spad{v,} and left and right empty.} \\blankline \\spad{X} t1:=binaryTree([1,2,3])"
-I should have added:
+--->bookvol10.3.pamphlet-->BinaryTree((binaryTree (% % S %))): Improper first word in comments:
+"\\indented{1}{binaryTree(l,v,r) creates a binary tree with} \\indented{1}{value \\spad{v} with left subtree \\spad{l} and right subtree \\spad{r.}} \\blankline \\spad{X} t1:=binaryTree([1,2,3]) \\spad{X} t2:=binaryTree([4,5,6]) \\spad{X} binaryTree(t1,[7,8,9],t2)"
-(1) -> exquo(normalize(simplify(((A-2^a)*(A+2^a)))::EXPR INT),normalize((A-2^a)::EXPR INT))
+=========================================================================
+typos 40302:
-a log(4) 2
- %e - A
-(1) ---------------
-a log(2)
- %e - A
-Type: Union(Expression Integer,...)
+>compiling DEQUEUE.spad to DEQUEUE.nrlib
-(2) -> exquo(simplify((A-2^a)*(A+2^a))::UP(A,EXPR INT),(A-2^a)::UP(A,EXPR INT))
+--->bookvol10.3.pamphlet-->Dequeue((dequeue (% (List S)))): Improper first word in comments:
+"\\indented{1}{dequeue([x,y,...,z]) creates a dequeue with first (top or front)} \\indented{1}{element \\spad{x,} second element y,...,and last (bottom or back) element \\spad{z.}} \\blankline \\spad{E} g:Dequeue INT:= dequeue [1,2,3,4,5]"
-(2) "failed"
-Type: Union("failed",...)
+=========================================================================
+typos 40301:
-I'm afraid that this cannot be fixed easily, since there is no general
-mechanism to determine whether an expression is zero or not, which is
-needed in exquo. The instance of exquo involved is the one in SMP.
- Martin Rubey
+>compiling DIRRING.spad to DIRRING.nrlib
+--->bookvol10.3.pamphlet-->DirichletRing((coerce (% FUN))): Not documented!!!!
+--->bookvol10.3.pamphlet-->DirichletRing((coerce (FUN %))): Not documented!!!!
+--->bookvol10.3.pamphlet-->DirichletRing((coerce (% (Stream Coef)))): Not documented!!!!
+--->bookvol10.3.pamphlet-->DirichletRing((coerce ((Stream Coef) %))): Not documented!!!!
-Wed 29 Sep 2004 03:36:55 PM GMT, original submission:
+=========================================================================
+typos 40300:
-gcd((x-2^a)::UP(x, EXPR INT), simplify((x-2^a)*(x+2^a))::UP(x, EXPR INT))
+>compiling DIV.spad to DIV.nrlib
+--->bookvol10.3.pamphlet-->Divisor((head (PT %))): Not documented!!!!
+--->bookvol10.3.pamphlet-->Divisor((reductum (% %))): Not documented!!!!
-gives 1, while the correct answer should be x-2^a, as given by
+=========================================================================
+typos 40299:
-gcd((x-2^a)::UP(x, EXPR INT),((x-2^a)*(x+2^a))::UP(x, EXPR INT))
+>compiling D01GBFA.spad to D01GBFA.nrlib
-A workaround is presented on
-http://page.axiom-developer.org/zope/mathaction/EXPR_GCD
+--------------non extending category----------------------
+.. d01gbfAnnaType of cat
+(|NumericalIntegrationCategory|) has no
+(|TableAggregate| (|Symbol|) (|Any|)) finalizing nrlib D01GBFA
+ Processing d01gbfAnnaType for Browser database:
=========================================================================
+typos 40296:
-bug 7149: bad choice of signature by interpreter
-
-y x == (1+x)^x/x
- Type: Void
-interpolate(x,[1,2,3],[1/z(i) for i in 1..3])$PINTERP(x,FRAC POLY INT)
- Compiling function y with type PositiveInteger -> Polynomial Integer
-
- Conversion failed in the compiled user function y .
- Loading /research2/test/mnt/fedora5/algebra/UNISEG.o for domain
- UniversalSegment
-
- Cannot convert from type Float to Polynomial Integer for value
- 4.5
+>compiling FPC.spad to FPC.nrlib
-y(2)
- Conversion failed in the compiled user function y .
-
- Cannot convert from type Float to Polynomial Integer for value
- 4.5
+--->-->FieldOfPrimeCharacteristic&(constructor): Missing left brace
+"FieldOfPrimeCharacteristic is the category of fields of prime characteristic, \\spadignore{e.g.} finite fields, algebraic closures of fields of prime characteristic, transcendental extensions of of fields of prime characteristic."
+--->bookvol10.2.pamphlet-->FieldOfPrimeCharacteristic(constructor): Missing left brace
+"FieldOfPrimeCharacteristic is the category of fields of prime characteristic, \\spadignore{e.g.} finite fields, algebraic closures of fields of prime characteristic, transcendental extensions of of fields of prime characteristic."
-HOWEVER:
+=========================================================================
+typos 40295:
-z(x) == (1+x)^x/x
- Type: Void
-z(2)
- Compiling function z with type PositiveInteger -> Fraction Integer
+>compiling FMONOID.spad to FMONOID.nrlib
- 9
- (3) -
- 2
- Type: Fraction Integer
-interpolate(x,[1,2,3],[1/z(i) for i in 1..3])$PINTERP(x,FRAC POLY INT)
+--->bookvol10.3.pamphlet-->FreeMonoid((hclf ($ $ $))): Missing left brace
+"\\spad{hclf(x, \\spad{y)}} returns the highest common left factor of \\spad{x} and \\spad{y,} \\spadignore{i.e.} the largest \\spad{d} such that \\spad{x = \\spad{d} a} and \\spad{y = \\spad{d} \\spad{b}.}"
- 59 2 497 169
- (4) ---- x - ---- x + ---
- 1152 1152 192
- Type: UnivariatePolynomial(x,Fraction Polynomial Integer)
+--->bookvol10.3.pamphlet-->FreeMonoid((hcrf ($ $ $))): Missing left brace
+"\\spad{hcrf(x, \\spad{y)}} returns the highest common right factor of \\spad{x} and \\spad{y,} \\spadignore{i.e.} the largest \\spad{d} such that \\spad{x = a \\spad{d}} and \\spad{y = \\spad{b} \\spad{d}.}"
-)clear all
+--->bookvol10.3.pamphlet-->FreeMonoid((lquo ((Union $ failed) $ $))): Missing left brace
+"\\spad{lquo(x, \\spad{y)}} returns the exact left quotient of \\spad{x} by \\spad{y} \\spadignore{i.e.} \\spad{q} such that \\spad{x = \\spad{y} * \\spad{q},} \"failed\" if \\spad{x} is not of the form \\spad{y * \\spad{q}.}"
-y(x:PositiveInteger):Fraction(Integer) == (1+x)^x/x
- Function declaration y : PositiveInteger -> Fraction Integer has
- been added to workspace.
- Type: Void
-interpolate(x,[1,2,3],[1/y(i) for i in 1..3])$PINTERP(x,FRAC POLY INT)
- Compiling function y with type PositiveInteger -> Fraction Integer
+--->bookvol10.3.pamphlet-->FreeMonoid((rquo ((Union $ failed) $ $))): Missing left brace
+"\\spad{rquo(x, \\spad{y)}} returns the exact right quotient of \\spad{x} by \\spad{y} \\spadignore{i.e.} \\spad{q} such that \\spad{x = \\spad{q} * \\spad{y},} \"failed\" if \\spad{x} is not of the form \\spad{q * \\spad{y}.}"
- 59 2 497 169
- (2) ---- x - ---- x + ---
- 1152 1152 192
- Type: UnivariatePolynomial(x,Fraction Polynomial Integer)
+--->bookvol10.3.pamphlet-->FreeMonoid((divide ((Union (Record (: lm $) (: rm $)) failed) $ $))): Missing left brace
+"\\spad{divide(x, \\spad{y)}} returns the left and right exact quotients of \\spad{x} by \\spad{y,} \\spadignore{i.e.} \\spad{[l, \\spad{r]}} such that \\spad{x = \\spad{l} * \\spad{y} * \\spad{r},} \"failed\" if \\spad{x} is not of the form \\spad{l * \\spad{y} * \\spad{r}.}"
+--->bookvol10.3.pamphlet-->FreeMonoid((overlap ((Record (: lm $) (: mm $) (: rm $)) $ $))): Missing left brace
+"\\spad{overlap(x, \\spad{y)}} returns \\spad{[l, \\spad{m,} \\spad{r]}} such that \\spad{x = \\spad{l} * \\spad{m},} \\spad{y = \\spad{m} * \\spad{r}} and \\spad{l} and \\spad{r} have no overlap, \\spadignore{i.e.} \\spad{overlap(l, \\spad{r)} = \\spad{[l,} 1, r]}."
=========================================================================
+typos 40294:
-bug 7147: integrate(1/(1+x^4),x=%minusInfinity..%plusInfinity)
-NOTE: fixed in Fricas prior to fork
+>compiling LIECAT.spad to LIECAT.nrlib
-returns 0
-should return %pi*sqrt(2)/2
+--->-->LieAlgebra&(): Spurious comments: \indented{1}{\axiom{JacobiIdentity} means that} \axiom{[x,[y,z]]+[y,[z,x]]+[z,[x,y]] = 0} holds.
-integrate(1/(4+x^4),x=%minusInfinity..%plusInfinity)
-returns %pi/4
-should return %pi/4
+--------constructor---------
+--->bookvol10.2.pamphlet-->LieAlgebra(): Spurious comments: \indented{1}{\axiom{JacobiIdentity} means that} \axiom{[x,[y,z]]+[y,[z,x]]+[z,[x,y]] = 0} holds.
-integrate(1/(1+x^6),x=%minusInfinity..%plusInfinity)
-returns 0
-should return 2*%pi/3
+=========================================================================
+typos 40293:
-integrate(1/(1+x^2),x=%minusInfinity..%plusInfinity)
-returns %pi
-should return %pi
+>compiling LMOPS.spad to LMOPS.nrlib
-=========================================================================
+--------(outputForm (O $ (Mapping O O O) (Mapping O O O) (Integer)))---------
+--->bookvol10.3.pamphlet-->ListMonoidOps((outputForm (O $ (Mapping O O O) (Mapping O O O) (Integer)))): Mismatch: left pren matches right brace
+--->bookvol10.3.pamphlet-->ListMonoidOps((outputForm (O $ (Mapping O O O) (Mapping O O O) (Integer)))): Mismatch: left pren matches right brace
+--->bookvol10.3.pamphlet-->ListMonoidOps((outputForm (O $ (Mapping O O O) (Mapping O O O) (Integer)))): Mismatch: left pren matches right brace
+"\\spad{outputForm(l, fop, fexp, unit)} converts the monoid element represented by \\spad{l} to an \\spadtype{OutputForm}. Argument unit is the output form for the \\spadignore{unit} of the monoid (\\spadignore{e.g.} 0 or 1), \\spad{fop(a, \\spad{b)}} is the output form for the monoid operation applied to \\spad{a} and \\spad{b} (\\spadignore{e.g.} \\spad{a + \\spad{b},} \\spad{a * \\spad{b},} \\spad{ab}), and \\spad{fexp(a, \\spad{n)}} is the output form for the exponentiation operation applied to \\spad{a} and \\spad{n} (\\spadignore{e.g.} \\spad{n a}, \\spad{n * a}, \\spad{a \\spad{**} \\spad{n},} \\spad{a\\^n})."
-bug 7145: fxiedPointExquo bug
+--->bookvol10.3.pamphlet-->ListMonoidOps((makeTerm ($ S E))): Mismatch: left pren matches right brace
+"\\spad{makeTerm(s, e)} returns the monomial \\spad{s} exponentiated by \\spad{e} (\\spadignore{e.g.} s^e or \\spad{e} * \\spad{s).}"
-see:
-http://groups.google.com/group/fricas-commit/browse_thread/thread/1befef363e8c02be?hl=en#
+--->bookvol10.3.pamphlet-->ListMonoidOps((reverse ($ $))): Missing left brace
+"\\spad{reverse(l)} reverses the list of monomials forming \\spad{l.} This has some effect if the monoid is non-abelian, \\spadignore{i.e.} \\spad{reverse(a1\\^e1 \\spad{...} an\\^en) = an\\^en \\spad{...} a1\\^e1} which is different."
-exprode.spad.pamphlet
- opex := operator("exquo"::Symbol)$OP
- opex := operator("fixedPointExquo"::Symbol)$OP
+=========================================================================
+typos 40292:
+>compiling LZSTAGG.spad to LZSTAGG.nrlib
-a:=operator 'a
-sol:=seriesSolve((2*x-2)*D(a(x),x)+4*a(x),a,x=0,[1])
+--->-->LazyStreamAggregate&((remove (% (Mapping (Boolean) S) %))): Improper first word in comments:
+"\\indented{1}{remove(f,st) returns a stream consisting of those elements of stream} \\indented{1}{st which do not satisfy the predicate \\spad{f.}} \\indented{1}{Note that \\spad{remove(f,st) = \\spad{[x} for \\spad{x} in st | not f(x)]}.} \\blankline \\spad{X} m:=[i for \\spad{i} in 1..] \\spad{X} f(i:PositiveInteger):Boolean \\spad{==} even? \\spad{i} \\spad{X} remove(f,m)"
-[coefficient(sol,i) for i in 0..7] = [1,2,3,4,5,6,7,8]?
+--->-->LazyStreamAggregate&((select (% (Mapping (Boolean) S) %))): Improper first word in comments:
+"\\indented{1}{select(f,st) returns a stream consisting of those elements of stream} \\indented{1}{st satisfying the predicate \\spad{f.}} \\indented{1}{Note that \\spad{select(f,st) = \\spad{[x} for \\spad{x} in st | f(x)]}.} \\blankline \\spad{X} m:=[i for \\spad{i} in 0..] \\spad{X} select(x+->prime? x,m)"
-=========================================================================
+--->-->LazyStreamAggregate&((explicitEntries? ((Boolean) %))): Improper first word in comments:
+"\\indented{1}{explicitEntries?(s) returns \\spad{true} if the stream \\spad{s} has} \\indented{1}{explicitly computed entries, and \\spad{false} otherwise.} \\blankline \\spad{X} m:=[i for \\spad{i} in 0..] \\spad{X} explicitEntries? \\spad{m}"
-todo 319: construct coerce graph
+--->-->LazyStreamAggregate&((explicitlyEmpty? ((Boolean) %))): Improper first word in comments:
+"\\indented{1}{explicitlyEmpty?(s) returns \\spad{true} if the stream is an} \\indented{1}{(explicitly) empty stream.} \\indented{1}{Note that this is a null test which will not cause lazy evaluation.} \\blankline \\spad{X} m:=[i for \\spad{i} in 0..] \\spad{X} explicitlyEmpty? \\spad{m}"
-=========================================================================
+--->-->LazyStreamAggregate&((lazy? ((Boolean) %))): Improper first word in comments:
+"\\indented{1}{lazy?(s) returns \\spad{true} if the first node of the stream \\spad{s}} \\indented{1}{is a lazy evaluation mechanism which could produce an} \\indented{1}{additional entry to \\spad{s.}} \\blankline \\spad{X} m:=[i for \\spad{i} in 0..] \\spad{X} lazy? \\spad{m}"
-bug 7144: bug in eval
+--->-->LazyStreamAggregate&((frst (S %))): Improper first word in comments:
+"\\indented{1}{frst(s) returns the first element of stream \\spad{s.}} \\indented{1}{Caution: this function should only be called after a \\spad{empty?}} \\indented{1}{test has been made since there no error check.} \\blankline \\spad{X} m:=[i for \\spad{i} in 0..] \\spad{X} frst \\spad{m}"
-http://groups.google.com/group/fricas-devel/browse_thread/thread/964c156e5925db15
+--->-->LazyStreamAggregate&((rst (% %))): Improper first word in comments:
+"\\indented{1}{rst(s) returns a pointer to the next node of stream \\spad{s.}} \\indented{1}{Caution: this function should only be called after a \\spad{empty?}} \\indented{1}{test has been made since there no error check.} \\blankline \\spad{X} m:=[i for \\spad{i} in 0..] \\spad{X} \\spad{rst} \\spad{m}"
-y:=operator 'y
- (1) y
-deq:=differentiate(y x, x) + y x
- '
- (2) y (x) + y(x)
-res:=first(solve(deq, y, x).basis)
- - x
- (3) %e
-eval(deq, y, x+->res)
- - x
- (4) %e
+--->-->LazyStreamAggregate&((numberOfComputedEntries ((NonNegativeInteger) %))): Improper first word in comments:
+"\\indented{1}{numberOfComputedEntries(st) returns the number of explicitly} \\indented{1}{computed entries of stream st which exist immediately prior to the} \\indented{1}{time this function is called.} \\blankline \\spad{X} m:=[i for \\spad{i} in 0..] \\spad{X} numberOfComputedEntries \\spad{m}"
-instead:
-
-y:=operator 'y
- (1) y
-deq:=differentiate(y x, x) + y x
- '
- (2) y (x) + y(x)
-res:=first(solve(deq, y, x).basis)
- - x
- (3) %e
-function(res,f::Symbol,variables(res))
- (4) f
-f(1)
- 1
- (5) --
- %e
-eval(deq,y,f)
- (6) 0
+--->-->LazyStreamAggregate&((extend (% % (Integer)))): Improper first word in comments:
+"\\indented{1}{extend(st,n) causes entries to be computed, if necessary,} \\indented{1}{so that 'st' will have at least \\spad{'n'} explicit entries or so} \\indented{1}{that all entries of 'st' will be computed if 'st' is finite} \\indented{1}{with length \\spad{<=} \\spad{n.}} \\blankline \\spad{X} m:=[i for \\spad{i} in 0..] \\spad{X} numberOfComputedEntries \\spad{m} \\spad{X} extend(m,20) \\spad{X} numberOfComputedEntries \\spad{m}"
-=========================================================================
+--->-->LazyStreamAggregate&((complete (% %))): Improper first word in comments:
+"\\indented{1}{complete(st) causes all entries of 'st' to be computed.} \\indented{1}{this function should only be called on streams which are} \\indented{1}{known to be finite.} \\blankline \\spad{X} m:=[i for \\spad{i} in 1..] \\spad{X} n:=filterUntil(i+->i>100,m) \\spad{X} numberOfComputedEntries \\spad{n} \\spad{X} complete \\spad{n} \\spad{X} numberOfComputedEntries \\spad{n}"
-bug 7143: asq cannot find AHYP
+--->-->LazyStreamAggregate&(constructor): Missing left brace
+"LazyStreamAggregate is the category of streams with lazy evaluation. It is understood that the function 'empty?' will cause lazy evaluation if necessary to determine if there are entries. Functions which call 'empty?', \\spadignore{e.g.} 'first' and 'rest', will also cause lazy evaluation if necessary."
-=========================================================================
+--->bookvol10.2.pamphlet-->LazyStreamAggregate((remove (% (Mapping (Boolean) S) %))): Improper first word in comments:
+"\\indented{1}{remove(f,st) returns a stream consisting of those elements of stream} \\indented{1}{st which do not satisfy the predicate \\spad{f.}} \\indented{1}{Note that \\spad{remove(f,st) = \\spad{[x} for \\spad{x} in st | not f(x)]}.} \\blankline \\spad{X} m:=[i for \\spad{i} in 1..] \\spad{X} f(i:PositiveInteger):Boolean \\spad{==} even? \\spad{i} \\spad{X} remove(f,m)"
-bug 7142: exp^log(x)
+--->bookvol10.2.pamphlet-->LazyStreamAggregate((select (% (Mapping (Boolean) S) %))): Improper first word in comments:
+"\\indented{1}{select(f,st) returns a stream consisting of those elements of stream} \\indented{1}{st satisfying the predicate \\spad{f.}} \\indented{1}{Note that \\spad{select(f,st) = \\spad{[x} for \\spad{x} in st | f(x)]}.} \\blankline \\spad{X} m:=[i for \\spad{i} in 0..] \\spad{X} select(x+->prime? x,m)"
-
- >> System error:
- Cannot take first of an empty list
+--->bookvol10.2.pamphlet-->LazyStreamAggregate((explicitEntries? ((Boolean) %))): Improper first word in comments:
+"\\indented{1}{explicitEntries?(s) returns \\spad{true} if the stream \\spad{s} has} \\indented{1}{explicitly computed entries, and \\spad{false} otherwise.} \\blankline \\spad{X} m:=[i for \\spad{i} in 0..] \\spad{X} explicitEntries? \\spad{m}"
-=========================================================================
+--->bookvol10.2.pamphlet-->LazyStreamAggregate((explicitlyEmpty? ((Boolean) %))): Improper first word in comments:
+"\\indented{1}{explicitlyEmpty?(s) returns \\spad{true} if the stream is an} \\indented{1}{(explicitly) empty stream.} \\indented{1}{Note that this is a null test which will not cause lazy evaluation.} \\blankline \\spad{X} m:=[i for \\spad{i} in 0..] \\spad{X} explicitlyEmpty? \\spad{m}"
-todo 318: do a plucker/grassman example
+--->bookvol10.2.pamphlet-->LazyStreamAggregate((lazy? ((Boolean) %))): Improper first word in comments:
+"\\indented{1}{lazy?(s) returns \\spad{true} if the first node of the stream \\spad{s}} \\indented{1}{is a lazy evaluation mechanism which could produce an} \\indented{1}{additional entry to \\spad{s.}} \\blankline \\spad{X} m:=[i for \\spad{i} in 0..] \\spad{X} lazy? \\spad{m}"
+--->bookvol10.2.pamphlet-->LazyStreamAggregate((frst (S %))): Improper first word in comments:
+"\\indented{1}{frst(s) returns the first element of stream \\spad{s.}} \\indented{1}{Caution: this function should only be called after a \\spad{empty?}} \\indented{1}{test has been made since there no error check.} \\blankline \\spad{X} m:=[i for \\spad{i} in 0..] \\spad{X} frst \\spad{m}"
-Hi,
+--->bookvol10.2.pamphlet-->LazyStreamAggregate((rst (% %))): Improper first word in comments:
+"\\indented{1}{rst(s) returns a pointer to the next node of stream \\spad{s.}} \\indented{1}{Caution: this function should only be called after a \\spad{empty?}} \\indented{1}{test has been made since there no error check.} \\blankline \\spad{X} m:=[i for \\spad{i} in 0..] \\spad{X} \\spad{rst} \\spad{m}"
-The Grassmannian G(d,n) is the set of all d-dimensional subspaces of
-k^n. Such a subspace can be represented as a d*n matrix whose d rows
-are a basis for the subspace. The d*d minors of this matrix are the
-Plucker coordinates for the subspace, which gives an embedding of the
-the Grassmannian into projective space.
+--->bookvol10.2.pamphlet-->LazyStreamAggregate((numberOfComputedEntries ((NonNegativeInteger) %))): Improper first word in comments:
+"\\indented{1}{numberOfComputedEntries(st) returns the number of explicitly} \\indented{1}{computed entries of stream st which exist immediately prior to the} \\indented{1}{time this function is called.} \\blankline \\spad{X} m:=[i for \\spad{i} in 0..] \\spad{X} numberOfComputedEntries \\spad{m}"
-(For example, a 2-dimensional subspace of k^4 can be represented as a
-2*4 matrix, and the minors are the determinants of the 2*2 matrices we
-get by taking pairs of columns 12, 13, 14, 23, 24, 34. The values of
-these minors can be used for form a point [p12:p13:p14:p23:p24:p34] in
-projective 5-space, where pij is the ijth Plucker coordinate.)
+--->bookvol10.2.pamphlet-->LazyStreamAggregate((extend (% % (Integer)))): Improper first word in comments:
+"\\indented{1}{extend(st,n) causes entries to be computed, if necessary,} \\indented{1}{so that 'st' will have at least \\spad{'n'} explicit entries or so} \\indented{1}{that all entries of 'st' will be computed if 'st' is finite} \\indented{1}{with length \\spad{<=} \\spad{n.}} \\blankline \\spad{X} m:=[i for \\spad{i} in 0..] \\spad{X} numberOfComputedEntries \\spad{m} \\spad{X} extend(m,20) \\spad{X} numberOfComputedEntries \\spad{m}"
-It is claimed that the Grassmannian is a variety - in other words, the
-zero set of a set of polynomials. How do I go about listing these
-polynomials (ie generators for the ideal), in terms of the Plucker
-coordinates? (In other words, what relations must hold between the
-minors of a matrix, given that the rows are linearly independent?)
+--->bookvol10.2.pamphlet-->LazyStreamAggregate((complete (% %))): Improper first word in comments:
+"\\indented{1}{complete(st) causes all entries of 'st' to be computed.} \\indented{1}{this function should only be called on streams which are} \\indented{1}{known to be finite.} \\blankline \\spad{X} m:=[i for \\spad{i} in 1..] \\spad{X} n:=filterUntil(i+->i>100,m) \\spad{X} numberOfComputedEntries \\spad{n} \\spad{X} complete \\spad{n} \\spad{X} numberOfComputedEntries \\spad{n}"
-(I'm aware that there's a way to think about this in terms of the
-exterior algebra, but I'm hoping that there's a more straightforward
-way to see it.)
+--->bookvol10.2.pamphlet-->LazyStreamAggregate(constructor): Missing left brace
+"LazyStreamAggregate is the category of streams with lazy evaluation. It is understood that the function 'empty?' will cause lazy evaluation if necessary to determine if there are entries. Functions which call 'empty?', \\spadignore{e.g.} 'first' and 'rest', will also cause lazy evaluation if necessary."
-Thanks, David
+=========================================================================
+typos 40291:
-Daniel Lichtblau
+>compiling MAGMA.spad to MAGMA.nrlib
-Newsgroups: sci.math.symbolic
-From: Daniel Lichtblau
-Date: Wed, 10 Sep 2008 15:05:51 -0700 (PDT)
-Local: Wed, Sep 10 2008 6:05 pm
-Subject: Re: Defining relations for Grassmannian in Plucker coordinates?
-Reply | Reply to author | Forward | Print | Individual message | Show original | Report this message | Find messages by this author
-On Sep 10, 3:56 pm, DavidA wrote:
+--->bookvol10.3.pamphlet-->Magma((coerce (WORD $))): Improper first word in comments:
+"\\indented{1}{\\axiom{coerce(x)} returns the element of} \\axiomType{OrderedFreeMonoid}(VarSet) \\indented{1}{corresponding to \\axiom{x} by removing parentheses.}"
-- Hide quoted text -
-- Show quoted text -
-> Hi,
+=========================================================================
+typos 40290:
-> The Grassmannian G(d,n) is the set of all d-dimensional subspaces of
-> k^n. Such a subspace can be represented as a d*n matrix whose d rows
-> are a basis for the subspace. The d*d minors of this matrix are the
-> Plucker coordinates for the subspace, which gives an embedding of the
-> the Grassmannian into projective space.
+>compiling MODOP.spad to MODOP.nrlib
-> (For example, a 2-dimensional subspace of k^4 can be represented as a
-> 2*4 matrix, and the minors are the determinants of the 2*2 matrices we
-> get by taking pairs of columns 12, 13, 14, 23, 24, 34. The values of
-> these minors can be used for form a point [p12:p13:p14:p23:p24:p34] in
-> projective 5-space, where pij is the ijth Plucker coordinate.)
+--->bookvol10.3.pamphlet-->ModuleOperator((evaluate ($ $ (Mapping M M)))): Missing left brace
+"\\spad{evaluate(f, \\spad{u} \\spad{+->} \\spad{g} u)} attaches the map \\spad{g} to \\spad{f.} \\spad{f} must be a basic operator \\spad{g} MUST be additive, \\spadignore{i.e.} \\spad{g(a + \\spad{b)} = g(a) + g(b)} for any \\spad{a}, \\spad{b} in \\spad{M.} This implies that \\spad{g(n a) = \\spad{n} g(a)} for any \\spad{a} in \\spad{M} and integer \\spad{n > 0}."
-> It is claimed that the Grassmannian is a variety - in other words, the
-> zero set of a set of polynomials. How do I go about listing these
-> polynomials (ie generators for the ideal), in terms of the Plucker
-> coordinates? (In other words, what relations must hold between the
-> minors of a matrix, given that the rows are linearly independent?)
+=========================================================================
+typos 40289:
-> (I'm aware that there's a way to think about this in terms of the
-> exterior algebra, but I'm hoping that there's a more straightforward
-> way to see it.)
+>compiling OFMONOID.spad to OFMONOID.nrlib
-> Thanks, David
+--->bookvol10.3.pamphlet-->OrderedFreeMonoid((* (% S %))): Improper first word in comments:
+"\\indented{1}{\\spad{s*x} returns the product of \\spad{x} by \\spad{s} on the left.} \\blankline \\spad{X} m1:=(x*y*y*z)$OFMONOID(Symbol) \\spad{X} \\spad{x*m1}"
-I don't know if this helps, but such a generating set can be computed
-explicitly for fixed (d,n). One uses an elimination order on
-polynomials of the form {y1-p1,y2-p2,...} and the result comprises
-polynomial relations between the yj.
+--->bookvol10.3.pamphlet-->OrderedFreeMonoid((* (% % S))): Improper first word in comments:
+"\\indented{1}{\\spad{x*s} returns the product of \\spad{x} by \\spad{s} on the right.} \\blankline \\spad{X} m1:=(y**3)$OFMONOID(Symbol) \\spad{X} m1*x"
-Here is code for this in Mathematica. It is simple enough that it
-should not be too hard to translate to other languages if so desired
-(I mean by you; I do not intend to do that).
+--->bookvol10.3.pamphlet-->OrderedFreeMonoid((** (% S NNI))): Improper first word in comments:
+"\\indented{1}{\\spad{s**n} returns the product of \\spad{s} by itself \\spad{n} times.} \\blankline \\spad{X} m1:=(y**3)$OFMONOID(Symbol)"
-relationsGrassman[dims_List] := Module[
- {x, xmat, y, yvars, pcoords},
- xmat = Array[x,dims];
- pcoords = First[Minors[xmat,dims[[1]]]];
- yvars = Array[y,Length[pcoords]];
- GroebnerBasis[yvars-pcoords, yvars,
- Flatten[xmat], MonomialOrder->EliminationOrder]
- ]
+--->bookvol10.3.pamphlet-->OrderedFreeMonoid((first (S %))): Improper first word in comments:
+"\\indented{1}{\\spad{first(x)} returns the first letter of \\spad{x}.} \\blankline \\spad{X} m1:=(x*y*y*z)$OFMONOID(Symbol) \\spad{X} first \\spad{m1}"
-In[5]:= relationsGrassman[{2,4}]
-Out[5]= {y$19[3] y$19[4] - y$19[2] y$19[5] + y$19[1] y$19[6]}
+--->bookvol10.3.pamphlet-->OrderedFreeMonoid((rest (% %))): Improper first word in comments:
+"\\indented{1}{\\spad{rest(x)} returns \\spad{x} except the first letter.} \\blankline \\spad{X} m1:=(x*y*y*z)$OFMONOID(Symbol) \\spad{X} rest \\spad{m1}"
-In[6]:= relationsGrassman[{2,5}]
-Out[6]= {y$20[7] y$20[8] - y$20[6] y$20[9] + y$20[5] y$20[10],
- y$20[4] y$20[8] - y$20[3] y$20[9] + y$20[2] y$20[10],
- y$20[4] y$20[6] - y$20[3] y$20[7] + y$20[1] y$20[10],
- y$20[4] y$20[5] - y$20[2] y$20[7] + y$20[1] y$20[9],
- y$20[3] y$20[5] - y$20[2] y$20[6] + y$20[1] y$20[8]}
+--->bookvol10.3.pamphlet-->OrderedFreeMonoid((mirror (% %))): Improper first word in comments:
+"\\indented{1}{\\spad{mirror(x)} returns the reversed word of \\spad{x}.} \\blankline \\spad{X} m1:=(x*y*y*z)$OFMONOID(Symbol) \\spad{X} mirror \\spad{m1}"
-I note that use of Minors probably changes ordering of the p_jk minors
-from what you have in mind, so the order of the y variables would need
-to be altered accordingly.
+--->bookvol10.3.pamphlet-->OrderedFreeMonoid((lexico ((Boolean) % %))): Improper first word in comments:
+"\\indented{1}{\\spad{lexico(x,y)} returns \\spad{true}} \\indented{1}{iff \\spad{x} is smaller than \\spad{y}} \\indented{1}{w.r.t. the pure lexicographical ordering induced by \\spad{S}.} \\blankline \\spad{X} m1:=(x*y*y*z)$OFMONOID(Symbol) \\spad{X} m2:=(x*y)$OFMONOID(Symbol) \\spad{X} lexico(m1,m2) \\spad{X} lexico(m2,m1)"
-Daniel Lichtblau
-Wolfram Research
+--->bookvol10.3.pamphlet-->OrderedFreeMonoid((hclf (% % %))): Improper first word in comments:
+"\\indented{1}{\\spad{hclf(x, \\spad{y)}} returns the highest common left factor} \\indented{1}{of \\spad{x} and \\spad{y},} \\indented{1}{that is the largest \\spad{d} such that \\spad{x = \\spad{d} a}} \\indented{1}{and \\spad{y = \\spad{d} b}.} \\blankline \\spad{X} m1:=(x*y*z)$OFMONOID(Symbol) \\spad{X} m2:=(x*y)$OFMONOID(Symbol) \\spad{X} hclf(m1,m2)"
-
-David L. Johnson
+--->bookvol10.3.pamphlet-->OrderedFreeMonoid((hcrf (% % %))): Improper first word in comments:
+"\\indented{1}{\\spad{hcrf(x, \\spad{y)}} returns the highest common right} \\indented{1}{factor of \\spad{x} and \\spad{y},} \\indented{1}{that is the largest \\spad{d} such that \\spad{x = a \\spad{d}}} \\indented{1}{and \\spad{y = \\spad{b} d}.} \\blankline \\spad{X} m1:=(x*y*z)$OFMONOID(Symbol) \\spad{X} m2:=(y*z)$OFMONOID(Symbol) \\spad{X} hcrf(m1,m2)"
- More options Sep 10, 10:37 pm
-Newsgroups: sci.math.symbolic
-From: "David L. Johnson"
-Date: Wed, 10 Sep 2008 22:37:18 -0400
-Local: Wed, Sep 10 2008 10:37 pm
-Subject: Re: Defining relations for Grassmannian in Plucker coordinates?
-Reply | Reply to author | Forward | Print | Individual message | Show original | Report this message | Find messages by this author
+--->bookvol10.3.pamphlet-->OrderedFreeMonoid((lquo ((Union % failed) % %))): Improper first word in comments:
+"\\indented{1}{\\spad{lquo(x, \\spad{y)}} returns the exact left quotient of \\spad{x}} \\indented{2}{by \\spad{y} that is \\spad{q} such that \\spad{x = \\spad{y} * q},} \\indented{1}{\"failed\" if \\spad{x} is not of the form \\spad{y * q}.} \\blankline \\spad{X} m1:=(x*y*y*z)$OFMONOID(Symbol) \\spad{X} m2:=(x*y)$OFMONOID(Symbol) \\spad{X} lquo(m1,m2)"
-- Hide quoted text -
-- Show quoted text -
-DavidA wrote:
-> Hi,
+--->bookvol10.3.pamphlet-->OrderedFreeMonoid((rquo ((Union % failed) % %))): Improper first word in comments:
+"\\indented{1}{\\spad{rquo(x, \\spad{y)}} returns the exact right quotient of \\spad{x}} \\indented{1}{by \\spad{y} that is \\spad{q} such that \\spad{x = \\spad{q} * y},} \\indented{1}{\"failed\" if \\spad{x} is not of the form \\spad{q * y}.} \\blankline \\spad{X} m1:=(q*y^3)$OFMONOID(Symbol) \\spad{X} m2:=(y^2)$OFMONOID(Symbol) \\spad{X} lquo(m1,m2)"
-> The Grassmannian G(d,n) is the set of all d-dimensional subspaces of
-> k^n. Such a subspace can be represented as a d*n matrix whose d rows
-> are a basis for the subspace. The d*d minors of this matrix are the
-> Plucker coordinates for the subspace, which gives an embedding of the
-> the Grassmannian into projective space.
+--->bookvol10.3.pamphlet-->OrderedFreeMonoid((lquo ((Union % failed) % S))): Improper first word in comments:
+"\\indented{1}{\\spad{lquo(x, \\spad{s)}} returns the exact left quotient of \\spad{x}} \\indented{1}{by \\spad{s}.} \\blankline \\spad{X} m1:=(x*y*y*z)$OFMONOID(Symbol) \\spad{X} lquo(m1,x)"
-> (For example, a 2-dimensional subspace of k^4 can be represented as a
-> 2*4 matrix, and the minors are the determinants of the 2*2 matrices we
-> get by taking pairs of columns 12, 13, 14, 23, 24, 34. The values of
-> these minors can be used for form a point [p12:p13:p14:p23:p24:p34] in
-> projective 5-space, where pij is the ijth Plucker coordinate.)
+--->bookvol10.3.pamphlet-->OrderedFreeMonoid((rquo ((Union % failed) % S))): Improper first word in comments:
+"\\indented{1}{\\spad{rquo(x, \\spad{s)}} returns the exact right quotient} \\indented{1}{of \\spad{x} by \\spad{s}.} \\blankline \\spad{X} m1:=(x*y)$OFMONOID(Symbol) \\spad{X} div(m1,y)"
-> It is claimed that the Grassmannian is a variety - in other words, the
-> zero set of a set of polynomials. How do I go about listing these
-> polynomials (ie generators for the ideal), in terms of the Plucker
-> coordinates? (In other words, what relations must hold between the
-> minors of a matrix, given that the rows are linearly independent?)
+--->bookvol10.3.pamphlet-->OrderedFreeMonoid((divide (RESULT % %))): Improper first word in comments:
+"\\indented{1}{\\spad{divide(x,y)} returns the left and right exact quotients of} \\indented{1}{\\spad{x} by \\spad{y}, that is \\spad{[l,r]} such that \\spad{x = l*y*r}.} \\indented{1}{\"failed\" is returned iff \\spad{x} is not of the form \\spad{l * \\spad{y} * r}.} \\blankline \\spad{X} m1:=(x*y*y*z)$OFMONOID(Symbol) \\spad{X} m2:=(x*y)$OFMONOID(Symbol) \\spad{X} divide(m1,m2)"
-> (I'm aware that there's a way to think about this in terms of the
-> exterior algebra, but I'm hoping that there's a more straightforward
-> way to see it.)
+--->bookvol10.3.pamphlet-->OrderedFreeMonoid((overlap ((Record (: lm %) (: mm %) (: rm %)) % %))): Improper first word in comments:
+"\\indented{1}{\\spad{overlap(x, \\spad{y)}} returns \\spad{[l, \\spad{m,} \\spad{r]}} such that} \\indented{1}{\\spad{x = \\spad{l} * \\spad{m}} and \\spad{y = \\spad{m} * \\spad{r}} hold and such that} \\indented{1}{\\spad{l} and \\spad{r} have no overlap,} \\indented{1}{that is \\spad{overlap(l, \\spad{r)} = \\spad{[l,} 1, r]}.} \\blankline \\spad{X} m1:=(x*y*y*z)$OFMONOID(Symbol) \\spad{X} m2:=(x*y)$OFMONOID(Symbol) \\spad{X} overlap(m1,m2)"
-Well, that is what I was going to mention. It is also the source of the
-Pluecker coordinates. A k-plane in R^n is a unit, decomposable k-vector
-in \Lambda_k (R^n). For G(2,n), the relationship is simpler than for
-larger subspace dimensions, because a bivector \xi \in \Lambda_2 (R^n)
-is decomposable if and only if \xi \wedge \xi = 0. You can then write
-that out explicitly as equations in the coordinates in \Lambda_2 (R^n),
-and they will be quadratics. For k>2, certainly \xi \wedge \xi =0, but
-that is not sufficient for \xi to be decomposable. Instead, the kernel
-of the map R^n --> \Lambda_(k+1) (R^n) given by v --> \xi \wedge v has
-to be k-dimensional, but that still is polynomial in the coordinates.
+--->bookvol10.3.pamphlet-->OrderedFreeMonoid((size (NNI %))): Improper first word in comments:
+"\\indented{1}{\\spad{size(x)} returns the number of monomials in \\spad{x}.} \\blankline \\spad{X} m1:=(x*y*y*z)$OFMONOID(Symbol) \\spad{X} size(m1,2)"
- From that description, though, it is not clear that G(2,n) is smooth,
-and of the right dimension, since it is not a complete intersection, but
-of course it is.
+--->bookvol10.3.pamphlet-->OrderedFreeMonoid((nthExpon (NNI % (Integer)))): Improper first word in comments:
+"\\indented{1}{\\spad{nthExpon(x, \\spad{n)}} returns the exponent of the} \\indented{1}{\\spad{n-th} monomial of \\spad{x}.} \\blankline \\spad{X} m1:=(x*y*y*z)$OFMONOID(Symbol) \\spad{X} nthExpon(m1,2)"
---
+--->bookvol10.3.pamphlet-->OrderedFreeMonoid((nthFactor (S % (Integer)))): Improper first word in comments:
+"\\indented{1}{\\spad{nthFactor(x, \\spad{n)}} returns the factor of the \\spad{n-th}} \\indented{1}{monomial of \\spad{x}.} \\blankline \\spad{X} m1:=(x*y*y*z)$OFMONOID(Symbol) \\spad{X} nthFactor(m1,2)"
-David L. Johnson
+--->bookvol10.3.pamphlet-->OrderedFreeMonoid((factors ((List REC) %))): Improper first word in comments:
+"\\indented{1}{\\spad{factors(a1\\^e1,...,an\\^en)} returns} \\indented{1}{\\spad{[[a1, e1],...,[an, en]]}.} \\blankline \\spad{X} m1:=(x*y*y*z)$OFMONOID(Symbol) \\spad{X} factors \\spad{m1}"
-When you are up to your ass in alligators, it's hard to remember that
-your initial objective was to drain the swamp.
- -- LBJ
+--->bookvol10.3.pamphlet-->OrderedFreeMonoid((length (NNI %))): Improper first word in comments:
+"\\indented{1}{\\spad{length(x)} returns the length of \\spad{x}.} \\blankline \\spad{X} m1:=(x*y*y*z)$OFMONOID(Symbol) \\spad{X} length \\spad{m1}"
-
-DavidA
+--->bookvol10.3.pamphlet-->OrderedFreeMonoid((varList ((List S) %))): Improper first word in comments:
+"\\indented{1}{\\spad{varList(x)} returns the list of variables of \\spad{x}.} \\blankline \\spad{X} m1:=(x*y*y*z)$OFMONOID(Symbol) \\spad{X} varList \\spad{m1}"
- More options Sep 11, 8:55 am
-Newsgroups: sci.math.symbolic
-From: DavidA
-Date: Thu, 11 Sep 2008 05:55:51 -0700 (PDT)
-Local: Thurs, Sep 11 2008 8:55 am
-Subject: Re: Defining relations for Grassmannian in Plucker coordinates?
-Reply | Reply to author | Forward | Print | Individual message | Show original | Report this message | Find messages by this author
-Ah yes, thanks, that should have been obvious.
+=========================================================================
+typos 40288:
-However, that still leaves a couple of questions:
+>compiling PACPERC.spad to PACPERC.nrlib
-- Clearly the Grassmannian is contained in the zero-set of those
-relations, but how do we know that they coincide? That is, how do we
-know that there aren't other zeroes of those relations, which are not
-the image of a d*n matrix under the Pluecker embedding.
+--->bookvol10.2.pamphlet-->PseudoAlgebraicClosureOfPerfectFieldCategory((definingPolynomial ((SUP %)))): Not documented!!!!
+--->bookvol10.2.pamphlet-->PseudoAlgebraicClosureOfPerfectFieldCategory((definingPolynomial ((SUP %) %))): Not documented!!!!
+--->bookvol10.2.pamphlet-->PseudoAlgebraicClosureOfPerfectFieldCategory((lift ((SUP %) %))): Not documented!!!!
+--->bookvol10.2.pamphlet-->PseudoAlgebraicClosureOfPerfectFieldCategory((lift ((SUP %) % %))): Not documented!!!!
+--->bookvol10.2.pamphlet-->PseudoAlgebraicClosureOfPerfectFieldCategory((reduce (% (SUP %)))): Not documented!!!!
+--------(distinguishedRootsOf ((List %) (SparseUnivariatePolynomial %) %))---------
+--->bookvol10.2.pamphlet-->PseudoAlgebraicClosureOfPerfectFieldCategory((ground? ((Boolean) %))): Not documented!!!!
-- Is there any way we could have written down the relations a priori,
-without Groebner basis computations (and without exterior algebra)?
+--->bookvol10.2.pamphlet-->PseudoAlgebraicClosureOfPerfectFieldCategory((vectorise ((Vector %) % %))): Not documented!!!!
+--->bookvol10.2.pamphlet-->PseudoAlgebraicClosureOfPerfectFieldCategory((conjugate (% %))): Not documented!!!!
+--->bookvol10.2.pamphlet-->PseudoAlgebraicClosureOfPerfectFieldCategory((newElement (% (SUP %) % (Symbol)))): Not documented!!!!
+--->bookvol10.2.pamphlet-->PseudoAlgebraicClosureOfPerfectFieldCategory((newElement (% (SUP %) (Symbol)))): Not documented!!!!
+--->bookvol10.2.pamphlet-->PseudoAlgebraicClosureOfPerfectFieldCategory((setTower! ((Void) %))): Not documented!!!!
+--->bookvol10.2.pamphlet-->PseudoAlgebraicClosureOfPerfectFieldCategory((fullOutput ((OutputForm) %))): Not documented!!!!
-
-David L. Johnson
+=========================================================================
+typos 40287:
- More options Sep 11, 10:45 am
-Newsgroups: sci.math.symbolic
-From: "David L. Johnson"
-Date: Thu, 11 Sep 2008 10:45:21 -0400
-Local: Thurs, Sep 11 2008 10:45 am
-Subject: Re: Defining relations for Grassmannian in Plucker coordinates?
-Reply | Reply to author | Forward | Print | Individual message | Show original | Report this message | Find messages by this author
+>compiling PARTPERM.spad to PARTPERM.nrlib
-DavidA wrote:
-> Ah yes, thanks, that should have been obvious.
+--->bookvol10.4.pamphlet-->PartitionsAndPermutations((shuffle ((ST (L I)) (L I) (L I)))): Missing left brace
+"\\spad{shuffle(l1,l2)} forms the stream of all shuffles of \\spad{l1} \\indented{1}{and \\spad{l2,} \\spadignore{i.e.} all sequences that can be formed from} \\indented{1}{merging \\spad{l1} and l2.}"
-> However, that still leaves a couple of questions:
+=========================================================================
+typos 40286:
-> - Clearly the Grassmannian is contained in the zero-set of those
-> relations, but how do we know that they coincide? That is, how do we
-> know that there aren't other zeroes of those relations, which are not
-> the image of a d*n matrix under the Pluecker embedding.
+>compiling PENDTREE.spad to PENDTREE.nrlib
-Because of the nature of the Pluecker embedding. These coordinates are
- only the exterior algebra with respect to an explicit basis. In
-particular, as Lichtblau wrote, in the case of 2-planes, the condition
-\xi \wedge \xi = 0 is exactly equivalent to \xi being decomposable, \xi
-= v \wedge w. In higher dimensions the conditions are more complicated,
-but nevertheless completely describe the Grassmannian.
+--->bookvol10.3.pamphlet-->PendantTree((ptree (% S))): Improper first word in comments:
+"\\indented{1}{ptree(s) is a leaf? pendant tree} \\blankline \\spad{X} t1:=ptree([1,2,3])"
-> - Is there any way we could have written down the relations a priori,
-> without Groebner basis computations (and without exterior algebra)?
+--->bookvol10.3.pamphlet-->PendantTree((ptree (% % %))): Improper first word in comments:
+"\\indented{1}{ptree(x,y) is not documented} \\blankline \\spad{X} t1:=ptree([1,2,3]) \\spad{X} ptree(t1,ptree([1,2,3]))"
-I can't imagine it, but I also can't imagine why you would want it.
-Exterior algebra is the natural setting for this question. For the
-price of making sense of the mechanics, it clarifies exactly these
-relationships and makes clear what the relations are.
+--->bookvol10.3.pamphlet-->PendantTree((coerce ((Tree S) %))): Improper first word in comments:
+"\\indented{1}{coerce(x) is not documented} \\blankline \\spad{X} t1:=ptree([1,2,3]) \\spad{X} t2:=ptree(t1,ptree([1,2,3])) \\spad{X} t2::Tree List PositiveInteger"
---
+=========================================================================
+typos 40285:
-David L. Johnson
+>compiling PFR.spad to PFR.nrlib
-Some people used to claim that, if enough monkeys sat in front of
-enough typewriters and typed long enough, eventually one of them would
-reproduce the collected works of Shakespeare. The internet has
-proven this not to be the case.
+--->bookvol10.3.pamphlet-->PartialFraction((coerce ((Fraction R) %))): Improper first word in comments:
+"\\indented{1}{coerce(p) sums up the components of the partial fraction and} \\indented{1}{returns a single fraction.} \\blankline \\spad{X} a:=(13/74)::PFR(INT) \\spad{X} a::FRAC(INT)"
-
-DavidA
+--->bookvol10.3.pamphlet-->PartialFraction((coerce (% (Fraction FRR)))): Improper first word in comments:
+"\\indented{1}{coerce(f) takes a fraction with numerator and denominator in} \\indented{1}{factored form and creates a partial fraction.\\space{2}It is} \\indented{1}{necessary for the parts to be factored because it is not} \\indented{1}{known in general how to factor elements of \\spad{R} and} \\indented{1}{this is needed to decompose into partial fractions.} \\blankline \\spad{X} (13/74)::PFR(INT)"
- More options Sep 11, 4:14 pm
-Newsgroups: sci.math.symbolic
-From: DavidA
-Date: Thu, 11 Sep 2008 13:14:36 -0700 (PDT)
-Local: Thurs, Sep 11 2008 4:14 pm
-Subject: Re: Defining relations for Grassmannian in Plucker coordinates?
-Reply | Reply to author | Forward | Print | Individual message | Show original | Report this message | Find messages by this author
-Perhaps the problem is that I don't understand the connection between
-the exterior algebra description of the Grassmannian and the Plucker
-coordinates (matrix minors) description. Please can someone spell it
-out.
+--->bookvol10.3.pamphlet-->PartialFraction((compactFraction (% %))): Improper first word in comments:
+"\\indented{1}{compactFraction(p) normalizes the partial fraction \\spad{p}} \\indented{1}{to the compact representation. In this form, the partial} \\indented{1}{fraction has only one fractional term per prime in the} \\indented{1}{denominator.} \\blankline \\spad{X} a:=partialFraction(1,factorial 10) \\spad{X} b:=padicFraction(a) \\spad{X} compactFraction(b)"
-
-Maarten Bergvelt
+--->bookvol10.3.pamphlet-->PartialFraction((firstDenom (FRR %))): Improper first word in comments:
+"\\indented{1}{firstDenom(p) extracts the denominator of the first fractional} \\indented{1}{term. This returns 1 if there is no fractional part (use} \\indented{1}{wholePart from PartialFraction to get the whole part).} \\blankline \\spad{X} a:=partialFraction(1,factorial 10) \\spad{X} firstDenom(a)"
- More options Sep 11, 4:35 pm
-Newsgroups: sci.math.symbolic
-From: Maarten Bergvelt
-Date: Thu, 11 Sep 2008 20:35:47 +0000 (UTC)
-Local: Thurs, Sep 11 2008 4:35 pm
-Subject: Re: Defining relations for Grassmannian in Plucker coordinates?
-Reply | Reply to author | Forward | Print | Individual message | Show original | Report this message | Find messages by this author
-On 2008-09-11, DavidA wrote:
+--->bookvol10.3.pamphlet-->PartialFraction((firstNumer (R %))): Improper first word in comments:
+"\\indented{1}{firstNumer(p) extracts the numerator of the first fractional} \\indented{1}{term. This returns 0 if there is no fractional part (use} \\indented{1}{wholePart from PartialFraction to get the whole part).} \\blankline \\spad{X} a:=partialFraction(1,factorial 10) \\spad{X} firstNumer(a)"
-> Perhaps the problem is that I don't understand the connection between
-> the exterior algebra description of the Grassmannian and the Plucker
-> coordinates (matrix minors) description. Please can someone spell it
-> out.
+--->bookvol10.3.pamphlet-->PartialFraction((nthFractionalTerm (% % (Integer)))): Improper first word in comments:
+"\\indented{1}{nthFractionalTerm(p,n) extracts the \\spad{n}th fractional term from} \\indented{1}{the partial fraction \\spad{p}.\\space{2}This returns 0 if the index} \\indented{1}{\\spad{n} is out of range.} \\blankline \\spad{X} a:=partialFraction(1,factorial 10) \\spad{X} b:=padicFraction(a) \\spad{X} nthFractionalTerm(b,3)"
-The matrix minors are the coefficients of the exterior products
-of the basis elements.
+--->bookvol10.3.pamphlet-->PartialFraction((numberOfFractionalTerms ((Integer) %))): Improper first word in comments:
+"\\indented{1}{numberOfFractionalTerms(p) computes the number of fractional} \\indented{1}{terms in \\spad{p}. This returns 0 if there is no fractional} \\indented{1}{part.} \\blankline \\spad{X} a:=partialFraction(1,factorial 10) \\spad{X} b:=padicFraction(a) \\spad{X} numberOfFractionalTerms(b)"
-So let v, w be vectors in C^4, and consider the
-wedge product v^w. It can be expanded in terms of the standard basis
-e_i^e_j, for ibookvol10.3.pamphlet-->PartialFraction((padicFraction (% %))): Improper first word in comments:
+"\\indented{1}{padicFraction(q) expands the fraction p-adically in the primes} \\indented{1}{\\spad{p} in the denominator of \\spad{q}. For example,} \\indented{1}{\\spad{padicFraction(3/(2**2)) = 1/2 + 1/(2**2)}.} \\indented{1}{Use compactFraction from PartialFraction to} \\indented{1}{return to compact form.} \\blankline \\spad{X} a:=partialFraction(1,factorial 10) \\spad{X} padicFraction(a)"
-The pattern still holds for k vectors in C^n.
+--->bookvol10.3.pamphlet-->PartialFraction((partialFraction (% R FRR))): Improper first word in comments:
+"\\indented{1}{partialFraction(numer,denom) is the main function for} \\indented{1}{constructing partial fractions. The second argument is the} \\indented{1}{denominator and should be factored.} \\blankline \\spad{X} partialFraction(1,factorial 10)"
-Hope that helps.
---
-Maarten Bergvelt
+--->bookvol10.3.pamphlet-->PartialFraction((wholePart (R %))): Improper first word in comments:
+"\\indented{1}{wholePart(p) extracts the whole part of the partial fraction} \\indented{1}{\\spad{p}.} \\blankline \\spad{X} a:=(74/13)::PFR(INT) \\spad{X} wholePart(a)"
=========================================================================
+typos 40284:
-todo 317: update INFORM notes
+>compiling QUEUE.spad to QUEUE.nrlib
-PRETTYPRINT((matrix [[1,2],[3,4]])::INFORM)$Lisp
+--->bookvol10.3.pamphlet-->Queue((queue (% (List S)))): Improper first word in comments:
+"\\indented{1}{queue([x,y,...,z]) creates a queue with first (top)} \\indented{1}{element \\spad{x,} second element y,...,and last (bottom) element \\spad{z.}} \\blankline \\spad{E} e:Queue INT:= queue [1,2,3,4,5]"
=========================================================================
+typos 40283:
-todo 316: CircularList domain
+>compiling STACK.spad to STACK.nrlib
-make a new CircularList domain that handles length (#) properly.
-Move the destructive operations out of list and into here.
+--->bookvol10.3.pamphlet-->Stack((stack (% (List S)))): Improper first word in comments:
+"\\indented{1}{stack([x,y,...,z]) creates a stack with first (top)} \\indented{1}{element \\spad{x,} second element y,...,and last element \\spad{z.}} \\blankline \\spad{X} a:Stack INT:= stack [1,2,3,4,5]"
=========================================================================
+typos 40282:
-bug 7140: this returns the wrong answers
+>compiling ARRAY1.spad to ARRAY1.nrlib
-p:=(x:EXPR(INT)):EXPR(INT)+->3*x
-q:=(x:EXPR(INT)):EXPR(INT)+->2*x+3
-(p+q)(4) => 23 (correct)
-(p+q)(x) => 5x + 3 (correct)
-(p-q)(4) => 1 (correct)
-(p-q)(x) => x-3 (correct)
-(p*q)(4) => 33 (wrong)
-(p*q)(x) => 6x+9 (wrong)
+--->bookvol10.3.pamphlet-->OneDimensionalArray((oneDimensionalArray (% (List S)))): Improper first word in comments:
+"\\indented{1}{oneDimensionalArray(l) creates an array from a list of elements \\spad{l}} \\blankline \\spad{X} oneDimensionalArray \\spad{[i**2} for \\spad{i} in 1..10]"
-\section{package FUNMAPS FunctionMaps}
-<>=
-)abbrev package FUNMAPS FunctionMaps
-++ Description: Functional composition
-++ Given functions f and g, returns the function composition (f op g)
-FunctionMaps(A:SetCategory, B:IntegralDomain): cat == def where
- EXP ==> Expression(Integer)
- cat == with
- "+": (A->B, A->B) -> (A->B)
- ++ \spad(+) does functional addition
- "-": (A->B, A->B) -> (A->B)
- ++ \spad(-) does functional addition
- "*": (A->B, A->B) -> (A->B)
- ++ \spad(*) does functional addition
- def == add
- funcAdd: (A->B, A->B, A) -> B
- funcSub: (A->B, A->B, A) -> B
- funcMul: (A->B, A->B, A) -> B
+--->bookvol10.3.pamphlet-->OneDimensionalArray((oneDimensionalArray (% (NonNegativeInteger) S))): Improper first word in comments:
+"\\indented{1}{oneDimensionalArray(n,s) creates an array from \\spad{n} copies of element \\spad{s}} \\blankline \\spad{X} oneDimensionalArray(10,0.0)"
+--------constructor---------
- funcAdd(g,h,x) == ((g x) + (h x))$B
- funcSub(g,h,x) == ((g x) - (h x))$B
- funcMul(g,h,x) == ((g x) * (h x))$B
+=========================================================================
+typos 40281:
- (a:(A -> B))+(b:(A -> B)) == funcAdd(a,b,#1)
- (a:(A -> B))-(b:(A -> B)) == funcSub(a,b,#1)
- (a:(A -> B))*(b:(A -> B)) == funcMul(a,b,#1)
+>compiling ARRAY12.spad to ARRAY12.nrlib
+
+--->bookvol10.4.pamphlet-->OneDimensionalArrayFunctions2((scan (VB (Mapping B A B) VA B))): Improper first word in comments:
+"\\indented{1}{scan(f,a,r) successively applies} \\indented{1}{\\spad{reduce(f,x,r)} to more and more leading sub-arrays} \\indented{1}{x of one-dimensional array \\spad{a}.} \\indented{1}{More precisely, if \\spad{a} is \\spad{[a1,a2,...]}, then} \\indented{1}{\\spad{scan(f,a,r)} returns} \\indented{1}{\\spad{[reduce(f,[a1],r),reduce(f,[a1,a2],r),...]}.} \\blankline \\spad{X} T1:=OneDimensionalArrayFunctions2(Integer,Integer) \\spad{X} adder(a:Integer,b:Integer):Integer \\spad{==} a+b \\spad{X} scan(adder,[i for \\spad{i} in 1..10],0)$T1"
+
+--->bookvol10.4.pamphlet-->OneDimensionalArrayFunctions2((reduce (B (Mapping B A B) VA B))): Improper first word in comments:
+"\\indented{1}{reduce(f,a,r) applies function \\spad{f} to each} \\indented{1}{successive element of the} \\indented{1}{one-dimensional array \\spad{a} and an accumulant initialized to \\spad{r.}} \\indented{1}{For example, \\spad{reduce(_+$Integer,[1,2,3],0)}} \\indented{1}{does \\spad{3+(2+(1+0))}. Note that third argument \\spad{r}} \\indented{1}{may be regarded as the identity element for the function \\spad{f.}} \\blankline \\spad{X} T1:=OneDimensionalArrayFunctions2(Integer,Integer) \\spad{X} adder(a:Integer,b:Integer):Integer \\spad{==} a+b \\spad{X} reduce(adder,[i for \\spad{i} in 1..10],0)$T1"
+
+--->bookvol10.4.pamphlet-->OneDimensionalArrayFunctions2((map (VB (Mapping B A) VA))): Improper first word in comments:
+"\\indented{1}{map(f,a) applies function \\spad{f} to each member of one-dimensional array} \\indented{1}{\\spad{a} resulting in a new one-dimensional array over a} \\indented{1}{possibly different underlying domain.} \\blankline \\spad{X} T1:=OneDimensionalArrayFunctions2(Integer,Integer) \\spad{X} map(x+->x+2,[i for \\spad{i} in 1..10])$T1"
=========================================================================
+typos 40280:
-bug 7139: this crashes Axiom when compiled
+>compiling ASTACK.spad to ASTACK.nrlib
-\section{package FUNMAPS FunctionMaps}
-<>=
-)abbrev package FUNMAPS FunctionMaps
-++ Description: Functional composition
-++ Given functions f and g, returns the function composition (f op g)
-FunctionMaps(A:SetCategory, B:IntegralDomain): cat == def where
- EXP ==> Expression(Integer)
- cat == with
- "+": (A->B, A->B) -> (A->B)
- ++ \spad(+) does functional addition
- ++
- ++E f:=(x:INT):INT +-> 3*x
- ++E g:=(x:INT):INT +-> 2*x+3
- ++E (f+g)(4)
- "-": (A->B, A->B) -> (A->B)
- ++ \spad(+) does functional addition
- ++
- ++E f:=(x:INT):INT +-> 3*x
- ++E g:=(x:INT):INT +-> 2*x+3
- ++E (f-g)(4)
- "*": (A->B, A->B) -> (A->B)
- ++ \spad(+) does functional addition
- ++
- ++E f:=(x:INT):INT +-> 3*x
- ++E g:=(x:INT):INT +-> 2*x+3
- ++E (f*g)(4)
- "/": (A->EXP, A->EXP) -> (A->EXP)
- ++ \spad(+) does functional addition
- ++
- ++E p:=(x:EXPR(INT)):EXPR(INT)+->3*x
- ++E q:=(x:EXPR(INT)):EXPR(INT)+->2*x+3
- ++E (p/q)(4)
- ++E (p/q)(x)
- def == add
- fab ==> (A -> B)
- faei ==> (A -> Expression(Integer))
- EXP ==> Expression(Integer)
+--->bookvol10.3.pamphlet-->ArrayStack((arrayStack (% (List S)))): Improper first word in comments:
+"\\indented{1}{arrayStack([x,y,...,z]) creates an array stack with first (top)} \\indented{1}{element \\spad{x,} second element y,...,and last element \\spad{z.}} \\blankline \\spad{E} c:ArrayStack INT:= arrayStack [1,2,3,4,5]"
- funcAdd: (A->B, A->B, A) -> B
- funcSub: (A->B, A->B, A) -> B
- funcMul: (A->B, A->B, A) -> B
- funcDiv: (A -> EXP, A -> EXP, A) -> EXP
- funcAdd(g,h,x) == ((g x) + (h x))$B
- funcSub(g,h,x) == ((g x) - (h x))$B
- funcMul(g,h,x) == ((g x) * (h x))$B
- funcDiv(g,h,x) == ((g x) / (h x))$EXP
+=========================================================================
+typos 40279:
- (a:fab)+(b:fab) == funcAdd(a,b,#1)
- (a:fab)-(b:fab) == funcSub(a,b,#1)
- (a:fab)*(b:fab) == funcMul(a,b,#1)
- (a:faei)/(b:faei) == funcDiv(a,b,#1)
+>compiling COMBINAT.spad to COMBINAT.nrlib
+--->bookvol10.4.pamphlet-->IntegerCombinatoricFunctions((binomial (I I I))): Improper first word in comments:
+"\\indented{1}{\\spad{binomial(n,r)} returns the binomial coefficient} \\indented{1}{\\spad{C(n,r) = n!/(r! (n-r)!)}, where \\spad{n \\spad{>=} \\spad{r} \\spad{>=} 0}.} \\indented{1}{This is the number of combinations of \\spad{n} objects taken \\spad{r} at a time.} \\blankline \\spad{X} [binomial(5,i) for \\spad{i} in 0..5]"
=========================================================================
+typos 40278:
-bug 7138: unravel in CartesianTensor does not work
+>compiling CSTTOOLS.spad to CSTTOOLS.nrlib
-n:SquareMatrix(2,Integer):=matrix [[2,3],[0,1]]
-tn:CartesianTensor(1,2,Integer):=n
-unravel ravel tn
+--->bookvol10.4.pamphlet-->CyclicStreamTools((cycleElt ((Union ST failed) ST))): Improper first word in comments:
+"\\indented{1}{cycleElt(s) returns a pointer to a node in the cycle if the stream} \\indented{1}{s is cyclic and returns \"failed\" if \\spad{s} is not cyclic} \\blankline \\spad{X} p:=repeating([1,2,3]) \\spad{X} q:=cons(4,p) \\spad{X} cycleElt \\spad{q} \\spad{X} r:=[1,2,3]::Stream(Integer) \\spad{X} cycleElt \\spad{r}"
+
+--->bookvol10.4.pamphlet-->CyclicStreamTools((computeCycleLength ((NonNegativeInteger) ST))): Improper first word in comments:
+"\\indented{1}{computeCycleLength(s) returns the length of the cycle of a} \\indented{1}{cyclic stream \\spad{t,} where \\spad{s} is a pointer to a node in the} \\indented{1}{cyclic part of \\spad{t.}} \\blankline \\spad{X} p:=repeating([1,2,3]) \\spad{X} q:=cons(4,p) \\spad{X} computeCycleLength(cycleElt(q))"
+
+--->bookvol10.4.pamphlet-->CyclicStreamTools((computeCycleEntry (ST ST ST))): Improper first word in comments:
+"\\indented{1}{computeCycleEntry(x,cycElt), where cycElt is a pointer to a} \\indented{1}{node in the cyclic part of the cyclic stream \\spad{x,} returns a} \\indented{1}{pointer to the first node in the cycle} \\blankline \\spad{X} p:=repeating([1,2,3]) \\spad{X} q:=cons(4,p) \\spad{X} computeCycleEntry(q,cycleElt(q))"
=========================================================================
+typos 40276:
-bug 7137: {}$(List INT)
-
-The function SEQ is not implemented in List Integer .
+>compiling HEAP.spad to HEAP.nrlib
+
+--->bookvol10.3.pamphlet-->Heap((heap (% (List S)))): Improper first word in comments:
+"\\indented{1}{heap(ls) creates a heap of elements consisting of the} \\indented{1}{elements of ls.} \\blankline \\spad{E} i:Heap INT \\spad{:=} heap [1,6,3,7,5,2,4]"
=========================================================================
+typos 40275:
-meh 4: as of aug 2008, changecount/name/percent in changelog
+>compiling IFARRAY.spad to IFARRAY.nrlib
-tpd 4485 Tim Daly 82.55
-gdr 452 Gabriel Dos Reis 8.31
-wxh 216 Waldek Hebisch 3.97
-mxm 46 Mark Murray 0.84
-wsp 28 Bill Page 0.51
-mxr 24 Martin Rubey 0.44
-acr 21 Arthur C. Ralfs 0.38
-gxv 19 Gregory Vanuxem 0.34
-sxw 19 Stephen Wilson 0.34
-rhx 13 Ralf Hemmecke 0.23
-pab 11 Peter Broadbery 0.20
-cxc 8 Christophe Conil 0.01
-cxm 8 Camm Maguire 0.01
-dxm 8 David Mentre 0.01
-mxt 6 Mike Thomas 0.01
-fxl 5 Frederic Lehobey 0.00
-rxr 5 Renaud Rioboo
-cys 4 Chris Yapp
-jap 3 Jose Alfredo Portes
-jxw 3 Juergen Weiss
-mmm 3 Marc Moreno Maza
-wys 3 William Sit
-axh 2 Antoine Hersen
-bmt 2 Barry Trager
-bsm 2 Bob McElrath
-bxt 2 Baldir Thomas
-hoz 2 Humberto Ortiz-Zuazaga
-exs 2 Eugene Surowitz
-dxh 2 Dan Hatton
-mvz 2 Matijs van Zuijlen
-rxh 2 Richard Harke
-tst 2 Themos Tsikas
-axr 1 Anatoly Raportirenko
-dpt 1 Dylan Thurston
-fxm 1 Francois Maltey
-kxo 1 Kostas Oikonomou
+--->bookvol10.3.pamphlet-->IndexedFlexibleArray((flexibleArray (% (List S)))): Improper first word in comments:
+"\\indented{1}{flexibleArray(l) creates a flexible array from the list of elements \\spad{l}} \\blankline \\spad{X} T1:=IndexedFlexibleArray(Integer,20) \\spad{X} flexibleArray([i for \\spad{i} in 1..10])$T1"
+
+--->bookvol10.3.pamphlet-->IndexedFlexibleArray((physicalLength ((NonNegativeInteger) %))): Improper first word in comments:
+"\\indented{1}{physicalLength(x) returns the number of elements \\spad{x} can} \\indented{1}{accomodate before growing} \\blankline \\spad{X} T1:=IndexedFlexibleArray(Integer,20) \\spad{X} t2:=flexibleArray([i for \\spad{i} in 1..10])$T1 \\spad{X} physicalLength \\spad{t2}"
+--->bookvol10.3.pamphlet-->IndexedFlexibleArray((physicalLength! (% % I))): Improper first word in comments:
+"\\indented{1}{physicalLength!(x,n) changes the physical length of \\spad{x} to be \\spad{n} and} \\indented{1}{returns the new array.} \\blankline \\spad{X} T1:=IndexedFlexibleArray(Integer,20) \\spad{X} t2:=flexibleArray([i for \\spad{i} in 1..10])$T1 \\spad{X} physicalLength!(t2,15)"
+
+--->bookvol10.3.pamphlet-->IndexedFlexibleArray((shrinkable ((Boolean) (Boolean)))): Improper first word in comments:
+"\\indented{1}{shrinkable(b) sets the shrinkable attribute of flexible arrays to \\spad{b}} \\indented{1}{and returns the previous value} \\blankline \\spad{X} T1:=IndexedFlexibleArray(Integer,20) \\spad{X} \\spad{shrinkable(false)$T1}"
=========================================================================
+typos 40274:
-bug 7136: uncommenting --output("") changes behavior (greg vanuxem)
+>compiling LFCAT.spad to LFCAT.nrlib
-Further investigation shows that it is a bug in PARSE-Conditional
+--->bookvol10.2.pamphlet-->LiouvillianFunctionCategory((Ei ($ $))): Missing left brace
+"\\spad{Ei(x)} returns the exponential integral of \\spad{x,} \\spadignore{i.e.} the integral of \\spad{exp(x)/x dx}."
-This appears to be a problem only when you have a nested one-armed
-if-statement (gaby)
+--->bookvol10.2.pamphlet-->LiouvillianFunctionCategory((Si ($ $))): Missing left brace
+"\\spad{Si(x)} returns the sine integral of \\spad{x,} \\spadignore{i.e.} the integral of \\spad{sin(x) / \\spad{x} dx}."
-)abb package FOO Foo
-Foo(R,VCR): Exports == Implementation where
- R : FloatingPointSystem
- VCR : VectorCategory R
- Exports == with
- bar: (Boolean,VCR) -> Integer
- ++ bar(b,v)
- bad: (Boolean,VCR) -> Integer
- ++ bad(b,v)
- Implementation == add
- import OutputPackage
- bar(b,v)==
- if b then
- --output("")
- for i in minIndex v..maxIndex v repeat
- if v.i <= 0 then return -1
- else
- for i in minIndex.v..maxIndex.v repeat
- v.i:=1
- output(v::OutputForm)
- 0
+--->bookvol10.2.pamphlet-->LiouvillianFunctionCategory((Ci ($ $))): Missing left brace
+"\\spad{Ci(x)} returns the cosine integral of \\spad{x,} \\spadignore{i.e.} the integral of \\spad{cos(x) / \\spad{x} dx}."
- bad(b,v)==
- if b then
- output("")
- for i in minIndex v..maxIndex v repeat
- if v.i <= 0 then return -1
- else
- for i in minIndex.v..maxIndex.v repeat
- v.i:=1
- output(v::OutputForm)
- 0
+--->bookvol10.2.pamphlet-->LiouvillianFunctionCategory((li ($ $))): Missing left brace
+"\\spad{li(x)} returns the logarithmic integral of \\spad{x,} \\spadignore{i.e.} the integral of \\spad{dx / log(x)}."
-v:=new(5,0)$Vector(SF)
-bar(false,v)
- [0.,0.,0.,0.,0.]
+--->bookvol10.2.pamphlet-->LiouvillianFunctionCategory((dilog ($ $))): Missing left brace
+"\\spad{dilog(x)} returns the dilogarithm of \\spad{x,} \\spadignore{i.e.} the integral of \\spad{log(x) / \\spad{(1} - \\spad{x)} dx}."
- (7) 0
- Type: NonNegativeInteger
-v:=new(5,0)$Vector(SF)
-bad(false,v)
- [1.,1.,1.,1.,1.]
+--->bookvol10.2.pamphlet-->LiouvillianFunctionCategory((erf ($ $))): Missing left brace
+"\\spad{erf(x)} returns the error function of \\spad{x,} \\spadignore{i.e.} \\spad{2 / sqrt(\\%pi)} times the integral of \\spad{exp(-x**2) dx}."
- (3) 0
+--->bookvol10.2.pamphlet-->LiouvillianFunctionCategory((fresnelS ($ $))): Improper initial operator in comments: is
+"fresnelS is the Fresnel integral \\spad{S,} defined by S(x) = integrate(sin(t^2),t=0..x)"
+--->bookvol10.2.pamphlet-->LiouvillianFunctionCategory((fresnelC ($ $))): Improper initial operator in comments: is
+"fresnelC is the Fresnel integral \\spad{C,} defined by C(x) = integrate(cos(t^2),t=0..x)"
=========================================================================
+typos 40273:
-meh 3: from Bill Page
+>compiling MATCAT.spad to MATCAT.nrlib
-I just wanted to mention something here that I just learned about how
-the Axiom interpreter handles option arguments. When discovering how
-the 'draw' operations in Axiom processes optional arguments, e.g.
+--->-->MatrixCategory&((square? ((Boolean) %))): Improper first word in comments:
+"\\indented{1}{\\spad{square?(m)} returns \\spad{true} if \\spad{m} is a square matrix} \\indented{1}{(if \\spad{m} has the same number of rows as columns) and \\spad{false} otherwise.} \\blankline \\spad{X} square matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5]"
- draw(sin(x), x=1..10, title=="sin function")
+--->-->MatrixCategory&((diagonal? ((Boolean) %))): Improper first word in comments:
+--->-->MatrixCategory&((diagonal? ((Boolean) %))): Mismatch: left pren matches right brace
+"\\indented{1}{\\spad{diagonal?(m)} returns \\spad{true} if the matrix \\spad{m} is square and} \\indented{1}{diagonal (\\spadignore{i.e.} all entries of \\spad{m} not on the diagonal are zero) and} \\indented{1}{false otherwise.} \\blankline \\spad{X} diagonal? matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5]"
-I realized the interpreter does something rather clever but probably
-quite unexpected. The problem is that (unlike Aldor) SPAD does not
-provide built-in support for calling functions with optional
-arguments. Instead what it does is collect all the arguments
-containing == into a List *and* then it applies the name to the left
-of == as a function to the value on the right. So much to my surprize:
+--->-->MatrixCategory&((symmetric? ((Boolean) %))): Improper first word in comments:
+--->-->MatrixCategory&((symmetric? ((Boolean) %))): Mismatch: left pren matches right brace
+"\\indented{1}{\\spad{symmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and} \\indented{1}{symmetric (\\spadignore{i.e.} \\spad{m[i,j] = m[j,i]} for all \\spad{i} and \\spad{j)} and false} \\indented{1}{otherwise.} \\blankline \\spad{X} symmetric? matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5]"
-(1) -> (x+->x)(sin==x,cos==y)
+--->-->MatrixCategory&((antisymmetric? ((Boolean) %))): Improper first word in comments:
+--->-->MatrixCategory&((antisymmetric? ((Boolean) %))): Mismatch: left pren matches right brace
+"\\indented{1}{\\spad{antisymmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and} \\indented{1}{antisymmetric (\\spadignore{i.e.} \\spad{m[i,j] = -m[j,i]} for all \\spad{i} and \\spad{j)}} \\indented{1}{and \\spad{false} otherwise.} \\blankline \\spad{X} antisymmetric? matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5]"
- (1) [sin(x),cos(y)]
+--->-->MatrixCategory&((zero (% (NonNegativeInteger) (NonNegativeInteger)))): Improper first word in comments:
+"\\indented{1}{\\spad{zero(m,n)} returns an m-by-n zero matrix.} \\blankline \\spad{X} z:Matrix(INT):=zero(3,3)"
- Type: List Expression Integer
+--->-->MatrixCategory&((matrix (% (List (List R))))): Improper first word in comments:
+"\\indented{1}{\\spad{matrix(l)} converts the list of lists \\spad{l} to a matrix, where the} \\indented{1}{list of lists is viewed as a list of the rows of the matrix.} \\blankline \\spad{X} matrix [[1,2,3],[4,5,6],[7,8,9],[1,1,1]]"
+--------(matrix (% (NonNegativeInteger) (NonNegativeInteger) (Mapping R (Integer) (Integer))))---------
+--->-->MatrixCategory&((matrix (% (NonNegativeInteger) (NonNegativeInteger) (Mapping R (Integer) (Integer))))): Improper first word in comments:
+"\\indented{1}{\\spad{matrix(n,m,f)} constructs an \\spad{n * \\spad{m}} matrix with} \\indented{1}{the \\spad{(i,j)} entry equal to \\spad{f(i,j)}} \\blankline \\spad{X} f(i:INT,j:INT):INT \\spad{==} i+j \\spad{X} matrix(3,4,f)"
-is equivalent to:
+--->-->MatrixCategory&((scalarMatrix (% (NonNegativeInteger) R))): Improper first word in comments:
+"\\indented{1}{\\spad{scalarMatrix(n,r)} returns an n-by-n matrix with \\spad{r's} on the} \\indented{1}{diagonal and zeroes elsewhere.} \\blankline \\spad{X} z:Matrix(INT):=scalarMatrix(3,5)"
-(2) -> (x+->x)([sin(x),cos(y)])
+--->-->MatrixCategory&((diagonalMatrix (% (List R)))): Improper first word in comments:
+"\\indented{1}{\\spad{diagonalMatrix(l)} returns a diagonal matrix with the elements} \\indented{1}{of \\spad{l} on the diagonal.} \\blankline \\spad{X} diagonalMatrix [1,2,3]"
- (2) [sin(x),cos(y)]
+--->-->MatrixCategory&((diagonalMatrix (% (List %)))): Improper first word in comments:
+"\\indented{1}{\\spad{diagonalMatrix([m1,...,mk])} creates a block diagonal matrix} \\indented{1}{M with block matrices m1,...,mk down the diagonal,} \\indented{1}{with 0 block matrices elsewhere.} \\indented{1}{More precisly: if \\spad{ri \\spad{:=} nrows mi}, \\spad{ci \\spad{:=} ncols mi},} \\indented{1}{then \\spad{m} is an (r1+..+rk) by (c1+..+ck) - matrix\\space{2}with entries} \\indented{1}{\\spad{m.i.j = ml.(i-r1-..-r(l-1)).(j-n1-..-n(l-1))}, if} \\indented{1}{\\spad{(r1+..+r(l-1)) < \\spad{i} \\spad{<=} r1+..+rl} and} \\indented{1}{\\spad{(c1+..+c(l-1)) < \\spad{i} \\spad{<=} c1+..+cl},} \\indented{1}{\\spad{m.i.j} = 0\\space{2}otherwise.} \\blankline \\spad{X} diagonalMatrix [matrix [[1,2],[3,4]], matrix [[4,5],[6,7]]]"
- Type: List Expression Integer
+--->-->MatrixCategory&((coerce (% Col))): Improper first word in comments:
+"\\indented{1}{\\spad{coerce(col)} converts the column col to a column matrix.} \\blankline \\spad{X} coerce([1,2,3])@Matrix(INT)"
-The list of optional arguments is always passed as the last argument
-to the function. This is completely general so one can write for
-example:
+--->-->MatrixCategory&((transpose (% Row))): Improper first word in comments:
+"\\indented{1}{\\spad{transpose(r)} converts the row \\spad{r} to a row matrix.} \\blankline \\spad{X} transpose([1,2,3])@Matrix(INT)"
-(3) -> ((x,y)+->[x,y])(sin==x,n,cos==y)
+--->-->MatrixCategory&((transpose (% %))): Improper first word in comments:
+"\\indented{1}{\\spad{transpose(m)} returns the transpose of the matrix \\spad{m.}} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} transpose \\spad{m}"
- (3) [n,[sin(x),cos(y)]]
+--->-->MatrixCategory&((squareTop (% %))): Improper first word in comments:
+"\\indented{1}{\\spad{squareTop(m)} returns an n-by-n matrix consisting of the first} \\indented{1}{n rows of the m-by-n matrix \\spad{m.} Error: if} \\indented{1}{\\spad{m < n}.} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..2] for \\spad{j} in 1..5] \\spad{X} squareTop \\spad{m}"
- Type: List Any
+--->-->MatrixCategory&((horizConcat (% % %))): Improper first word in comments:
+"\\indented{1}{\\spad{horizConcat(x,y)} horizontally concatenates two matrices with} \\indented{1}{an equal number of rows. The entries of \\spad{y} appear to the right} \\indented{1}{of the entries of x.\\space{2}Error: if the matrices} \\indented{1}{do not have the same number of rows.} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} horizConcat(m,m)"
-What do you think? Do you like that, or is this something that should
-be implemented in a deeper way?
+--->-->MatrixCategory&((vertConcat (% % %))): Improper first word in comments:
+"\\indented{1}{\\spad{vertConcat(x,y)} vertically concatenates two matrices with an} \\indented{1}{equal number of columns. The entries of \\spad{y} appear below} \\indented{1}{of the entries of x.\\space{2}Error: if the matrices} \\indented{1}{do not have the same number of columns.} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} vertConcat(m,m)"
+--->-->MatrixCategory&((listOfLists ((List (List R)) %))): Improper first word in comments:
+"\\indented{1}{\\spad{listOfLists(m)} returns the rows of the matrix \\spad{m} as a list} \\indented{1}{of lists.} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} listOfLists \\spad{m}"
+--->-->MatrixCategory&((elt (% % (List (Integer)) (List (Integer))))): Improper first word in comments:
+"\\indented{1}{\\spad{elt(x,rowList,colList)} returns an m-by-n matrix consisting} \\indented{1}{of elements of \\spad{x,} where \\spad{m = \\# rowList} and \\spad{n = \\# colList}} \\indented{1}{If \\spad{rowList = [i<1>,i<2>,...,i]} and \\spad{colList \\spad{=}} \\indented{1}{[j<1>,j<2>,...,j]}, then the \\spad{(k,l)}th entry of} \\indented{1}{\\spad{elt(x,rowList,colList)} is \\spad{x(i,j)}.} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} elt(m,3,3)"
-=========================================================================
+--->-->MatrixCategory&((setelt (% % (List (Integer)) (List (Integer)) %))): Improper first word in comments:
+"\\indented{1}{\\spad{setelt(x,rowList,colList,y)} destructively alters the matrix \\spad{x.}} \\indented{1}{If \\spad{y} is \\spad{m}-by-\\spad{n}, \\spad{rowList = [i<1>,i<2>,...,i]}} \\indented{1}{and \\spad{colList = [j<1>,j<2>,...,j]}, then \\spad{x(i,j)}} \\indented{1}{is set to \\spad{y(k,l)} for \\spad{k = 1,...,m} and \\spad{l = 1,...,n}} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} setelt(m,3,3,10)"
-todo 316: EGADS Evolutionary Gaussian Automatic Decomposition
+--->-->MatrixCategory&((swapRows! (% % (Integer) (Integer)))): Improper first word in comments:
+"\\indented{1}{\\spad{swapRows!(m,i,j)} interchanges the \\spad{i}th and \\spad{j}th} \\indented{1}{rows of \\spad{m.} This destructively alters the matrix.} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} swapRows!(m,2,4)"
-look at implementing such an algorithm for axiom
+--->-->MatrixCategory&((swapColumns! (% % (Integer) (Integer)))): Improper first word in comments:
+"\\indented{1}{\\spad{swapColumns!(m,i,j)} interchanges the \\spad{i}th and \\spad{j}th} \\indented{1}{columns of \\spad{m.} This destructively alters the matrix.} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} swapColumns!(m,2,4)"
-=========================================================================
+--->-->MatrixCategory&((subMatrix (% % (Integer) (Integer) (Integer) (Integer)))): Improper first word in comments:
+"\\indented{1}{\\spad{subMatrix(x,i1,i2,j1,j2)} extracts the submatrix} \\indented{1}{\\spad{[x(i,j)]} where the index \\spad{i} ranges from \\spad{i1} to \\spad{i2}} \\indented{1}{and the index \\spad{j} ranges from \\spad{j1} to \\spad{j2}.} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} subMatrix(m,1,3,2,4)"
-todo 315: missing input files
-/research/research/Axiom.NAG/development/int/doc/htex/input
+--->-->MatrixCategory&((setsubMatrix! (% % (Integer) (Integer) %))): Improper first word in comments:
+"\\indented{1}{\\spad{setsubMatrix(x,i1,j1,y)} destructively alters the} \\indented{1}{matrix \\spad{x.} Here \\spad{x(i,j)} is set to \\spad{y(i-i1+1,j-j1+1)} for} \\indented{1}{\\spad{i = i1,...,i1-1+nrows \\spad{y}} and \\spad{j = j1,...,j1-1+ncols y}.} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} setsubMatrix!(m,2,2,matrix [[3,3],[3,3]])"
- LAZM3PK.input
- bios.input
- copyright.input
- cover.input
- foreword.input
- intro.input
- redo.input
- sum.input
- tecintro.input
- ug00.input
- ug01.input
- ug02.input
- ug03.input
- ug04.input
- ug05.input
- ug06.input
- ug07.input
- ug08.input
- ug10.input
- ug11.input
- ug12.input
- ug13.input
- ug14.input
- ug15.input
- ug16.input
- ug17.input
- ug18.input
- ug19.input
- ug20.input
- ug21.input
+--->-->MatrixCategory&((+ (% % %))): Improper first word in comments:
+"\\indented{1}{\\spad{x + \\spad{y}} is the sum of the matrices \\spad{x} and \\spad{y.}} \\indented{1}{Error: if the dimensions are incompatible.} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} \\spad{m+m}"
-/research/research/Axiom.NAG/development/int/input
+--->-->MatrixCategory&((- (% % %))): Improper first word in comments:
+"\\indented{1}{\\spad{x - \\spad{y}} is the difference of the matrices \\spad{x} and \\spad{y.}} \\indented{1}{Error: if the dimensions are incompatible.} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} \\spad{m-m}"
- .input.record
- ANNA-ES.input
- CPHelp.input
- HTXAdvPage1.input
- HTXAdvPage2.input
- HTXAdvPage3.input
- HTXAdvPage4.input
- HTXAdvPage5.input
- HTXAdvPage6.input
- HTXAdvTopPage.input
- HTXFormatPage1.input
- HTXFormatPage2.input
- HTXFormatPage3.input
- HTXFormatPage4.input
- HTXFormatPage5.input
- HTXFormatPage6.input
- HTXFormatPage7.input
- HTXFormatPage8.input
- HTXFormatTopPage.input
- HTXIntroPage1.input
- HTXIntroPage2.input
- HTXIntroPage3.input
- HTXIntroTopPage.input
- HTXLinkPage1.input
- HTXLinkPage2.input
- HTXLinkPage3.input
- HTXLinkPage4.input
- HTXLinkPage5.input
- HTXLinkPage6.input
- HTXLinkTopPage.input
- HTXTopPage.input
- HTXTryPage.input
- HTXplay.input
- LAZM3PK.input
- Link.input
- algebra.input
- aspex.input
- basic.input
- bmcat.input
- coverex.input
- exmatrix.input
- expose.input
- gloss.input
- hilbert.input
- hilbert0.input
- hyperdoc.input
- images6a.input
- man0.input
- mapping.input
- matops.input
- nagaux.input
- nagc.input
- nagd.input
- nage.input
- nagf.input
- nagm.input
- nags.input
- nagx.input
- newuser.input
- patch.input
- r2.0_bugs.input
- r2.0a_bugs.input
- r2.1_bugs.input
- r2.1_bugs_big.input
- record.input
- romnum.input
- rootpage.input
- srchkey.input
- topics.input
- type.input
- ug.input
- ug00.input
- ug01.input
- ug02.input
- ug03.input
- ug04.input
- ug05.input
- ug06.input
- ug07.input
- ug08.input
- ug10.input
- ug11.input
- ug12.input
- ug13.input
- ug14.input
- ug15.input
- ug16.input
- ug20.input
- ug21.input
- union.input
- util.input
- xmpexp.input
+--->-->MatrixCategory&((- (% %))): Improper first word in comments:
+"\\indented{1}{\\spad{-x} returns the negative of the matrix \\spad{x.}} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} \\spad{-m}"
-/research/research/Axiom.NAG/development/int/newpaste/
+--->-->MatrixCategory&((* (% % %))): Improper first word in comments:
+"\\indented{1}{\\spad{x * \\spad{y}} is the product of the matrices \\spad{x} and \\spad{y.}} \\indented{1}{Error: if the dimensions are incompatible.} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} \\spad{m*m}"
- ANNA-ES.input
- CPHelp.input
- HTXAdvPage1.input
- HTXAdvPage2.input
- HTXAdvPage3.input
- HTXAdvPage4.input
- HTXAdvPage5.input
- HTXAdvPage6.input
- HTXAdvTopPage.input
- HTXFormatPage1.input
- HTXFormatPage2.input
- HTXFormatPage3.input
- HTXFormatPage4.input
- HTXFormatPage5.input
- HTXFormatPage6.input
- HTXFormatPage7.input
- HTXFormatPage8.input
- HTXFormatTopPage.input
- HTXIntroPage1.input
- HTXIntroPage2.input
- HTXIntroPage3.input
- HTXIntroTopPage.input
- HTXLinkPage1.input
- HTXLinkPage2.input
- HTXLinkPage3.input
- HTXLinkPage4.input
- HTXLinkPage5.input
- HTXLinkPage6.input
- HTXLinkTopPage.input
- HTXTopPage.input
- HTXTryPage.input
- HTXplay.input
- Link.input
- algebra.input
- asug.input
- asug01.input
- asug02.input
- asug03.input
- asug04.input
- asug05.input
- asug06.input
- asug07.input
- asug08.input
- asug0A.input
- asug0B.input
- asug0C.input
- asutil.input
- basic.input
- bmcat.input
- coverex.input
- exmatrix.input
- expose.input
- gloss.input
- hyperdoc.input
- man0.input
- mapping.input
- nagaux.input
- nagc.input
- nagd.input
- nage.input
- nagf.input
- nagm.input
- nags.input
- nagx.input
- newuser.input
- patch.input
- record.input
- redo.input
- rootpage.input
- srchkey.input
- topics.input
- type.input
- ug.input
- ug00.input
- ug01.input
- ug02.input
- ug03.input
- ug04.input
- ug05.input
- ug06.input
- ug07.input
- ug08.input
- ug10.input
- ug11.input
- ug12.input
- ug13.input
- ug14.input
- ug15.input
- ug20.input
- union.input
- util.input
- xmpexp.input
+--->-->MatrixCategory&((* (% R %))): Improper first word in comments:
+"\\indented{1}{\\spad{r*x} is the left scalar multiple of the scalar \\spad{r} and the} \\indented{1}{matrix \\spad{x.}} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} 1/3*m"
-/research/research/Axiom.NAG/development/int/paste/
+--->-->MatrixCategory&((* (% % R))): Improper first word in comments:
+"\\indented{1}{\\spad{x * \\spad{r}} is the right scalar multiple of the scalar \\spad{r} and the} \\indented{1}{matrix \\spad{x.}} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} \\spad{m*1/3}"
- ANNA-ES.input
- CPHelp.input
- HTXAdvPage1.input
- HTXAdvPage2.input
- HTXAdvPage3.input
- HTXAdvPage4.input
- HTXAdvPage5.input
- HTXAdvPage6.input
- HTXAdvTopPage.input
- HTXFormatPage1.input
- HTXFormatPage2.input
- HTXFormatPage3.input
- HTXFormatPage4.input
- HTXFormatPage5.input
- HTXFormatPage6.input
- HTXFormatPage7.input
- HTXFormatPage8.input
- HTXFormatTopPage.input
- HTXIntroPage1.input
- HTXIntroPage2.input
- HTXIntroPage3.input
- HTXIntroTopPage.input
- HTXLinkPage1.input
- HTXLinkPage2.input
- HTXLinkPage3.input
- HTXLinkPage4.input
- HTXLinkPage5.input
- HTXLinkPage6.input
- HTXLinkTopPage.input
- HTXTopPage.input
- HTXTryPage.input
- HTXplay.input
- LAZM3PK.input
- Link.input
- algebra.input
- aspex.input
- basic.input
- bmcat.input
- mapping.input
- redo.input
- topics.input
- ug00.input
- ug01.input
- ug02.input
- ug03.input
- ug04.input
- ug05.input
- ug06.input
- ug07.input
- ug08.input
- ug10.input
- ug11.input
- ug12.input
- ug13.input
- ug14.input
- ug15.input
- ug16.input
- ug21.input
+--->-->MatrixCategory&((* (% (Integer) %))): Improper first word in comments:
+"\\indented{1}{\\spad{n * \\spad{x}} is an integer multiple.} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} 3*m"
-/research/research/Axiom.NAG/development/src/algebra_marc
+--->-->MatrixCategory&((* (Col % Col))): Improper first word in comments:
+"\\indented{1}{\\spad{x * \\spad{c}} is the product of the matrix \\spad{x} and the column vector \\spad{c.}} \\indented{1}{Error: if the dimensions are incompatible.} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} c:=coerce([1,2,3,4,5])@Matrix(INT) \\spad{X} \\spad{m*c}"
- benchs.input
+--->-->MatrixCategory&((* (Row Row %))): Improper first word in comments:
+"\\indented{1}{\\spad{r * \\spad{x}} is the product of the row vector \\spad{r} and the matrix \\spad{x.}} \\indented{1}{Error: if the dimensions are incompatible.} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} r:=transpose([1,2,3,4,5])@Matrix(INT) \\spad{X} \\spad{r*m}"
-/research/research/Axiom.NAG/development/src/htex/input.awk
+--->-->MatrixCategory&((** (% % (NonNegativeInteger)))): Improper first word in comments:
+"\\indented{1}{\\spad{x \\spad{**} \\spad{n}} computes a non-negative integral power of the matrix \\spad{x.}} \\indented{1}{Error: if the matrix is not square.} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} \\spad{m**3}"
- input.awk
- mktinput.c
- tinput.awk
- tinput.awk.old
+--->-->MatrixCategory&((exquo ((Union % failed) % R))): Improper first word in comments:
+"\\indented{1}{\\spad{exquo(m,r)} computes the exact quotient of the elements} \\indented{1}{of \\spad{m} by \\spad{r,} returning \\axiom{\"failed\"} if this is not possible.} \\blankline \\spad{X} m:=matrix [[2**i for \\spad{i} in 2..4] for \\spad{j} in 1..5] \\spad{X} exquo(m,2)"
-/research/research/Axiom.NAG/development/src/input
+--->-->MatrixCategory&((/ (% % R))): Improper first word in comments:
+"\\indented{1}{\\spad{m/r} divides the elements of \\spad{m} by \\spad{r.} Error: if \\spad{r = 0}.} \\blankline \\spad{X} m:=matrix [[2**i for \\spad{i} in 2..4] for \\spad{j} in 1..5] \\spad{X} \\spad{m/4}"
- as-eg7.input
- hilbert.input
- hilbert0.input
- images6a.input
- matops.input
- romnum.input
+--->-->MatrixCategory&((rowEchelon (% %))): Improper first word in comments:
+"\\indented{1}{\\spad{rowEchelon(m)} returns the row echelon form of the matrix \\spad{m.}} \\blankline \\spad{X} rowEchelon matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5]"
-/research/research/gold/src/input
+--->-->MatrixCategory&((columnSpace ((List Col) %))): Improper first word in comments:
+"\\indented{1}{\\spad{columnSpace(m)} returns a sublist of columns of the matrix \\spad{m}} \\indented{1}{forming a basis of its column space} \\blankline \\spad{X} columnSpace matrix [[1,2,3],[4,5,6],[7,8,9],[1,1,1]]"
- images6a.input.pamphlet
+--->-->MatrixCategory&((rank ((NonNegativeInteger) %))): Improper first word in comments:
+"\\indented{1}{\\spad{rank(m)} returns the rank of the matrix \\spad{m.}} \\blankline \\spad{X} rank matrix [[1,2,3],[4,5,6],[7,8,9]]"
-/research/research/integration/src/input
+--->-->MatrixCategory&((nullity ((NonNegativeInteger) %))): Improper first word in comments:
+"\\indented{1}{\\spad{nullity(m)} returns the nullity of the matrix \\spad{m.} This is} \\indented{1}{the dimension of the null space of the matrix \\spad{m.}} \\blankline \\spad{X} nullity matrix [[1,2,3],[4,5,6],[7,8,9]]"
- 1.input
- 10.input
- 100.input
- 101.input
- 102.input
- 103.input
- 104.input
- 105.input
- 106.input
- 107.input
- 108.input
- 109.input
- 11.input
- 110.input
- 111.input
- 112.input
- 113.input
- 114.input
- 115.input
- 116.input
- 117.input
- 118.input
- 119.input
- 12.input
- 120.input
- 121.input
- 122.input
- 123.input
- 124.input
- 125.input
- 126.input
- 127.input
- 128.input
- 129.input
- 13.input
- 130.input
- 131.input
- 132.input
- 133.input
- 134.input
- 135.input
- 136.input
- 137.input
- 138.input
- 139.input
- 14.input
- 140.input
- 141.input
- 142.input
- 143.input
- 144.input
- 145.input
- 146.input
- 147.input
- 148.input
- 149.input
- 15.input
- 150.input
- 151.input
- 152.input
- 153.input
- 154.input
- 155.input
- 156.input
- 157.input
- 158.input
- 159.input
- 16.input
- 160.input
- 161.input
- 162.input
- 163.input
- 164.input
- 165.input
- 166.input
- 167.input
- 168.input
- 169.input
- 17.input
- 170.input
- 171.input
- 172.input
- 173.input
- 174.input
- 175.input
- 176.input
- 177.input
- 178.input
- 179.input
- 18.input
- 180.input
- 181.input
- 182.input
- 183.input
- 184.input
- 185.input
- 186.input
- 187.input
- 188.input
- 189.input
- 19.input
- 190.input
- 191.input
- 192.input
- 193.input
- 194.input
- 195.input
- 196.input
- 197.input
- 198.input
- 199.input
- 2.input
- 20.input
- 200.input
- 201.input
- 202.input
- 203.input
- 204.input
- 205.input
- 206.input
- 207.input
- 208.input
- 209.input
- 21.input
- 210.input
- 211.input
- 212.input
- 213.input
- 214.input
- 215.input
- 216.input
- 217.input
- 218.input
- 219.input
- 22.input
- 220.input
- 221.input
- 222.input
- 223.input
- 224.input
- 225.input
- 226.input
- 227.input
- 228.input
- 229.input
- 23.input
- 230.input
- 231.input
- 232.input
- 24.input
- 25.input
- 26.input
- 27.input
- 28.input
- 29.input
- 3.input
- 30.input
- 31.input
- 32.input
- 33.input
- 34.input
- 35.input
- 36.input
- 37.input
- 38.input
- 39.input
- 4.input
- 40.input
- 41.input
- 42.input
- 43.input
- 44.input
- 45.input
- 46.input
- 47.input
- 48.input
- 49.input
- 5.input
- 50.input
- 51.input
- 52.input
- 53.input
- 54.input
- 55.input
- 56.input
- 57.input
- 58.input
- 59.input
- 6.input
- 60.input
- 61.input
- 62.input
- 63.input
- 64.input
- 65.input
- 66.input
- 67.input
- 68.input
- 69.input
- 7.input
- 70.input
- 71.input
- 72.input
- 73.input
- 74.input
- 75.input
- 76.input
- 77.input
- 78.input
- 79.input
- 8.input
- 80.input
- 81.input
- 82.input
- 83.input
- 84.input
- 85.input
- 86.input
- 87.input
- 88.input
- 89.input
- 9.input
- 90.input
- 91.input
- 92.input
- 93.input
- 94.input
- 95.input
- 96.input
- 97.input
- 98.input
- 99.input
- Xinf.input
- Xinfinite.input
- demo.input
- f.input
- foo.input
- foo1.input
- redo.input
+--->-->MatrixCategory&((nullSpace ((List Col) %))): Improper first word in comments:
+"\\indented{1}{\\spad{nullSpace(m)} returns a basis for the null space of} \\indented{1}{the matrix \\spad{m.}} \\blankline \\spad{X} nullSpace matrix [[1,2,3],[4,5,6],[7,8,9]]"
-/research/research/integration/src/provisos/foo.input
+--->-->MatrixCategory&((determinant (R %))): Improper first word in comments:
+"\\indented{1}{\\spad{determinant(m)} returns the determinant of the matrix \\spad{m.}} \\indented{1}{Error: if the matrix is not square.} \\blankline \\spad{X} determinant matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5]"
-/research/research/journal/bailey/cl-f2cl-1.0+cvs.2002.11.11/packages/minpack/lmdif-input.dat
+--->-->MatrixCategory&((minordet (R %))): Improper first word in comments:
+"\\indented{1}{\\spad{minordet(m)} computes the determinant of the matrix \\spad{m} using} \\indented{1}{minors. Error: if the matrix is not square.} \\blankline \\spad{X} minordet matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5]"
-/research/newdatabase/src/input
+--->-->MatrixCategory&((pfaffian (R %))): Improper first word in comments:
+"\\indented{1}{\\spad{pfaffian(m)} returns the Pfaffian of the matrix \\spad{m.}} \\indented{1}{Error if the matrix is not antisymmetric} \\blankline \\spad{X} pfaffian [[0,1,0,0],[-1,0,0,0],[0,0,0,1],[0,0,-1,0]]"
- images6a.input.pamphlet
+--->-->MatrixCategory&((inverse ((Union % failed) %))): Improper first word in comments:
+"\\indented{1}{\\spad{inverse(m)} returns the inverse of the matrix \\spad{m.}} \\indented{1}{If the matrix is not invertible, \"failed\" is returned.} \\indented{1}{Error: if the matrix is not square.} \\blankline \\spad{X} inverse matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5]"
-/research/newdatabase
+--->-->MatrixCategory&((** (% % (Integer)))): Improper first word in comments:
+"\\indented{1}{\\spad{m**n} computes an integral power of the matrix \\spad{m.}} \\indented{1}{Error: if matrix is not square or if the matrix} \\indented{1}{is square but not invertible.} \\blankline \\spad{X} (matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5]) \\spad{**} 2"
- intparfrac.input.pamphlet
- improper.input.pamphlet
- typeconv.input.pamphlet
- doit.input
+--->bookvol10.2.pamphlet-->MatrixCategory((square? ((Boolean) %))): Improper first word in comments:
+"\\indented{1}{\\spad{square?(m)} returns \\spad{true} if \\spad{m} is a square matrix} \\indented{1}{(if \\spad{m} has the same number of rows as columns) and \\spad{false} otherwise.} \\blankline \\spad{X} square matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5]"
-/research/axiom/src/input
+--->bookvol10.2.pamphlet-->MatrixCategory((diagonal? ((Boolean) %))): Improper first word in comments:
+--->bookvol10.2.pamphlet-->MatrixCategory((diagonal? ((Boolean) %))): Mismatch: left pren matches right brace
+"\\indented{1}{\\spad{diagonal?(m)} returns \\spad{true} if the matrix \\spad{m} is square and} \\indented{1}{diagonal (\\spadignore{i.e.} all entries of \\spad{m} not on the diagonal are zero) and} \\indented{1}{false otherwise.} \\blankline \\spad{X} diagonal? matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5]"
- xpr.input.pamphlet
- images6a.input.pamphlet
+--->bookvol10.2.pamphlet-->MatrixCategory((symmetric? ((Boolean) %))): Improper first word in comments:
+--->bookvol10.2.pamphlet-->MatrixCategory((symmetric? ((Boolean) %))): Mismatch: left pren matches right brace
+"\\indented{1}{\\spad{symmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and} \\indented{1}{symmetric (\\spadignore{i.e.} \\spad{m[i,j] = m[j,i]} for all \\spad{i} and \\spad{j)} and false} \\indented{1}{otherwise.} \\blankline \\spad{X} symmetric? matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5]"
-/research/may07/wh-sandbox/src/input
+--->bookvol10.2.pamphlet-->MatrixCategory((antisymmetric? ((Boolean) %))): Improper first word in comments:
+--->bookvol10.2.pamphlet-->MatrixCategory((antisymmetric? ((Boolean) %))): Mismatch: left pren matches right brace
+"\\indented{1}{\\spad{antisymmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and} \\indented{1}{antisymmetric (\\spadignore{i.e.} \\spad{m[i,j] = -m[j,i]} for all \\spad{i} and \\spad{j)}} \\indented{1}{and \\spad{false} otherwise.} \\blankline \\spad{X} antisymmetric? matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5]"
- images6a.input.pamphlet
+--->bookvol10.2.pamphlet-->MatrixCategory((zero (% (NonNegativeInteger) (NonNegativeInteger)))): Improper first word in comments:
+"\\indented{1}{\\spad{zero(m,n)} returns an m-by-n zero matrix.} \\blankline \\spad{X} z:Matrix(INT):=zero(3,3)"
-/research/pending
+--->bookvol10.2.pamphlet-->MatrixCategory((matrix (% (List (List R))))): Improper first word in comments:
+"\\indented{1}{\\spad{matrix(l)} converts the list of lists \\spad{l} to a matrix, where the} \\indented{1}{list of lists is viewed as a list of the rows of the matrix.} \\blankline \\spad{X} matrix [[1,2,3],[4,5,6],[7,8,9],[1,1,1]]"
- improper.input.pamphlet
- intparfrac.input.pamphlet
- ioutput.input.pamphlet
- typeconv.input.pamphlet
- doit.input
- bonda.input
- bug361.input
- expint.input
- r.input
+--->bookvol10.2.pamphlet-->MatrixCategory((matrix (% (NonNegativeInteger) (NonNegativeInteger) (Mapping R (Integer) (Integer))))): Improper first word in comments:
+"\\indented{1}{\\spad{matrix(n,m,f)} constructs an \\spad{n * \\spad{m}} matrix with} \\indented{1}{the \\spad{(i,j)} entry equal to \\spad{f(i,j)}} \\blankline \\spad{X} f(i:INT,j:INT):INT \\spad{==} i+j \\spad{X} matrix(3,4,f)"
-/research/pending/ODE/input
+--->bookvol10.2.pamphlet-->MatrixCategory((scalarMatrix (% (NonNegativeInteger) R))): Improper first word in comments:
+"\\indented{1}{\\spad{scalarMatrix(n,r)} returns an n-by-n matrix with \\spad{r's} on the} \\indented{1}{diagonal and zeroes elsewhere.} \\blankline \\spad{X} z:Matrix(INT):=scalarMatrix(3,5)"
- f.input
- keep/f.input
- keep/kamke10.input
- keep/kamke2a.input
- keep/kamke2.input
- keep/kamke3.input
- keep/kamke4.input
- keep/kamke5.input
- keep/kamke6.input
- keep/kamke7.input
- keep/kamke8.input
- keep/kamke9.input
- keep/k.input
- keep/kamke3a.input
- k.input
- ODES.input
- ODESzero.input
- #ODES.input#
- krantz.input
- decomp.input
- bronson.input
+--->bookvol10.2.pamphlet-->MatrixCategory((diagonalMatrix (% (List R)))): Improper first word in comments:
+"\\indented{1}{\\spad{diagonalMatrix(l)} returns a diagonal matrix with the elements} \\indented{1}{of \\spad{l} on the diagonal.} \\blankline \\spad{X} diagonalMatrix [1,2,3]"
-/research/pending/p.input
+--->bookvol10.2.pamphlet-->MatrixCategory((diagonalMatrix (% (List %)))): Improper first word in comments:
+"\\indented{1}{\\spad{diagonalMatrix([m1,...,mk])} creates a block diagonal matrix} \\indented{1}{M with block matrices m1,...,mk down the diagonal,} \\indented{1}{with 0 block matrices elsewhere.} \\indented{1}{More precisly: if \\spad{ri \\spad{:=} nrows mi}, \\spad{ci \\spad{:=} ncols mi},} \\indented{1}{then \\spad{m} is an (r1+..+rk) by (c1+..+ck) - matrix\\space{2}with entries} \\indented{1}{\\spad{m.i.j = ml.(i-r1-..-r(l-1)).(j-n1-..-n(l-1))}, if} \\indented{1}{\\spad{(r1+..+r(l-1)) < \\spad{i} \\spad{<=} r1+..+rl} and} \\indented{1}{\\spad{(c1+..+c(l-1)) < \\spad{i} \\spad{<=} c1+..+cl},} \\indented{1}{\\spad{m.i.j} = 0\\space{2}otherwise.} \\blankline \\spad{X} diagonalMatrix [matrix [[1,2],[3,4]], matrix [[4,5],[6,7]]]"
- hyper/input.pamphlet
- hyper/parse_input.pamphlet
- storevar.input.txt
- storevar1.input.txt
- des.input
- debug.input
- strang.input
- magma/magmafirst.input
- guessrec.input
- redblack.input
- vb/vb1-20.input
- vb/vb1001-1020.input
- vb/vb101-120.input
- vb/vb1021-1040.input
- vb/vb1041-1060.input
- vb/vb1061-1080.input
- vb/vb1081-1100.input
- vb/vb1101-1120.input
- vb/vb1121-1140.input
- vb/vb1141-1160.input
- vb/vb1161-1180.input
- vb/vb1181-1200.input
- vb/vb1201-1220.input
- vb/vb121-140.input
- vb/vb1221-1240.input
- vb/vb1241-1260.input
- vb/vb1261-1280.input
- vb/vb1281-1300.input
- vb/vb1301-1320.input
- vb/vb1321-1340.input
- vb/vb1341-1360.input
- vb/vb1361-1380.input
- vb/vb1381-1400.input
- vb/vb1401-1420.input
- vb/vb141-160.input
- vb/vb1421-1440.input
- vb/vb1441-1460.input
- vb/vb1461-1480.input
- vb/vb1481-1500.input
- vb/vb1501-1520.input
- vb/vb1521-1540.input
- vb/vb1541-1560.input
- vb/vb1561-1580.input
- vb/vb1581-1600.input
- vb/vb1601-1620.input
- vb/vb161-180.input
- vb/vb1621-1640.input
- vb/vb1641-1660.input
- vb/vb1661-1680.input
- vb/vb1681-1700.input
- vb/vb1701-1720.input
- vb/vb1721-1740.input
- vb/vb1741-1760.input
- vb/vb1761-1780.input
- vb/vb1781-1800.input
- vb/vb1801-1820.input
- vb/vb181-200.input
- vb/vb1821-1840.input
- vb/vb1841-1860.input
- vb/vb1861-1880.input
- vb/vb1881-1900.input
- vb/vb1901-1920.input
- vb/vb1921-1940.input
- vb/vb1941-1960.input
- vb/vb1961-1980.input
- vb/vb1981-2000.input
- vb/vb2001-2020.input
- vb/vb201-220.input
- vb/vb2021-2040.input
- vb/vb2041-2060.input
- vb/vb2061-2080.input
- vb/vb2081-2100.input
- vb/vb21-40.input
- vb/vb2101-2120.input
- vb/vb2121-2140.input
- vb/vb2141-2160.input
- vb/vb2161-2180.input
- vb/vb2181-2200.input
- vb/vb2201-2220.input
- vb/vb221-240.input
- vb/vb2221-2240.input
- vb/vb2241-2260.input
- vb/vb2261-2280.input
- vb/vb2281-2300.input
- vb/vb2301-2320.input
- vb/vb2321-2340.input
- vb/vb2341-2360.input
- vb/vb2361-2380.input
- vb/vb2381-2400.input
- vb/vb2401-2420.input
- vb/vb241-260.input
- vb/vb2421-2440.input
- vb/vb2441-2460.input
- vb/vb2461-2480.input
- vb/vb2481-2500.input
- vb/vb2501-2520.input
- vb/vb2521-2540.input
- vb/vb2541-2560.input
- vb/vb2561-2580.input
- vb/vb2581-2600.input
- vb/vb2601-2620.input
- vb/vb261-280.input
- vb/vb2621-2640.input
- vb/vb2641-2660.input
- vb/vb2641-2760.input
- vb/vb2661-vb2680.input
- vb/vb2661a-2680a.input
- vb/vb2681-2700.input
- vb/vb2701-2720.input
- vb/vb2721-2740.input
- vb/vb2761-2780.input
- vb/vb2781-2800.input
- vb/vb2801-2820.input
- vb/vb281-300.input
- vb/vb2821-2840.input
- vb/vb2841-2860.input
- vb/vb2861-2880.input
- vb/vb2881-2900.input
- vb/vb2901-2920.input
- vb/vb2921-2940.input
- vb/vb2941-2960.input
- vb/vb2961-2980.input
- vb/vb2981-3000.input
- vb/vb3001-3020.input
- vb/vb301-320.input
- vb/vb3021-3040.input
- vb/vb3041-3060.input
- vb/vb3061-3080.input
- vb/vb3081-3100.input
- vb/vb3101-3120.input
- vb/vb3121-3140.input
- vb/vb3141-3160.input
- vb/vb3161-3180.input
- vb/vb3181-3200.input
- vb/vb3201-3220.input
- vb/vb321-340.input
- vb/vb3221-3240.input
- vb/vb3241-3260.input
- vb/vb3261-3280.input
- vb/vb3281-3300.input
- vb/vb3301-3320.input
- vb/vb3321-3340.input
- vb/vb3341-3360.input
- vb/vb3361-3380.input
- vb/vb3381-3400.input
- vb/vb3401-3420.input
- vb/vb341-360.input
- vb/vb3421-3440.input
- vb/vb3441-3460.input
- vb/vb3461-3480.input
- vb/vb3481-3500.input
- vb/vb3501-3520.input
- vb/vb3521-3540.input
- vb/vb3541-3560.input
- vb/vb3561-3580.input
- vb/vb3581-3600.input
- vb/vb3601-3620.input
- vb/vb361-380.input
- vb/vb3621-3640.input
- vb/vb3641-3660.input
- vb/vb3661-3680.input
- vb/vb3681-3700.input
- vb/vb3701-3720.input
- vb/vb3721-3740.input
- vb/vb3741-3760.input
- vb/vb3761-3780.input
- vb/vb3781-3800.input
- vb/vb3801-3820.input
- vb/vb381-400.input
- vb/vb3821-3840.input
- vb/vb3841-3860.input
- vb/vb3861-3880.input
- vb/vb3881-3900.input
- vb/vb3901-3920.input
- vb/vb3921-3940.input
- vb/vb3941-3960.input
- vb/vb3961-3980.input
- vb/vb3981-4000.input
- vb/vb4001-4020.input
- vb/vb401-420.input
- vb/vb4021-4040.input
- vb/vb4041-4060.input
- vb/vb4061-4080.input
- vb/vb4081-4100.input
- vb/vb41-60.input
- vb/vb4101-4120.input
- vb/vb4121-4140.input
- vb/vb4141-4160.input
- vb/vb4161-4180.input
- vb/vb4181-4200.input
- vb/vb4201-4220.input
- vb/vb421-440.input
- vb/vb4221-4440.input
- vb/vb4241-4260.input
- vb/vb4261-4280.input
- vb/vb4281-4300.input
- vb/vb4301-4320.input
- vb/vb4321-4340.input
- vb/vb4341-4360.input
- vb/vb4361-4380.input
- vb/vb4381-4400.input
- vb/vb4401-4420.input
- vb/vb441-460.input
- vb/vb4422-4440.input
- vb/vb4441-4460.input
- vb/vb4461-4480.input
- vb/vb4481-4500.input
- vb/vb4501-4520.input
- vb/vb4521-4540.input
- vb/vb4541-4560.input
- vb/vb4561-4580.input
- vb/vb4581-4600.input
- vb/vb4601-4620.input
- vb/vb461-480.input
- vb/vb4621-4640.input
- vb/vb4641-4660.input
- vb/vb4661-4680.input
- vb/vb4681-4700.input
- vb/vb4701-4720.input
- vb/vb4721-4740.input
- vb/vb4741-4760.input
- vb/vb4761-4772.input
- vb/vb481-500.input
- vb/vb501-520.input
- vb/vb521-540.input
- vb/vb541-560.input
- vb/vb561-580.input
- vb/vb581-600.input
- vb/vb601-620.input
- vb/vb61-80.input
- vb/vb621-640.input
- vb/vb641-660.input
- vb/vb661-680.input
- vb/vb681-700.input
- vb/vb701-720.input
- vb/vb721-740.input
- vb/vb741-760.input
- vb/vb761-780.input
- vb/vb781-800.input
- vb/vb801-820.input
- vb/vb81-100.input
- vb/vb821-840.input
- vb/vb841-860.input
- vb/vb861-880.input
- vb/vb881-900.input
- vb/vb901-920.input
- vb/vb921-940.input
- vb/vb941-960.input
- vb/vb961-980.input
- vb/vb980-1000.input
- factor/twister.input
- groebner.input
- testgrob.input
- factor.input
- gcd.input
- twister.input
- outofmemory.input
- redo.input
- kkttest.input
- cannotsolve.input
- normalizeBug.input
- sinaxminusaxBUG.input
- cannotsolve.input~
- integrationBUG.input
- integrateBUG.input
- mail.input
- mail.input~
- mathmlbug.input.pamphlet
+--->bookvol10.2.pamphlet-->MatrixCategory((coerce (% Col))): Improper first word in comments:
+"\\indented{1}{\\spad{coerce(col)} converts the column col to a column matrix.} \\blankline \\spad{X} coerce([1,2,3])@Matrix(INT)"
-/research/int/input
+--->bookvol10.2.pamphlet-->MatrixCategory((transpose (% Row))): Improper first word in comments:
+"\\indented{1}{\\spad{transpose(r)} converts the row \\spad{r} to a row matrix.} \\blankline \\spad{X} transpose([1,2,3])@Matrix(INT)"
- ACPLOT.input
- REALSOLV.input
- TESTFR.input
- VIEW2D.input
- images6a.input
+--->bookvol10.2.pamphlet-->MatrixCategory((transpose (% %))): Improper first word in comments:
+"\\indented{1}{\\spad{transpose(m)} returns the transpose of the matrix \\spad{m.}} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} transpose \\spad{m}"
+--->bookvol10.2.pamphlet-->MatrixCategory((squareTop (% %))): Improper first word in comments:
+"\\indented{1}{\\spad{squareTop(m)} returns an n-by-n matrix consisting of the first} \\indented{1}{n rows of the m-by-n matrix \\spad{m.} Error: if} \\indented{1}{\\spad{m < n}.} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..2] for \\spad{j} in 1..5] \\spad{X} squareTop \\spad{m}"
-=========================================================================
+--->bookvol10.2.pamphlet-->MatrixCategory((horizConcat (% % %))): Improper first word in comments:
+"\\indented{1}{\\spad{horizConcat(x,y)} horizontally concatenates two matrices with} \\indented{1}{an equal number of rows. The entries of \\spad{y} appear to the right} \\indented{1}{of the entries of x.\\space{2}Error: if the matrices} \\indented{1}{do not have the same number of rows.} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} horizConcat(m,m)"
-todo 314: Tiny programs for computing constants
-http://numbers.computation.free.fr/Constants/TinyPrograms/tinycodes.html
+--->bookvol10.2.pamphlet-->MatrixCategory((vertConcat (% % %))): Improper first word in comments:
+"\\indented{1}{\\spad{vertConcat(x,y)} vertically concatenates two matrices with an} \\indented{1}{equal number of columns. The entries of \\spad{y} appear below} \\indented{1}{of the entries of x.\\space{2}Error: if the matrices} \\indented{1}{do not have the same number of columns.} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} vertConcat(m,m)"
-=========================================================================
+--->bookvol10.2.pamphlet-->MatrixCategory((listOfLists ((List (List R)) %))): Improper first word in comments:
+"\\indented{1}{\\spad{listOfLists(m)} returns the rows of the matrix \\spad{m} as a list} \\indented{1}{of lists.} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} listOfLists \\spad{m}"
-bug 7135: hyperdoc bug
+--->bookvol10.2.pamphlet-->MatrixCategory((elt (% % (List (Integer)) (List (Integer))))): Improper first word in comments:
+"\\indented{1}{\\spad{elt(x,rowList,colList)} returns an m-by-n matrix consisting} \\indented{1}{of elements of \\spad{x,} where \\spad{m = \\# rowList} and \\spad{n = \\# colList}} \\indented{1}{If \\spad{rowList = [i<1>,i<2>,...,i]} and \\spad{colList \\spad{=}} \\indented{1}{[j<1>,j<2>,...,j]}, then the \\spad{(k,l)}th entry of} \\indented{1}{\\spad{elt(x,rowList,colList)} is \\spad{x(i,j)}.} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} elt(m,3,3)"
-topics -> calculus -> integrate -> first integral
-(close the integration popup window kills axiom) with:
-(1) -> (HyperDoc) Unknown command from SessionServer -1
+--->bookvol10.2.pamphlet-->MatrixCategory((setelt (% % (List (Integer)) (List (Integer)) %))): Improper first word in comments:
+"\\indented{1}{\\spad{setelt(x,rowList,colList,y)} destructively alters the matrix \\spad{x.}} \\indented{1}{If \\spad{y} is \\spad{m}-by-\\spad{n}, \\spad{rowList = [i<1>,i<2>,...,i]}} \\indented{1}{and \\spad{colList = [j<1>,j<2>,...,j]}, then \\spad{x(i,j)}} \\indented{1}{is set to \\spad{y(k,l)} for \\spad{k = 1,...,m} and \\spad{l = 1,...,n}} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} setelt(m,3,3,10)"
-=========================================================================
+--->bookvol10.2.pamphlet-->MatrixCategory((swapRows! (% % (Integer) (Integer)))): Improper first word in comments:
+"\\indented{1}{\\spad{swapRows!(m,i,j)} interchanges the \\spad{i}th and \\spad{j}th} \\indented{1}{rows of \\spad{m.} This destructively alters the matrix.} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} swapRows!(m,2,4)"
-meh 2: Fonts available at www.dafont.com
+--->bookvol10.2.pamphlet-->MatrixCategory((swapColumns! (% % (Integer) (Integer)))): Improper first word in comments:
+"\\indented{1}{\\spad{swapColumns!(m,i,j)} interchanges the \\spad{i}th and \\spad{j}th} \\indented{1}{columns of \\spad{m.} This destructively alters the matrix.} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} swapColumns!(m,2,4)"
-=========================================================================
+--->bookvol10.2.pamphlet-->MatrixCategory((subMatrix (% % (Integer) (Integer) (Integer) (Integer)))): Improper first word in comments:
+"\\indented{1}{\\spad{subMatrix(x,i1,i2,j1,j2)} extracts the submatrix} \\indented{1}{\\spad{[x(i,j)]} where the index \\spad{i} ranges from \\spad{i1} to \\spad{i2}} \\indented{1}{and the index \\spad{j} ranges from \\spad{j1} to \\spad{j2}.} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} subMatrix(m,1,3,2,4)"
-bug 7134: lodo.spad LinearOrdinaryDifferentialOperator1
+--->bookvol10.2.pamphlet-->MatrixCategory((setsubMatrix! (% % (Integer) (Integer) %))): Improper first word in comments:
+"\\indented{1}{\\spad{setsubMatrix(x,i1,j1,y)} destructively alters the} \\indented{1}{matrix \\spad{x.} Here \\spad{x(i,j)} is set to \\spad{y(i-i1+1,j-j1+1)} for} \\indented{1}{\\spad{i = i1,...,i1-1+nrows \\spad{y}} and \\spad{j = j1,...,j1-1+ncols y}.} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} setsubMatrix!(m,2,2,matrix [[3,3],[3,3]])"
-% NOTE: the book has a different answer
- f := rightLcm(a,b)
+--->bookvol10.2.pamphlet-->MatrixCategory((+ (% % %))): Improper first word in comments:
+"\\indented{1}{\\spad{x + \\spad{y}} is the sum of the matrices \\spad{x} and \\spad{y.}} \\indented{1}{Error: if the dimensions are incompatible.} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} \\spad{m+m}"
-% NOTE: the book has a different answer
- rightRemainder(f, b)
+--->bookvol10.2.pamphlet-->MatrixCategory((- (% % %))): Improper first word in comments:
+"\\indented{1}{\\spad{x - \\spad{y}} is the difference of the matrices \\spad{x} and \\spad{y.}} \\indented{1}{Error: if the dimensions are incompatible.} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} \\spad{m-m}"
-% NOTE: the book has a different answer
- leftRemainder(f, b)
+--->bookvol10.2.pamphlet-->MatrixCategory((- (% %))): Improper first word in comments:
+"\\indented{1}{\\spad{-x} returns the negative of the matrix \\spad{x.}} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} \\spad{-m}"
-====================================================================
+--->bookvol10.2.pamphlet-->MatrixCategory((* (% % %))): Improper first word in comments:
+"\\indented{1}{\\spad{x * \\spad{y}} is the product of the matrices \\spad{x} and \\spad{y.}} \\indented{1}{Error: if the dimensions are incompatible.} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} \\spad{m*m}"
-bug 7133: files.spad Library
-)spool Library.output
-
-Starts dribbling to Library.output (2007/8/31, 12:8:10).
-)set message test on
-
-)set message auto off
-
-)clear all
-
- All user variables and function definitions have been cleared.
-stuff := library "Neat.stuff"
-
-
-Daly Bug
- >> Error detected within library code:
- File is not readable
- "Neat.stuff"
+--->bookvol10.2.pamphlet-->MatrixCategory((* (% R %))): Improper first word in comments:
+"\\indented{1}{\\spad{r*x} is the left scalar multiple of the scalar \\spad{r} and the} \\indented{1}{matrix \\spad{x.}} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} 1/3*m"
-====================================================================
+--->bookvol10.2.pamphlet-->MatrixCategory((* (% % R))): Improper first word in comments:
+"\\indented{1}{\\spad{x * \\spad{r}} is the right scalar multiple of the scalar \\spad{r} and the} \\indented{1}{matrix \\spad{x.}} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} \\spad{m*1/3}"
-bug 7132: numtheor.spad IntegerNumberTheoryFunctions
+--->bookvol10.2.pamphlet-->MatrixCategory((* (% (Integer) %))): Improper first word in comments:
+"\\indented{1}{\\spad{n * \\spad{x}} is an integer multiple.} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} 3*m"
-check the text against the book
+--->bookvol10.2.pamphlet-->MatrixCategory((* (Col % Col))): Improper first word in comments:
+"\\indented{1}{\\spad{x * \\spad{c}} is the product of the matrix \\spad{x} and the column vector \\spad{c.}} \\indented{1}{Error: if the dimensions are incompatible.} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} c:=coerce([1,2,3,4,5])@Matrix(INT) \\spad{X} \\spad{m*c}"
+--->bookvol10.2.pamphlet-->MatrixCategory((* (Row Row %))): Improper first word in comments:
+"\\indented{1}{\\spad{r * \\spad{x}} is the product of the row vector \\spad{r} and the matrix \\spad{x.}} \\indented{1}{Error: if the dimensions are incompatible.} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} r:=transpose([1,2,3,4,5])@Matrix(INT) \\spad{X} \\spad{r*m}"
-====================================================================
+--->bookvol10.2.pamphlet-->MatrixCategory((** (% % (NonNegativeInteger)))): Improper first word in comments:
+"\\indented{1}{\\spad{x \\spad{**} \\spad{n}} computes a non-negative integral power of the matrix \\spad{x.}} \\indented{1}{Error: if the matrix is not square.} \\blankline \\spad{X} m:=matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5] \\spad{X} \\spad{m**3}"
-bug 7131: -- files.spad.pamphlet KeyedAccessFile
-ey: KeyedAccessFile(Integer) := open("editor.year", "output")
-
+--->bookvol10.2.pamphlet-->MatrixCategory((exquo ((Union % failed) % R))): Improper first word in comments:
+"\\indented{1}{\\spad{exquo(m,r)} computes the exact quotient of the elements} \\indented{1}{of \\spad{m} by \\spad{r,} returning \\axiom{\"failed\"} if this is not possible.} \\blankline \\spad{X} m:=matrix [[2**i for \\spad{i} in 2..4] for \\spad{j} in 1..5] \\spad{X} exquo(m,2)"
- (1) "editor.year"
- Type: KeyedAccessFile Integer
-ey."Char":= 1986
-
+--->bookvol10.2.pamphlet-->MatrixCategory((/ (% % R))): Improper first word in comments:
+"\\indented{1}{\\spad{m/r} divides the elements of \\spad{m} by \\spad{r.} Error: if \\spad{r = 0}.} \\blankline \\spad{X} m:=matrix [[2**i for \\spad{i} in 2..4] for \\spad{j} in 1..5] \\spad{X} \\spad{m/4}"
- (2) 1986
- Type: PositiveInteger
-ey."Caviness" := 1985
-
+--->bookvol10.2.pamphlet-->MatrixCategory((rowEchelon (% %))): Improper first word in comments:
+"\\indented{1}{\\spad{rowEchelon(m)} returns the row echelon form of the matrix \\spad{m.}} \\blankline \\spad{X} rowEchelon matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5]"
- (3) 1985
- Type: PositiveInteger
-ey."Fitch" := 1984
-
+--->bookvol10.2.pamphlet-->MatrixCategory((columnSpace ((List Col) %))): Improper first word in comments:
+"\\indented{1}{\\spad{columnSpace(m)} returns a sublist of columns of the matrix \\spad{m}} \\indented{1}{forming a basis of its column space} \\blankline \\spad{X} columnSpace matrix [[1,2,3],[4,5,6],[7,8,9],[1,1,1]]"
- (4) 1984
- Type: PositiveInteger
-ey."Char"
-
-
-Daly Bug
- >> Error detected within library code:
- File is not readable
- "editor.year"
+--->bookvol10.2.pamphlet-->MatrixCategory((rank ((NonNegativeInteger) %))): Improper first word in comments:
+"\\indented{1}{\\spad{rank(m)} returns the rank of the matrix \\spad{m.}} \\blankline \\spad{X} rank matrix [[1,2,3],[4,5,6],[7,8,9]]"
+--->bookvol10.2.pamphlet-->MatrixCategory((nullity ((NonNegativeInteger) %))): Improper first word in comments:
+"\\indented{1}{\\spad{nullity(m)} returns the nullity of the matrix \\spad{m.} This is} \\indented{1}{the dimension of the null space of the matrix \\spad{m.}} \\blankline \\spad{X} nullity matrix [[1,2,3],[4,5,6],[7,8,9]]"
+--->bookvol10.2.pamphlet-->MatrixCategory((nullSpace ((List Col) %))): Improper first word in comments:
+"\\indented{1}{\\spad{nullSpace(m)} returns a basis for the null space of} \\indented{1}{the matrix \\spad{m.}} \\blankline \\spad{X} nullSpace matrix [[1,2,3],[4,5,6],[7,8,9]]"
-====================================================================
+--->bookvol10.2.pamphlet-->MatrixCategory((determinant (R %))): Improper first word in comments:
+"\\indented{1}{\\spad{determinant(m)} returns the determinant of the matrix \\spad{m.}} \\indented{1}{Error: if the matrix is not square.} \\blankline \\spad{X} determinant matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5]"
-bug 7130: -- table.spad.pamphlet GeneralSparseTable.input
-)spool GeneralSparseTable.output
-)set message test on
-)set message auto off
-)clear all
-patrons: GeneralSparseTable(String, Integer, KeyedAccessFile(Integer), 0) := table() ;
-patrons: GeneralSparseTable(String, Integer, KeyedAccessFile(Integer), 0) := table() ;
-
-
-Daly Bug
- >> Error detected within library code:
- File is not readable
- "kaf1405.sdata"
+--->bookvol10.2.pamphlet-->MatrixCategory((minordet (R %))): Improper first word in comments:
+"\\indented{1}{\\spad{minordet(m)} computes the determinant of the matrix \\spad{m} using} \\indented{1}{minors. Error: if the matrix is not square.} \\blankline \\spad{X} minordet matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5]"
-(1) ->
-patrons."Smith" := 10500
-patrons."Jones" := 22000
-patrons."Jones"
-patrons."Stingy"
-reduce(+, entries patrons)
-)system rm -r kaf*.sdata
-)spool
-)lisp (bye)
+--->bookvol10.2.pamphlet-->MatrixCategory((pfaffian (R %))): Improper first word in comments:
+"\\indented{1}{\\spad{pfaffian(m)} returns the Pfaffian of the matrix \\spad{m.}} \\indented{1}{Error if the matrix is not antisymmetric} \\blankline \\spad{X} pfaffian [[0,1,0,0],[-1,0,0,0],[0,0,0,1],[0,0,-1,0]]"
+
+--->bookvol10.2.pamphlet-->MatrixCategory((inverse ((Union % failed) %))): Improper first word in comments:
+"\\indented{1}{\\spad{inverse(m)} returns the inverse of the matrix \\spad{m.}} \\indented{1}{If the matrix is not invertible, \"failed\" is returned.} \\indented{1}{Error: if the matrix is not square.} \\blankline \\spad{X} inverse matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5]"
+
+--->bookvol10.2.pamphlet-->MatrixCategory((** (% % (Integer)))): Improper first word in comments:
+"\\indented{1}{\\spad{m**n} computes an integral power of the matrix \\spad{m.}} \\indented{1}{Error: if matrix is not square or if the matrix} \\indented{1}{is square but not invertible.} \\blankline \\spad{X} (matrix [[j**i for \\spad{i} in 0..4] for \\spad{j} in 1..5]) \\spad{**} 2"
=========================================================================
+typos 40272:
-bug 7129: these take a long time
+>compiling POLYVEC.spad to POLYVEC.nrlib
-ode97 := x*D(y(x),x) + a*y(x)**2 - y(x) + b*x**2
-ode104 := x*D(y(x),x) + a*x*y(x)**2 + 2*y(x) + b*x
-ode105 := x*D(y(x),x) + a*x*y(x)**2 + b*y(x) + c*x + d
+--->-->U32VectorPolynomialOperations((copyfirst ((Void) PA PA (Integer)))): Improper first word in comments: copy_first
+"copy_first(v1, \\spad{v2,} \\spad{n)} copies first \\spad{n} elements of \\spad{v2} into \\spad{n} first positions in \\spad{v1.}"
-=========================================================================
+--->-->U32VectorPolynomialOperations((copyslice ((Void) PA PA (Integer) (Integer)))): Improper first word in comments: copy_first
+"copy_first(v1, \\spad{v2,} \\spad{m,} \\spad{n)} copies the slice of \\spad{v2} starting at \\spad{m} elements and having \\spad{n} elements into corresponding positions in \\spad{v1.}"
-todo 313: put PolynomialCategory, etc into front matter diagram
+--->-->U32VectorPolynomialOperations((evalat ((Integer) PA (Integer) (Integer) (Integer)))): Improper first word in comments:
+"\\indented{1}{eval_at(v, deg, \\spad{pt,} \\spad{p)} treats \\spad{v} as coefficients of} \\indented{1}{polynomial of degree deg and evaluates the} \\indented{1}{polynomial at point \\spad{pt} modulo \\spad{p}} \\blankline \\spad{X} a:=new(3,1)$U32VEC \\spad{X} \\spad{a.1:=2} \\spad{X} eval_at(a,2,3,1024) \\spad{X} eval_at(a,2,2,8) \\spad{X} eval_at(a,2,3,10)"
-=========================================================================
+--->-->U32VectorPolynomialOperations((vectoraddmul ((Void) PA PA (Integer) (Integer) (Integer) (Integer)))): Improper first word in comments: vector_add_mul
+"vector_add_mul(v1, \\spad{v2,} \\spad{m,} \\spad{n,} \\spad{c,} \\spad{p)} sets v1(m), ..., v1(n) to corresponding extries in \\spad{v1} + \\spad{c*v2} modulo \\spad{p.}"
-todo 312: maple routines
+--->-->U32VectorPolynomialOperations((mulbybinomial ((Void) PA (Integer) (Integer)))): Improper first word in comments: mul_by_binomial
+"mul_by_binomial(v, \\spad{pt,} \\spad{p)} treats \\spad{v} a polynomial and multiplies in place this polynomial by binomial \\spad{(x} + pt). Highest coefficient of product is ignored."
-sharelib.zip
-maplenuts.zip
+--->-->U32VectorPolynomialOperations((mulbybinomial ((Void) PA (Integer) (Integer) (Integer)))): Improper first word in comments: mul_by_binomial
+"mul_by_binomial(v, deg, \\spad{pt,} \\spad{p)} treats \\spad{v} as coefficients of polynomial of degree deg and multiplies in place this polynomial by binomial \\spad{(x} + pt). Highest coefficient of product is ignored."
+
+--->-->U32VectorPolynomialOperations((mulbyscalar ((Void) PA (Integer) (Integer) (Integer)))): Improper first word in comments: mul_by_scalar
+"mul_by_scalar(v, deg, \\spad{c,} \\spad{p)} treats \\spad{v} as coefficients of polynomial of degree deg and multiplies in place this polynomial by scalar \\spad{c}"
+
+--->-->U32VectorPolynomialOperations((truncatedmultiplication (PA PA PA (Integer) (Integer)))): Improper first word in comments: truncated_multiplication
+"truncated_multiplication(x, \\spad{y,} \\spad{d,} \\spad{p)} computes x*y truncated after degree \\spad{d}"
+
+--->-->U32VectorPolynomialOperations((truncatedmuladd ((Void) PA PA PA (Integer) (Integer)))): Improper first word in comments: truncated_mul_add
+"truncated_mul_add(x, \\spad{y,} \\spad{z,} \\spad{d,} \\spad{p)} adds to \\spad{z} the produce x*y truncated after degree \\spad{d}"
+
+--->-->U32VectorPolynomialOperations((vectorcombination ((Void) PA (Integer) PA (Integer) (Integer) (Integer) (Integer)))): Improper first word in comments: vector_combination
+"vector_combination(v1, \\spad{c1,} \\spad{v2,} \\spad{c2,} \\spad{n,} delta, \\spad{p)} replaces first \\spad{n} + 1 entires of \\spad{v1} by corresponding entries of \\spad{c1*v1+c2*x^delta*v2} mod \\spad{p.}"
+
+--->-->U32VectorPolynomialOperations((tomodpa (PA (SparseUnivariatePolynomial (Integer)) (Integer)))): Improper first word in comments: to_mod_pa
+"to_mod_pa(s, \\spad{p)} reduces coefficients of polynomial \\spad{s} modulo prime \\spad{p} and converts the result to vector"
+
+--->-->U32VectorPolynomialOperations((extendedgcd ((List PA) PA PA (Integer)))): Improper first word in comments: extended_gcd
+"extended_gcd(v1, \\spad{v2,} \\spad{p)} gives \\spad{[g,} \\spad{c1,} \\spad{c2]} such that \\spad{g} is \\spad{gcd(v1, \\spad{v2,} p)}, \\spad{g = \\spad{c1*v1} + c2*v2} and degree(c1) < max(degree(v2) - degree(g), 0) and degree(c2) < max(degree(v1) - degree(g), 1)"
=========================================================================
+typos 40271:
-bug 7128: This kills Axiom
+>compiling PRIMARR2.spad to PRIMARR2.nrlib
-draw(1/a*log(a*x+b),x=-1..1)
+--->bookvol10.4.pamphlet-->PrimitiveArrayFunctions2((scan (VB (Mapping B A B) VA B))): Improper first word in comments:
+"\\indented{1}{scan(f,a,r) successively applies} \\indented{1}{\\spad{reduce(f,x,r)} to more and more leading sub-arrays} \\indented{1}{x of primitive array \\spad{a}.} \\indented{1}{More precisely, if \\spad{a} is \\spad{[a1,a2,...]}, then} \\indented{1}{\\spad{scan(f,a,r)} returns} \\indented{1}{\\spad{[reduce(f,[a1],r),reduce(f,[a1,a2],r),...]}.} \\blankline \\spad{X} T1:=PrimitiveArrayFunctions2(Integer,Integer) \\spad{X} adder(a:Integer,b:Integer):Integer \\spad{==} a+b \\spad{X} scan(adder,[i for \\spad{i} in 1..10],0)$T1"
-; (DEFUN %A ...) is being compiled.
-;; The variable |a| is undefined.
-;; The compiler will assume this variable is a global.
-;; The variable |b| is undefined.
-;; The compiler will assume this variable is a global.
- Compiling function %B with type DoubleFloat -> DoubleFloat
+--->bookvol10.4.pamphlet-->PrimitiveArrayFunctions2((reduce (B (Mapping B A B) VA B))): Improper first word in comments:
+"\\indented{1}{reduce(f,a,r) applies function \\spad{f} to each} \\indented{1}{successive element of the} \\indented{1}{primitive array \\spad{a} and an accumulant initialized to \\spad{r.}} \\indented{1}{For example, \\spad{reduce(_+$Integer,[1,2,3],0)}} \\indented{1}{does \\spad{3+(2+(1+0))}. Note that third argument \\spad{r}} \\indented{1}{may be regarded as the identity element for the function \\spad{f.}} \\blankline \\spad{X} T1:=PrimitiveArrayFunctions2(Integer,Integer) \\spad{X} adder(a:Integer,b:Integer):Integer \\spad{==} a+b \\spad{X} reduce(adder,[i for \\spad{i} in 1..10],0)$T1"
+
+--->bookvol10.4.pamphlet-->PrimitiveArrayFunctions2((map (VB (Mapping B A) VA))): Improper first word in comments:
+"\\indented{1}{map(f,a) applies function \\spad{f} to each member of primitive array} \\indented{1}{\\spad{a} resulting in a new primitive array over a} \\indented{1}{possibly different underlying domain.} \\blankline \\spad{X} T1:=PrimitiveArrayFunctions2(Integer,Integer) \\spad{X} map(x+->x+2,[i for \\spad{i} in 1..10])$T1"
=========================================================================
+typos 40270:
-meh 1: script for exploring domain relationships
+>compiling STREAM.spad to STREAM.nrlib
-getDomains(cat: Symbol): Set Symbol ==
- set map(d +-> symbol first destruct first destruct d,
- destruct domainsOf(cat, nil)$Lisp)
+--->bookvol10.3.pamphlet-->Stream((coerce (% (L S)))): Improper first word in comments:
+"\\indented{1}{coerce(l) converts a list \\spad{l} to a stream.} \\blankline \\spad{X} m:=[1,2,3,4,5,6,7,8,9,10,11,12] \\spad{X} coerce(m)@Stream(Integer) \\spad{X} m::Stream(Integer)"
+
+--->bookvol10.3.pamphlet-->Stream((repeating (% (L S)))): Improper first word in comments:
+"\\indented{1}{repeating(l) is a repeating stream whose period is the list \\spad{l.}} \\blankline \\spad{X} m:=repeating([-1,0,1,2,3])"
+
+--->bookvol10.3.pamphlet-->Stream((repeating? (B (L S) %))): Improper first word in comments:
+"\\indented{1}{repeating?(l,s) returns \\spad{true} if a stream \\spad{s} is periodic} \\indented{1}{with period \\spad{l,} and \\spad{false} otherwise.} \\blankline \\spad{X} m:=[1,2,3] \\spad{X} n:=repeating(m) \\spad{X} repeating?(m,n)"
+
+--->bookvol10.3.pamphlet-->Stream((findCycle ((Record (: cycle? B) (: prefix NNI) (: period NNI)) NNI %))): Improper first word in comments:
+"\\indented{1}{findCycle(n,st) determines if st is periodic within \\spad{n.}} \\blankline \\spad{X} m:=[1,2,3] \\spad{X} n:=repeating(m) \\spad{X} findCycle(3,n) \\spad{X} findCycle(2,n)"
+
+--->bookvol10.3.pamphlet-->Stream((cons (% S %))): Improper first word in comments:
+"\\indented{1}{cons(a,s) returns a stream whose \\spad{first} is \\spad{a}} \\indented{1}{and whose \\spad{rest} is \\spad{s.}} \\indented{1}{Note: \\spad{cons(a,s) = concat(a,s)}.} \\blankline \\spad{X} m:=[1,2,3] \\spad{X} n:=repeating(m) \\spad{X} cons(4,n)"
+
+--->bookvol10.3.pamphlet-->Stream((output ((Void) I %))): Improper first word in comments:
+"\\indented{1}{output(n,st) computes and displays the first \\spad{n} entries} \\indented{1}{of st.} \\blankline \\spad{X} m:=[1,2,3] \\spad{X} n:=repeating(m) \\spad{X} output(5,n)"
+
+--->bookvol10.3.pamphlet-->Stream((showAllElements (OUT %))): Improper first word in comments:
+"\\indented{1}{showAllElements(s) creates an output form which displays all} \\indented{1}{computed elements.} \\blankline \\spad{X} m:=[1,2,3,4,5,6,7,8,9,10,11,12] \\spad{X} n:=m::Stream(PositiveInteger) \\spad{X} showAllElements \\spad{n}"
+
+--->bookvol10.3.pamphlet-->Stream((setrest! (% % I %))): Improper first word in comments:
+"\\indented{1}{setrest!(x,n,y) sets rest(x,n) to \\spad{y.} The function will expand} \\indented{1}{cycles if necessary.} \\blankline \\spad{X} p:=[i for \\spad{i} in 1..] \\spad{X} q:=[i for \\spad{i} in 9..] \\spad{X} setrest!(p,4,q) \\spad{X} \\spad{p}"
+
+--->bookvol10.3.pamphlet-->Stream((generate (% (Mapping S)))): Improper first word in comments:
+"\\indented{1}{generate(f) creates an infinite stream all of whose elements are} \\indented{1}{equal to \\spad{f()}.} \\indented{1}{Note: \\spad{generate(f) = [f(),f(),f(),...]}.} \\blankline \\spad{X} f():Integer \\spad{==} 1 \\spad{X} generate(f)"
+
+--->bookvol10.3.pamphlet-->Stream((generate (% (Mapping S S) S))): Improper first word in comments:
+"\\indented{1}{generate(f,x) creates an infinite stream whose first element is} \\indented{1}{x and whose \\spad{n}th element (\\spad{n > 1}) is \\spad{f} applied to the previous} \\indented{1}{element. Note: \\spad{generate(f,x) = [x,f(x),f(f(x)),...]}.} \\blankline \\spad{X} f(x:Integer):Integer \\spad{==} \\spad{x+10} \\spad{X} generate(f,10)"
+
+--->bookvol10.3.pamphlet-->Stream((filterWhile (% (Mapping (Boolean) S) %))): Improper first word in comments:
+"\\indented{1}{filterWhile(p,s) returns \\spad{[x0,x1,...,x(n-1)]} where} \\indented{1}{\\spad{s = [x0,x1,x2,..]} and} \\indented{1}{n is the smallest index such that \\spad{p(xn) = false}.} \\blankline \\spad{X} m:=[i for \\spad{i} in 1..] \\spad{X} f(x:PositiveInteger):Boolean \\spad{==} \\spad{x} < 5 \\spad{X} filterWhile(f,m)"
+
+--->bookvol10.3.pamphlet-->Stream((filterUntil (% (Mapping (Boolean) S) %))): Improper first word in comments:
+"\\indented{1}{filterUntil(p,s) returns \\spad{[x0,x1,...,x(n)]} where} \\indented{1}{\\spad{s = [x0,x1,x2,..]} and} \\indented{1}{n is the smallest index such that \\spad{p(xn) = true}.} \\blankline \\spad{X} m:=[i for \\spad{i} in 1..] \\spad{X} f(x:PositiveInteger):Boolean \\spad{==} \\spad{x} < 5 \\spad{X} filterUntil(f,m)"
=========================================================================
+typos 40269:
-bug 7127: Schaums 14:472 fails to integrate properly
+>compiling TUPLE.spad to TUPLE.nrlib
-(1) -> t1:=x*asin(x/a)
+--->bookvol10.3.pamphlet-->Tuple((coerce (% (PrimitiveArray S)))): Improper first word in comments:
+"\\indented{1}{coerce(a) makes a tuple from primitive array a} \\blankline \\spad{X} t1:PrimitiveArray(Integer):= \\spad{[i} for \\spad{i} in 1..10] \\spad{X} t2:=coerce(t1)$Tuple(Integer)"
- x
- (1) x asin(-)
- a
- Type: Expression Integer
-(2) -> t2:=integrate(t1,x)
+--->bookvol10.3.pamphlet-->Tuple((select (S % (NonNegativeInteger)))): Improper first word in comments:
+"\\indented{1}{select(x,n) returns the \\spad{n}-th element of tuple \\spad{x.}} \\indented{1}{tuples are 0-based} \\blankline \\spad{X} t1:PrimitiveArray(Integer):= \\spad{[i} for \\spad{i} in 1..10] \\spad{X} t2:=coerce(t1)$Tuple(Integer) \\spad{X} select(t2,3)"
- +---------+
- | 2 2 +---------+
- 2 2 2x\|- x + a | 2 2
- (- 2x + a )atan(--------------) + 2x\|- x + a
- 2 2
- 2x - a
- (2) -------------------------------------------------
- 8
- Type: Union(Expression Integer,...)
-(3) -> t3:=D(t2,x)
+--->bookvol10.3.pamphlet-->Tuple((length ((NonNegativeInteger) %))): Improper first word in comments:
+"\\indented{1}{length(x) returns the number of elements in tuple \\spad{x}} \\blankline \\spad{X} t1:PrimitiveArray(Integer):= \\spad{[i} for \\spad{i} in 1..10] \\spad{X} t2:=coerce(t1)$Tuple(Integer) \\spad{X} length(t2)"
- +---------+
- | 2 2
- 2x\|- x + a
- x atan(--------------)
- 2 2
- 2x - a
- (3) - ----------------------
- 2
- Type: Expression Integer
-(4) -> t4:=(x^2/2-a^2/4)*asin(x/a)+(x*sqrt(a^2-x^2))/4
+=========================================================================
+typos 40268:
- +---------+
- | 2 2 2 2 x
- x\|- x + a + (2x - a )asin(-)
- a
- (4) ---------------------------------
- 4
- Type: Expression Integer
-(5) -> t5:=D(t4,x)
+>compiling VECTCAT.spad to VECTCAT.nrlib
- (5)
- +---------+
- +---------+ | 2 2 +---------+
- x | 2 2 2 3 |- x + a 2 2 | 2 2
- (4a x asin(-)\|- x + a - 2a x + a ) |--------- + (2x - a )\|- x + a
- a | 2
- \| a
- ----------------------------------------------------------------------------
- +---------+
- +---------+ | 2 2
- | 2 2 |- x + a
- 4a\|- x + a |---------
- | 2
- \| a
- Type: Expression Integer
-(6) -> f:=makeFloatFunction(t1,x,a)
- Compiling function %BF with type (DoubleFloat,DoubleFloat) ->
- DoubleFloat
+--->-->VectorCategory&((cross (% % %))): Improper first word in comments: vectorProduct
+"vectorProduct(u,v) constructs the cross product of \\spad{u} and \\spad{v.} Error: if \\spad{u} and \\spad{v} are not of length 3."
- (6) theMap(MKBCFUNC;binaryFunction;SM;2!0,120)
- Type: ((DoubleFloat,DoubleFloat) -> DoubleFloat)
+--->-->VectorCategory&((length (R %))): Missing left brace
+"\\spad{length(v)} computes the sqrt(dot(v,v)), \\spadignore{i.e.} the magnitude"
-(7) -> axiom:=makeFloatFunction(t3,x,a)
- Compiling function %BJ with type (DoubleFloat,DoubleFloat) ->
- DoubleFloat
+--->-->VectorCategory&((magnitude (R %))): Missing left brace
+"\\spad{magnitude(v)} computes the sqrt(dot(v,v)), \\spadignore{i.e.} the length"
- (7) theMap(MKBCFUNC;binaryFunction;SM;2!0,996)
- Type: ((DoubleFloat,DoubleFloat) -> DoubleFloat)
-(8) -> schaums:=makeFloatFunction(t5,x,a)
- Compiling function %BK with type (DoubleFloat,DoubleFloat) ->
- DoubleFloat
+--->-->VectorCategory&(constructor): Missing left brace
+"\\spadtype{VectorCategory} represents the type of vector like objects, \\spadignore{i.e.} finite sequences indexed by some finite segment of the integers. The operations available on vectors depend on the structure of the underlying components. Many operations from the component domain are defined for vectors componentwise. It can by assumed that extraction or updating components can be done in constant time."
- (8) theMap(MKBCFUNC;binaryFunction;SM;2!0,62)
- Type: ((DoubleFloat,DoubleFloat) -> DoubleFloat)
-(9) -> [ [f(i::Float,i::Float+1.0::Float)::Float,axiom(i::Float,i::Float+1.0::Float)::Float,schaums(i::Float,i::Float+1.0::Float)::Float] for i in 1..4]
+--->bookvol10.2.pamphlet-->VectorCategory((cross (% % %))): Improper first word in comments: vectorProduct
+"vectorProduct(u,v) constructs the cross product of \\spad{u} and \\spad{v.} Error: if \\spad{u} and \\spad{v} are not of length 3."
- (9)
- [[0.5235987755 9829892668,0.5235987755 9829892668,0.5235987755 9829881566],
- [1.4594553124 539326738,1.4594553124 539326738,1.4594553124 539324518],
- [2.5441862369 444430136,- 2.1682027434 402466604,2.5441862369 444430136],
- [3.7091808720 064496363,- 2.5740044351 731374839,3.7091808720 064500804]]
- Type: List List Float
-(10) ->
+--->bookvol10.2.pamphlet-->VectorCategory((length (R %))): Missing left brace
+"\\spad{length(v)} computes the sqrt(dot(v,v)), \\spadignore{i.e.} the magnitude"
+
+--->bookvol10.2.pamphlet-->VectorCategory((magnitude (R %))): Missing left brace
+"\\spad{magnitude(v)} computes the sqrt(dot(v,v)), \\spadignore{i.e.} the length"
+
+--->bookvol10.2.pamphlet-->VectorCategory(constructor): Missing left brace
=========================================================================
+typos 40267:
-bug 7126: sinaxminusaxBUG.input shows a bug
+>compiling DFMAT.spad to DFMAT.nrlib
-why does sin(a x-ax) not become sin(0) then 0?
+--->bookvol10.3.pamphlet-->DoubleFloatMatrix((qnew (% (Integer) (Integer)))): Improper first word in comments:
+"\\indented{1}{qnew(n, \\spad{m)} creates a new uninitialized \\spad{n} by \\spad{m} matrix.} \\blankline \\spad{X} t1:DFMAT:=qnew(3,4)"
=========================================================================
+typos 40266:
-bug 7125: normalizeBug.input shows a bug
+>compiling DFVEC.spad to DFVEC.nrlib
+
+--->bookvol10.3.pamphlet-->DoubleFloatVector((qnew (% (Integer)))): Improper first word in comments:
+"\\indented{1}{qnew(n) creates a new uninitialized vector of length \\spad{n.}} \\blankline \\spad{X} t1:DFVEC:=qnew(7)"
=========================================================================
+typos 40265:
-bug 7124: why is the superscript not in smallest terms?
+>compiling LOCPOWC.spad to LOCPOWC.nrlib
---S 100
-aa:=integrate(1/(x^2*(x^2-a^2)^(3/2)),x)
---R
---R
---R 1
---R (1) - -----------------------------------
---R +-------+
---R 3 2 | 2 2 4 2 2
---R (2x - a x)\|x - a - 2x + 2a x
---R Type: Union(Expression Integer,...)
---E
+--->bookvol10.2.pamphlet-->LocalPowerSeriesCategory((findCoef (K % (Integer)))): Not documented!!!!
+--->bookvol10.2.pamphlet-->LocalPowerSeriesCategory((coerce (% SER))): Not documented!!!!
+--->bookvol10.2.pamphlet-->LocalPowerSeriesCategory((coerce (SER %))): Not documented!!!!
---S 101
-bb:=-sqrt(x^2-a^2)/(a^4*x)-x/(a^4*sqrt(x^2-a^2))
---R
---R 2 2
---R - 2x + a
---R (2) -------------
---R +-------+
---R 4 | 2 2
---R a x\|x - a
---R Type: Expression Integer
---E
+--->bookvol10.2.pamphlet-->LocalPowerSeriesCategory((orderIfNegative ((Union (Integer) failed) %))): Not documented!!!!
+--->bookvol10.2.pamphlet-->LocalPowerSeriesCategory((removeFirstZeroes (% %))): Not documented!!!!
+--->bookvol10.2.pamphlet-->LocalPowerSeriesCategory((sbt (% % %))): Not documented!!!!
---S 102 14:228 Schaums and Axiom differ by a constant
-cc:=aa-bb
---R
---R 2
---R (3) - --
---R 4
---R a
---R Type: Expression Integer
---E
+--->bookvol10.2.pamphlet-->LocalPowerSeriesCategory((printInfo ((Boolean)))): Improper first word in comments: returns
+"returns the value of the \\spad{printInfo} flag."
+--->bookvol10.2.pamphlet-->LocalPowerSeriesCategory(constructor): Not documented!!!!
+--->bookvol10.2.pamphlet-->LocalPowerSeriesCategory(): Missing Description
=========================================================================
+typos 40263:
-todo 311: integerMathLibrary FFLAS_technical_report.ps.gz
-
-=========================================================================
+>compiling U8MAT.spad to U8MAT.nrlib
-todo 310: /research/femlisp (finite element meshes)
+--->-->U8Matrix((qnew (% (Integer) (Integer)))): Improper first word in comments:
+"\\indented{1}{qnew(n, \\spad{m)} creates a new \\spad{n} by \\spad{m} matrix of zeros.} \\blankline \\spad{X} qnew(3,4)$U8Matrix()"
=========================================================================
+typos 40262:
-bug 7123: cannot simplify forms like (ax+b)(ax+b)^n into (ax+b)^(n+1)
+>compiling U16MAT.spad to U16MAT.nrlib
+
+--->bookvol10.3.pamphlet-->U16Matrix((qnew (% (Integer) (Integer)))): Improper first word in comments:
+"\\indented{1}{qnew(n, \\spad{m)} creates a new \\spad{n} by \\spad{m} matrix of zeros.} \\blankline \\spad{X} qnew(3,4)$U16Matrix()"
=========================================================================
+typos 40261:
-wish 1010: look at ocalc.tex for big-O notation by Knuth
+>compiling U32MAT.spad to U32MAT.nrlib
+
+--->bookvol10.3.pamphlet-->U32Matrix((qnew (% (Integer) (Integer)))): Improper first word in comments:
+"\\indented{1}{qnew(n, \\spad{m)} creates a new \\spad{n} by \\spad{m} matrix of zeros.} \\blankline \\spad{X} qnew(3,4)$U32Matrix()"
=========================================================================
+typos 40260:
-todo 309: huh?
+>compiling CARTEN.spad to CARTEN.nrlib
-in2360a:=integrate(1/(1-%i*z^2)^(1/2)-csch(z-1), z= -1..1,"noPole")
-
+--->bookvol10.3.pamphlet-->CartesianTensor((coerce (% (DP dim R)))): Improper first word in comments:
+"\\indented{1}{coerce(v) views a vector as a rank 1 tensor.} \\blankline \\spad{X} v:DirectProduct(2,Integer):=directProduct [3,4] \\spad{X} tv:CartesianTensor(1,2,Integer):=v"
- (175) [ + infinity, + infinity]
- Type: Union(f2: List OrderedCompletion Expression Complex Integer,...)
+--->bookvol10.3.pamphlet-->CartesianTensor((coerce (% (SM dim R)))): Improper first word in comments:
+"\\indented{1}{coerce(m) views a matrix as a rank 2 tensor.} \\blankline \\spad{X} v:SquareMatrix(2,Integer):=[[1,2],[3,4]] \\spad{X} tv:CartesianTensor(1,2,Integer):=v"
-Note: verified against NAG
+--->bookvol10.3.pamphlet-->CartesianTensor((coerce (% (List R)))): Improper first word in comments:
+"\\indented{1}{coerce([r_1,...,r_dim]) allows tensors to be constructed} \\indented{1}{using lists.} \\blankline \\spad{X} v:=[2,3] \\spad{X} tv:CartesianTensor(1,2,Integer):=v"
-=========================================================================
+--->bookvol10.3.pamphlet-->CartesianTensor((coerce (% (List %)))): Improper first word in comments:
+"\\indented{1}{coerce([t_1,...,t_dim]) allows tensors to be constructed} \\indented{1}{using lists.} \\blankline \\spad{X} v:=[2,3] \\spad{X} tv:CartesianTensor(1,2,Integer):=v \\spad{X} tm:CartesianTensor(1,2,Integer):=[tv,tv]"
-todo 309: these won't integrate
+--->bookvol10.3.pamphlet-->CartesianTensor((rank (NNI %))): Improper first word in comments:
+"\\indented{1}{rank(t) returns the tensorial rank of \\spad{t} (that is, the} \\indented{1}{number of indices).\\space{2}This is the same as the graded module} \\indented{1}{degree.} \\blankline \\spad{X} CT:=CARTEN(1,2,Integer) \\spad{X} \\spad{t0:CT:=8} \\spad{X} rank \\spad{t0}"
-in13:=integrate(cos(z)^2*sin(z)^n, z)
-in160:=integrate((-z^2-z)^sin(z), z)
-in163:=integrate(log(z)*abs(exp(z)/z), z)
-in166:=integrate((1+z)^z, z)
+--->bookvol10.3.pamphlet-->CartesianTensor((elt (R %))): Improper first word in comments:
+"\\indented{1}{elt(t) gives the component of a rank 0 tensor.} \\blankline \\spad{X} \\spad{tv:CartesianTensor(1,2,Integer):=8} \\spad{X} elt(tv) \\spad{X} tv[]"
+--->bookvol10.3.pamphlet-->CartesianTensor((elt (R % I))): Improper first word in comments:
+"\\indented{1}{elt(t,i) gives a component of a rank 1 tensor.} \\blankline \\spad{X} v:=[2,3] \\spad{X} tv:CartesianTensor(1,2,Integer):=v \\spad{X} elt(tv,2) \\spad{X} tv[2]"
-=========================================================================
+--->bookvol10.3.pamphlet-->CartesianTensor((elt (R % I I))): Improper first word in comments:
+"\\indented{1}{elt(t,i,j) gives a component of a rank 2 tensor.} \\blankline \\spad{X} v:=[2,3] \\spad{X} tv:CartesianTensor(1,2,Integer):=v \\spad{X} tm:CartesianTensor(1,2,Integer):=[tv,tv] \\spad{X} elt(tm,2,2) \\spad{X} tm[2,2]"
-bug 7122: "failed"
+--->bookvol10.3.pamphlet-->CartesianTensor((elt (R % I I I))): Improper first word in comments:
+"\\indented{1}{elt(t,i,j,k) gives a component of a rank 3 tensor.} \\blankline \\spad{X} v:=[2,3] \\spad{X} tv:CartesianTensor(1,2,Integer):=v \\spad{X} tm:CartesianTensor(1,2,Integer):=[tv,tv] \\spad{X} tn:CartesianTensor(1,2,Integer):=[tm,tm] \\spad{X} elt(tn,2,2,2) \\spad{X} tn[2,2,2]"
-in106a:=integrate(((%i+z)^%i)^%i, z= 0..1,"noPole")
-in1029a:=integrate((%i*z/(%i*z+1))^(1/2), z= 0..%plusInfinity,"noPole")
-in1107a:=integrate(-log(z)/(-1+z^(1/2))^3, z= 0..1/2*%i,"noPole")
-in1108a:=integrate(log(z)/(-1+z^(1/2))^3, z= 0..1/2*%i,"noPole")
-in159a:=integrate(log(z)/z^2, z= -%i..-1,"noPole")
-in1859a:=integrate(1/(z^2-1)*(1+1/z^3)^(1/2), z= 0..1,"noPole")
-in1867a:=integrate(1/(z^2-1)*(1-(%i*z)^(1/2))^(1/2), z= 0..1,"noPole")
-in1869a:=integrate(1/(z^2-1)*(1-1/(%i*z)^(1/2))^(1/2), z= 0..1,"noPole")
-in2109a:=integrate((1+%i*z)^(1/2)+cot(z-1), z= 0..1,"noPole")
-in2179a:=integrate((z^3-%i*(1-z^4)^(1/2))^4, z= -1..1,"noPole")
-in2247a:=integrate(1/(z^2-%i*z+2)^(1/2)+csc(z), z= 0..1,"noPole")
-in2340a:=integrate(exp(%i*(%i*z)^(1/2))+cot(z-1), z= -1..1,"noPole")
-in2527a:=integrate(1/(1+%i*z^(1/3))+cosh(z), z= %minusInfinity..0,"noPole")
-in2567a:=integrate(1/(%i*z)^(1/3)*log(abs(z-1)), z= 0..1/2*%pi,"noPole")
-in2597a:=integrate((1+%i/z)^(1/2)-log(1-1/z^2), z= 0..%plusInfinity,"noPole")
-in2963a:=integrate(cosh(-1+(1-z)^(1/2))+(z^2+%i*z-3)^(1/2), z= -1..1,"noPole")
+--->bookvol10.3.pamphlet-->CartesianTensor((elt (R % I I I I))): Improper first word in comments:
+"\\indented{1}{elt(t,i,j,k,l) gives a component of a rank 4 tensor.} \\blankline \\spad{X} v:=[2,3] \\spad{X} tv:CartesianTensor(1,2,Integer):=v \\spad{X} tm:CartesianTensor(1,2,Integer):=[tv,tv] \\spad{X} tn:CartesianTensor(1,2,Integer):=[tm,tm] \\spad{X} tp:CartesianTensor(1,2,Integer):=[tn,tn] \\spad{X} elt(tp,2,2,2,2) \\spad{X} tp[2,2,2,2]"
-=========================================================================
+--->bookvol10.3.pamphlet-->CartesianTensor((elt (R % (List I)))): Improper first word in comments:
+"\\indented{1}{elt(t,[i1,...,iN]) gives a component of a rank \\spad{N} tensor.} \\blankline \\spad{X} v:=[2,3] \\spad{X} tv:CartesianTensor(1,2,Integer):=v \\spad{X} tm:CartesianTensor(1,2,Integer):=[tv,tv] \\spad{X} tn:CartesianTensor(1,2,Integer):=[tm,tm] \\spad{X} tp:CartesianTensor(1,2,Integer):=[tn,tn] \\spad{X} tq:CartesianTensor(1,2,Integer):=[tp,tp] \\spad{X} elt(tq,[2,2,2,2,2])"
-bug 7121: Imaginary part is nonzero. Cannot retract.
+--->bookvol10.3.pamphlet-->CartesianTensor((product (% % %))): Improper first word in comments:
+"\\indented{1}{product(s,t) is the outer product of the tensors \\spad{s} and \\spad{t.}} \\indented{1}{For example, if \\spad{r = product(s,t)} for rank 2 tensors} \\indented{1}{s and \\spad{t,} then \\spad{r} is a rank 4 tensor given \\spad{by}} \\indented{5}{\\spad{r(i,j,k,l) = s(i,j)*t(k,l)}.} \\blankline \\spad{X} m:SquareMatrix(2,Integer):=matrix [[1,2],[4,5]] \\spad{X} Tm:CartesianTensor(1,2,Integer):=m \\spad{X} n:SquareMatrix(2,Integer):=matrix [[2,3],[0,1]] \\spad{X} Tn:CartesianTensor(1,2,Integer):=n \\spad{X} Tmn:=product(Tm,Tn)"
-in2691a:=integrate(1/(z^2+%i*z-1)^(1/2)+(1-%i*z)^(1/2), z= -1..1,"noPole")
+--->bookvol10.3.pamphlet-->CartesianTensor((* (% % %))): Improper first word in comments:
+"\\indented{1}{s*t is the inner product of the tensors \\spad{s} and \\spad{t} which contracts} \\indented{1}{the last index of \\spad{s} with the first index of \\spad{t,} that is,} \\indented{5}{\\spad{t*s = contract(t,rank \\spad{t,} \\spad{s,} 1)}} \\indented{5}{\\spad{t*s = sum(k=1..N, t[i1,..,iN,k]*s[k,j1,..,jM])}} \\indented{1}{This is compatible with the use of \\spad{M*v} to denote} \\indented{1}{the matrix-vector inner product.} \\blankline \\spad{X} m:SquareMatrix(2,Integer):=matrix [[1,2],[4,5]] \\spad{X} Tm:CartesianTensor(1,2,Integer):=m \\spad{X} v:DirectProduct(2,Integer):=directProduct [3,4] \\spad{X} Tv:CartesianTensor(1,2,Integer):=v \\spad{X} Tm*Tv"
-=========================================================================
+--->bookvol10.3.pamphlet-->CartesianTensor((contract (% % (Integer) % (Integer)))): Improper first word in comments:
+"\\indented{1}{contract(t,i,s,j) is the inner product of tenors \\spad{s} and \\spad{t}} \\indented{1}{which sums along the \\spad{k1}-th index of} \\indented{1}{t and the \\spad{k2}-th index of \\spad{s.}} \\indented{1}{For example, if \\spad{r = contract(s,2,t,1)} for rank 3 tensors} \\indented{1}{rank 3 tensors \\spad{s} and \\spad{t}, then \\spad{r} is} \\indented{1}{the rank 4 \\spad{(= 3 + 3 - 2)} tensor\\space{2}given \\spad{by}} \\indented{5}{\\spad{r(i,j,k,l) = sum(h=1..dim,s(i,h,j)*t(h,k,l))}.} \\blankline \\spad{X} m:SquareMatrix(2,Integer):=matrix [[1,2],[4,5]] \\spad{X} Tm:CartesianTensor(1,2,Integer):=m \\spad{X} v:DirectProduct(2,Integer):=directProduct [3,4] \\spad{X} Tv:CartesianTensor(1,2,Integer):=v \\spad{X} Tmv:=contract(Tm,2,Tv,1)"
-bug 7120: Zero divisor
+--->bookvol10.3.pamphlet-->CartesianTensor((contract (% % (Integer) (Integer)))): Improper first word in comments:
+"\\indented{1}{contract(t,i,j) is the contraction of tensor \\spad{t} which} \\indented{1}{sums along the \\spad{i}-th and \\spad{j}-th indices.} \\indented{1}{For example,\\space{2}if} \\indented{1}{\\spad{r = contract(t,1,3)} for a rank 4 tensor \\spad{t,} then} \\indented{1}{\\spad{r} is the rank 2 \\spad{(= 4 - 2)} tensor given \\spad{by}} \\indented{5}{\\spad{r(i,j) = sum(h=1..dim,t(h,i,h,j))}.} \\blankline \\spad{X} m:SquareMatrix(2,Integer):=matrix [[1,2],[4,5]] \\spad{X} Tm:CartesianTensor(1,2,Integer):=m \\spad{X} v:DirectProduct(2,Integer):=directProduct [3,4] \\spad{X} Tv:CartesianTensor(1,2,Integer):=v \\spad{X} Tmv:=contract(Tm,2,1)"
-in2307a:=integrate(tan(z)-1/(z^2+%i*z-3)^(1/2), z= -1..1,"noPole")
+--->bookvol10.3.pamphlet-->CartesianTensor((transpose (% %))): Improper first word in comments:
+"\\indented{1}{transpose(t) exchanges the first and last indices of \\spad{t.}} \\indented{1}{For example, if \\spad{r = transpose(t)} for a rank 4} \\indented{1}{tensor \\spad{t,} then \\spad{r} is the rank 4 tensor given \\spad{by}} \\indented{5}{\\spad{r(i,j,k,l) = t(l,j,k,i)}.} \\blankline \\spad{X} m:SquareMatrix(2,Integer):=matrix [[1,2],[4,5]] \\spad{X} Tm:CartesianTensor(1,2,Integer):=m \\spad{X} transpose(Tm)"
-=========================================================================
+--->bookvol10.3.pamphlet-->CartesianTensor((transpose (% % (Integer) (Integer)))): Improper first word in comments:
+"\\indented{1}{transpose(t,i,j) exchanges the \\spad{i}-th and \\spad{j}-th} \\indented{1}{indices of \\spad{t.} For example, if \\spad{r = transpose(t,2,3)}} \\indented{1}{for a rank 4 tensor \\spad{t,} then \\spad{r} is the rank 4 tensor} \\indented{1}{given \\spad{by}} \\indented{5}{\\spad{r(i,j,k,l) = t(i,k,j,l)}.} \\blankline \\spad{X} m:SquareMatrix(2,Integer):=matrix [[1,2],[4,5]] \\spad{X} tm:CartesianTensor(1,2,Integer):=m \\spad{X} tn:CartesianTensor(1,2,Integer):=[tm,tm] \\spad{X} transpose(tn,1,2)"
-bug 7119: Cannot take first of an empty list
+--->bookvol10.3.pamphlet-->CartesianTensor((reindex (% % (List (Integer))))): Improper first word in comments:
+"\\indented{1}{reindex(t,[i1,...,idim]) permutes the indices of \\spad{t.}} \\indented{1}{For example, if \\spad{r = reindex(t, [4,1,2,3])}} \\indented{1}{for a rank 4 tensor \\spad{t,}} \\indented{1}{then \\spad{r} is the rank for tensor given \\spad{by}} \\indented{5}{\\spad{r(i,j,k,l) = t(l,i,j,k)}.} \\blankline \\spad{X} n:SquareMatrix(2,Integer):=matrix [[2,3],[0,1]] \\spad{X} tn:CartesianTensor(1,2,Integer):=n \\spad{X} p:=product(tn,tn) \\spad{X} reindex(p,[4,3,2,1])"
-in1278a:=integrate((1+1/(%i*z)^(1/2))^(1/2), z= 0..%plusInfinity,"noPole")
-in1433a:=integrate(-1/((%i*z)^(1/2)-1)*(-2+(%i*z)^(1/2)), z= 0..%plusInfinity,"noPole")
-in1435a:=integrate(-1/(1+(%i*z)^(1/2))*(%i*z)^(1/2), z= 0..%plusInfinity,"noPole")
-in1436a:=integrate(-((%i*z)^(1/2)-1)/(-2+(%i*z)^(1/2)), z= 0..%plusInfinity,"noPole")
-in1463a:=integrate(1-(%i*z)^(1/2)/(1-%i*z), z= 0..%plusInfinity,"noPole")
-in1563a:=integrate(log(1-z^3)*(%i*z)^(1/2), z= 0..1,"noPole")
-in1638a:=integrate(-z/(z-1)/(1-%i*z)^(1/2), z= 0..1,"noPole")
-in1724a:=integrate(-z^2/(z^2-1)*(1-(%i*z)^(1/2))^(1/2), z= 0..1,"noPole")
-in183:=integrate(1/z, z= %i..2*%i)
-in2108a:=integrate((1-%i/(1+%i/z)^2)^(1/2), z= -1..1,"noPole")
-in2124a:=integrate(-1/z-1/(%i/(z+%i))^(1/2), z= -1..0,"noPole")
-in2815a:=integrate((%i*z)^(1/2)-(1+1/(%i*z)^(1/2))^(1/2), z= -1..1,"noPole")
-in2924a:=integrate(1/(%i*z)^(1/2)+(1+1/(%i*z)^(1/2))^(1/2), z= -1..1,"noPole")
-in3001a:=integrate(((%i*z)^(1/2)-1)/(-2+(%i*z)^(1/2)), z= 0..%plusInfinity,"noPole")
+--->bookvol10.3.pamphlet-->CartesianTensor((kroneckerDelta (%))): Improper first word in comments:
+"\\indented{1}{kroneckerDelta() is the rank 2 tensor defined \\spad{by}} \\indented{4}{\\spad{kroneckerDelta()(i,j)}} \\indented{7}{\\spad{= 1\\space{2}if \\spad{i} = \\spad{j}}} \\indented{7}{\\spad{= 0 if\\space{2}i \\spad{\\^=} \\spad{j}}} \\blankline \\spad{X} delta:CartesianTensor(1,2,Integer):=kroneckerDelta()"
+
+--->bookvol10.3.pamphlet-->CartesianTensor((leviCivitaSymbol (%))): Improper first word in comments:
+"\\indented{1}{leviCivitaSymbol() is the rank \\spad{dim} tensor defined \\spad{by}} \\indented{1}{\\spad{leviCivitaSymbol()(i1,...idim) = +1/0/-1}} \\indented{1}{if \\spad{i1,...,idim} is an even/is nota /is an odd permutation} \\indented{1}{of \\spad{minix,...,minix+dim-1}.} \\blankline \\spad{X} lcs:CartesianTensor(1,2,Integer):=leviCivitaSymbol()"
+--->bookvol10.3.pamphlet-->CartesianTensor((ravel ((List R) %))): Improper first word in comments:
+"\\indented{1}{ravel(t) produces a list of components from a tensor such that} \\indented{3}{\\spad{unravel(ravel(t)) = t}.} \\blankline \\spad{X} n:SquareMatrix(2,Integer):=matrix [[2,3],[0,1]] \\spad{X} tn:CartesianTensor(1,2,Integer):=n \\spad{X} ravel \\spad{tn}"
=========================================================================
+typos 40259:
-wish 1009: integrate computational geometry algorithms (CGAL)
+>compiling DBASE.spad to DBASE.nrlib
-bounding volumes
-polyhedral surfaces
-boolean operators
-triangulations
-voronoi diagrams
-mesh generation
-subdivision
-simplification
-parametrization
-streamlines
-ridge detection
-neighbor search
-kinetic data structures
-lower envelope
-arrangement
-intersection detection
-minkowski sum
-PCA
-polytope distance
-QP solver
+--->bookvol10.3.pamphlet-->Database((- (% % %))): Missing left brace
+"\\spad{db1-db2} returns the difference of databases \\spad{db1} and \\spad{db2} \\spadignore{i.e.} consisting of elements in \\spad{db1} but not in \\spad{db2}"
-geometric objects in 2d, 3d, nd: point, segment, ray, line, circle,
-sphere, iso-rectangle, predicates (orientation, in_circle),
-constructions (intersection, circumcenter)
-delaunay triangles and regular, fully dynamic,
=========================================================================
+typos 40257:
-todo 308: combinat
+>compiling DIRPCAT.spad to DIRPCAT.nrlib
+
+--->-->DirectProductCategory&(): Spurious comments: \spad{y*r} multiplies each component of the vector \spad{y} by the element \spad{r.}
+
+--------constructor---------
+--->bookvol10.2.pamphlet-->DirectProductCategory(): Spurious comments: \spad{y*r} multiplies each component of the vector \spad{y} by the element \spad{r.}
=========================================================================
+typos 40253:
-todo 307: elliptic
+>compiling FAXF.spad to FAXF.nrlib
-figure this stuff out
+--->-->FiniteAlgebraicExtensionField&((normalElement ($))): Missing left brace
+"\\spad{normalElement()} returns a element, normal over the ground field \\spad{F,} \\spadignore{i.e.} \\spad{a**(q**i), 0 \\spad{<=} \\spad{i} < extensionDegree()} is an F-basis, where \\spad{q = size()\\$F}. At the first call, the element is computed by \\spadfunFrom{createNormalElement}{FiniteAlgebraicExtensionField} then cached in a global variable. On subsequent calls, the element is retrieved by referencing the global variable."
-=========================================================================
+--->-->FiniteAlgebraicExtensionField&((normal? ((Boolean) $))): Missing left brace
+"\\spad{normal?(a)} tests whether the element \\spad{a} is normal over the ground field \\spad{F,} \\spadignore{i.e.} \\spad{a**(q**i), 0 \\spad{<=} \\spad{i} \\spad{<=} extensionDegree()-1} is an F-basis, where \\spad{q = size()\\$F}. Implementation according to Lidl/Niederreiter: Theorem 2.39."
-todo 306: fastmatrix.spad
+--->-->FiniteAlgebraicExtensionField&((linearAssociatedExp ($ $ (SparseUnivariatePolynomial F)))): Missing left brace
+"\\spad{linearAssociatedExp(a,f)} is linear over \\spad{F,} \\spadignore{i.e.} for elements a from \\spad{\\$,} \\spad{c,d} form \\spad{F} and \\spad{f,g} univariate polynomials over \\spad{F} we have \\spadfun{linearAssociatedExp}(a,cf+dg) equals \\spad{c} times \\spadfun{linearAssociatedExp}(a,f) plus \\spad{d} times \\spadfun{linearAssociatedExp}(a,g). Therefore \\spadfun{linearAssociatedExp} is defined completely by its action on monomials from F[X]: \\spadfun{linearAssociatedExp}(a,monomial(1,k)\\$SUP(F)) is defined to be \\spadfun{Frobenius}(a,k) which is a**(q**k), where q=size()\\$F."
-follow Waldek's lead on this
+--->-->FiniteAlgebraicExtensionField&(constructor): Missing left brace
+"FiniteAlgebraicExtensionField \\spad{F} is the category of fields which are finite algebraic extensions of the field \\spad{F.} If \\spad{F} is finite then any finite algebraic extension of \\spad{F} is finite, too. Let \\spad{K} be a finite algebraic extension of the finite field \\spad{F.} The exponentiation of elements of \\spad{K} defines a Z-module structure on the multiplicative group of \\spad{K.} The additive group of \\spad{K} becomes a module over the ring of polynomials over \\spad{F} via the operation \\spadfun{linearAssociatedExp}(a:K,f:SparseUnivariatePolynomial \\spad{F)} which is linear over \\spad{F,} \\spadignore{i.e.} for elements a from \\spad{K,} \\spad{c,d} from \\spad{F} and \\spad{f,g} univariate polynomials over \\spad{F} we have \\spadfun{linearAssociatedExp}(a,cf+dg) equals \\spad{c} times \\spadfun{linearAssociatedExp}(a,f) plus \\spad{d} times \\spadfun{linearAssociatedExp}(a,g). Therefore \\spadfun{linearAssociatedExp} is defined completely by its action on monomials from F[X]: \\spadfun{linearAssociatedExp}(a,monomial(1,k)\\$SUP(F)) is defined to be \\spadfun{Frobenius}(a,k) which is a**(q**k) where q=size()\\$F. The operations order and discreteLog associated with the multiplicative exponentiation have additive analogues associated to the operation \\spadfun{linearAssociatedExp}. These are the functions \\spadfun{linearAssociatedOrder} and \\spadfun{linearAssociatedLog}, respectively."
-=========================================================================
+--->bookvol10.2.pamphlet-->FiniteAlgebraicExtensionField((normalElement ($))): Missing left brace
+"\\spad{normalElement()} returns a element, normal over the ground field \\spad{F,} \\spadignore{i.e.} \\spad{a**(q**i), 0 \\spad{<=} \\spad{i} < extensionDegree()} is an F-basis, where \\spad{q = size()\\$F}. At the first call, the element is computed by \\spadfunFrom{createNormalElement}{FiniteAlgebraicExtensionField} then cached in a global variable. On subsequent calls, the element is retrieved by referencing the global variable."
-bug 7118: Factored AlgebraicNumber
+--->bookvol10.2.pamphlet-->FiniteAlgebraicExtensionField((normal? ((Boolean) $))): Missing left brace
+"\\spad{normal?(a)} tests whether the element \\spad{a} is normal over the ground field \\spad{F,} \\spadignore{i.e.} \\spad{a**(q**i), 0 \\spad{<=} \\spad{i} \\spad{<=} extensionDegree()-1} is an F-basis, where \\spad{q = size()\\$F}. Implementation according to Lidl/Niederreiter: Theorem 2.39."
- sqrt(2^32)
+--->bookvol10.2.pamphlet-->FiniteAlgebraicExtensionField((linearAssociatedExp ($ $ (SparseUnivariatePolynomial F)))): Missing left brace
+"\\spad{linearAssociatedExp(a,f)} is linear over \\spad{F,} \\spadignore{i.e.} for elements a from \\spad{\\$,} \\spad{c,d} form \\spad{F} and \\spad{f,g} univariate polynomials over \\spad{F} we have \\spadfun{linearAssociatedExp}(a,cf+dg) equals \\spad{c} times \\spadfun{linearAssociatedExp}(a,f) plus \\spad{d} times \\spadfun{linearAssociatedExp}(a,g). Therefore \\spadfun{linearAssociatedExp} is defined completely by its action on monomials from F[X]: \\spadfun{linearAssociatedExp}(a,monomial(1,k)\\$SUP(F)) is defined to be \\spadfun{Frobenius}(a,k) which is a**(q**k), where q=size()\\$F."
- (1) 65536
- Type: AlgebraicNumber
-(2) -> %^2
+--->bookvol10.2.pamphlet-->FiniteAlgebraicExtensionField(constructor): Missing left brace
+"FiniteAlgebraicExtensionField \\spad{F} is the category of fields which are finite algebraic extensions of the field \\spad{F.} If \\spad{F} is finite then any finite algebraic extension of \\spad{F} is finite, too. Let \\spad{K} be a finite algebraic extension of the finite field \\spad{F.} The exponentiation of elements of \\spad{K} defines a Z-module structure on the multiplicative group of \\spad{K.} The additive group of \\spad{K} becomes a module over the ring of polynomials over \\spad{F} via the operation \\spadfun{linearAssociatedExp}(a:K,f:SparseUnivariatePolynomial \\spad{F)} which is linear over \\spad{F,} \\spadignore{i.e.} for elements a from \\spad{K,} \\spad{c,d} from \\spad{F} and \\spad{f,g} univariate polynomials over \\spad{F} we have \\spadfun{linearAssociatedExp}(a,cf+dg) equals \\spad{c} times \\spadfun{linearAssociatedExp}(a,f) plus \\spad{d} times \\spadfun{linearAssociatedExp}(a,g). Therefore \\spadfun{linearAssociatedExp} is defined completely by its action on monomials from F[X]: \\spadfun{linearAssociatedExp}(a,monomial(1,k)\\$SUP(F)) is defined to be \\spadfun{Frobenius}(a,k) which is a**(q**k) where q=size()\\$F. The operations order and discreteLog associated with the multiplicative exponentiation have additive analogues associated to the operation \\spadfun{linearAssociatedExp}. These are the functions \\spadfun{linearAssociatedOrder} and \\spadfun{linearAssociatedLog}, respectively."
- (2) 4294967296
- Type: AlgebraicNumber
-(3) -> factor %
+=========================================================================
+typos 40252:
- (3) 4294967296
- Type: Factored AlgebraicNumber
-(4) -> factor 4294967296
+>compiling FFPOLY2.spad to FFPOLY2.nrlib
- 32
- (4) 2
- Type: Factored Integer
-(5) ->
+--->bookvol10.4.pamphlet-->FiniteFieldPolynomialPackage2((rootOfIrreduciblePoly (F (SUP GF)))): Missing left brace
+"\\spad{rootOfIrreduciblePoly(f)} computes one root of the monic, irreducible polynomial \\spad{f,} which degree must divide the extension degree of \\spad{F} over \\spad{GF,} \\spadignore{i.e.} \\spad{f} splits into linear factors over \\spad{F.}"
+
+--->bookvol10.4.pamphlet-->FiniteFieldPolynomialPackage2(constructor): Missing left brace
+"FiniteFieldPolynomialPackage2(F,GF) exports some functions concerning finite fields, which depend on a finite field \\spad{GF} and an algebraic extension \\spad{F} of \\spad{GF,} \\spadignore{e.g.} a zero of a polynomial over \\spad{GF} in \\spad{F.}"
=========================================================================
+typos 40250:
-todo 305: in bookvol11, in graphviewport.xhtml
+>compiling GRAY.spad to GRAY.nrlib
-make graphics automatically pop up when the image is clicked
+--->bookvol10.4.pamphlet-->GrayCode((nextSubsetGray ((V (V I)) (V (V I)) PI))): Missing left brace
+"\\spad{nextSubsetGray(ww,n)} returns a vector \\spad{vv} whose components have the following meanings:\\br vv.1: a vector of length \\spad{n} whose entries are 0 or 1. This can be interpreted as a code for a subset of the set 1,...,n; \\spad{vv.1} differs from \\spad{ww.1} by exactly one entry;\\br \\spad{vv.2.1} is the number of the entry of \\spad{vv.1} which will be changed next time;\\br \\spad{vv.2.1} = \\spad{n+1} means that \\spad{vv.1} is the last subset; trying to compute nextSubsetGray(vv) if \\spad{vv.2.1} = \\spad{n+1} will produce an error!\\br \\blankline The other components of \\spad{vv.2} are needed to compute nextSubsetGray efficiently. Note that this is an implementation of [Williamson, Topic II, 3.54, \\spad{p.} 112] for the special case \\spad{r1} = \\spad{r2} = \\spad{...} = \\spad{rn} = 2; Note that nextSubsetGray produces a side-effect, \\spadignore{i.e.} nextSubsetGray(vv) and \\spad{vv} \\spad{:=} nextSubsetGray(vv) will have the same effect."
=========================================================================
+typos 40249:
-todo 304: make graphics be saved as .bmp during build
+>compiling IRSN.spad to IRSN.nrlib
+
+--->bookvol10.4.pamphlet-->IrrRepSymNatPackage(constructor): Missing left brace
+--->bookvol10.4.pamphlet-->IrrRepSymNatPackage(constructor): Missing left brace
+"IrrRepSymNatPackage contains functions for computing the ordinary irreducible representations of symmetric groups on \\spad{n} letters {1,2,...,n} in Young's natural form and their dimensions. These representations can be labelled by number partitions of \\spad{n,} \\spadignore{i.e.} a weakly decreasing sequence of integers summing up to \\spad{n,} \\spadignore{e.g.} [3,3,3,1] labels an irreducible representation for \\spad{n} equals 10. Note that whenever a \\spadtype{List Integer} appears in a signature, a partition required."
=========================================================================
+typos 40248:
-todo 303: remove .Z format
+>compiling LOP.spad to LOP.nrlib
-=========================================================================
+--->bookvol10.4.pamphlet-->LinesOpPack((rowEchWoZeroLinesWOVectorise ((Matrix K) (Matrix K)))): Not documented!!!!
+--->bookvol10.4.pamphlet-->LinesOpPack((rowEchWoZeroLines ((Matrix K) (Matrix K)))): Not documented!!!!
-bug 7116: topics -> graphics -> 3D graphics -> building object -> cube
+--->bookvol10.4.pamphlet-->LinesOpPack((reduceRow ((List (List K)) (List (List K))))): Improper initial operator in comments: :
+"reduceRow: if the input is considered as a matrix, the output would be the row reduction matrix. It's almost the rowEchelon form except that no permution of lines is performed."
-makeViewport3D(spaceC,title=="Cube") never appears
+=========================================================================
+typos 40247:
+
+>compiling MHROWRED.spad to MHROWRED.nrlib
+
+--->bookvol10.4.pamphlet-->ModularHermitianRowReduction((normalizedDivide ((Record (: quotient R) (: remainder R)) R R))): Missing left brace
+"\\spad{normalizedDivide(n,d)} returns a normalized quotient and remainder such that consistently unique representatives for the residue class are chosen, \\spadignore{e.g.} positive remainders"
=========================================================================
+typos 40246:
-wish 1008: ArbitraryConstant domain
+>compiling PERMAN.spad to PERMAN.nrlib
+
+--->bookvol10.4.pamphlet-->Permanent((commutative (attribute *))): Not documented!!!!
- C+3 => C
+=========================================================================
+typos 40244:
-or potentially
+>compiling REP2.spad to REP2.nrlib
+
+--->bookvol10.4.pamphlet-->RepresentationPackage2((areEquivalent? ((M R) (L (M R)) (L (M R)) B I))): Mismatch: left pren matches right brace
+"\\spad{areEquivalent?(aG0,aG1,randomelements,numberOfTries)} tests whether the two lists of matrices, all assumed of same square shape, can be simultaneously conjugated by a non-singular matrix. If these matrices represent the same group generators, the representations are equivalent. The algorithm tries \\spad{numberOfTries} times to create elements in the generated algebras in the same fashion. If their ranks differ, they are not equivalent. If an isomorphism is assumed, then the kernel of an element of the first algebra is mapped to the kernel of the corresponding element in the second algebra. Now consider the one-dimensional ones. If they generate the whole space (\\spadignore{e.g.} irreducibility \\spad{!)} we use standardBasisOfCyclicSubmodule to create the only possible transition matrix. The method checks whether the matrix conjugates all corresponding matrices from aGi. The way to choose the singular matrices is as in meatAxe. If the two representations are equivalent, this routine returns the transformation matrix \\spad{TM} with aG0.i * \\spad{TM} = \\spad{TM} * aG1.i for all i. If the representations are not equivalent, a small 0-matrix is returned. Note that the case with different sets of group generators cannot be handled."
- C+3+5 => C[3+5]
+--->bookvol10.4.pamphlet-->RepresentationPackage2(constructor): Missing left brace
+--->bookvol10.4.pamphlet-->RepresentationPackage2(constructor): Missing left brace
+"\\spad{RepresentationPackage2} provides functions for working with modular representations of finite groups and algebra. The routines in this package are created, using ideas of \\spad{R.} Parker, (the meat-Axe) to get smaller representations from bigger ones, \\spadignore{i.e.} finding sub- and factormodules, or to show, that such the representations are irreducible. Note that most functions are randomized functions of Las Vegas type \\spadignore{i.e.} every answer is correct, but with small probability the algorithm fails to get an answer."
=========================================================================
+typos 40242:
-bug 7114: "possible missing then" bug
-
-insert(h:NODE,key:KEY,value:VALUE):NODE
- if h = null then return node(key,value,red)
- if isRed(h.left) and isRed(h.left.left) then h:=splitFourNode(h)
- if h.key = key
- then h.value:=value
- else if h.key < key then h.left := insert(h.left,key,value)
- else h.right:= insert(h.right,key,value)
- if isRed(h.right) then h:=leanLeft(h)
- h
+>compiling ASP24.spad to ASP24.nrlib
+
+--->bookvol10.3.pamphlet-->Asp24((coerce ($ FEXPR))): (coerce ($ FEXPR)) has varying indentation levels
-insert(h:NODE,key:KEY,value:VALUE):NODE
- if h = null then return node(key,value,red)
- if isRed(h.left) and isRed(h.left.left) then h:=splitFourNode(h)
- if h.key = key then h.value:=value
- else if h.key < key then h.left := insert(h.left,key,value)
- else h.right:= insert(h.right,key,value)
- if isRed(h.right) then h:=leanLeft(h)
- h
=========================================================================
+typos 40241:
-wish 1007: probe-file vs truename
+>compiling AXSERV.spad to AXSERV.nrlib
+
+--->bookvol10.4.pamphlet-->AxiomServer((axServer ((Void) (Integer) (Mapping (Void) (SExpression))))): Not documented!!!!
+--->bookvol10.4.pamphlet-->AxiomServer((multiServ ((Void) (SExpression)))): Not documented!!!!
+--->bookvol10.4.pamphlet-->AxiomServer((getDatabase ((String) (String) (String)))): Not documented!!!!
-maybe use (defun my-probe-file (path) (ignore-errors (truename path)))
+=========================================================================
+typos 40240:
-camm writes, the way to test if a directory exists without error...
+>compiling BINARY.spad to BINARY.nrlib
-(defun pathname-pop-slash (pn)
- (let ((pn (pathname pn)))
- (if (or (pathname-name pn) (pathname-type pn)) pn
- (merge-pathnames
- (make-pathname :directory (butlast (pathname-directory pn)))
- (merge-pathnames (pathname (car (last (pathname-directory pn)))) pn)))))
+--->bookvol10.3.pamphlet-->BinaryExpansion((binary (% (Fraction (Integer))))): Improper first word in comments:
+"\\indented{1}{binary(r) converts a rational number to a binary expansion.} \\blankline \\spad{X} binary(22/7)"
-(defun directory-exists-p (pm)
- (let ((pn (pathname-pop-slash pn)))
- (and (not (probe-file pn)) (member pn (directory pn) :test 'equal) t)))
+=========================================================================
+typos 40239:
-or, in GCL
+>compiling CONTFRAC.spad to CONTFRAC.nrlib
+
+--->bookvol10.3.pamphlet-->ContinuedFraction((reducedForm (% %))): Missing left brace
+"\\spad{reducedForm(x)} puts the continued fraction \\spadvar{x} in reduced form, \\spadignore{i.e.} the function returns an equivalent continued fraction of the form \\spad{continuedFraction(b0,[1,1,1,...],[b1,b2,b3,...])}."
-(defun directory-exists-p (pn)
- (unless (fboundp 'si::stat) (error "no stat"))
- (eq :directory (car (si::stat (namestring pn)))))
-
+--->bookvol10.3.pamphlet-->ContinuedFraction(constructor): Mismatch: left pren matches right brace
+"\\spadtype{ContinuedFraction} implements general continued fractions. This version is not restricted to simple, finite fractions and uses the \\spadtype{Stream} as a representation. The arithmetic functions assume that the approximants alternate below/above the convergence point. This is enforced by ensuring the partial numerators and partial denominators are greater than 0 in the Euclidean domain view of \\spad{R} (\\spadignore{i.e.} \\spad{sizeLess?(0, x)})."
=========================================================================
+typos 40237:
-bug 7112: t3:=coerce([i for i in 1..10])$Tuple(Integer)
+>compiling EQ.spad to EQ.nrlib
-t3:=coerce([i for i in 1..10])$Tuple(Integer)
+--->bookvol10.3.pamphlet-->Equation(constructor): Missing left brace
+"Equations as mathematical objects. All properties of the basis domain, \\spadignore{e.g.} being an abelian group are carried over the equation domain, by performing the structural operations on the left and on the right hand side."
- (1) (1,2,3,4,5,6,7,8,9,10)
- Type: OutputForm
+=========================================================================
+typos 40236:
-should be Type: Tuple(Integer)
+>compiling EXP3D.spad to EXP3D.nrlib
+
+--->bookvol10.4.pamphlet-->Export3D((writeObj ((Void) (SubSpace 3 (DoubleFloat)) (String)))): Improper first word in comments: writes
+"writes 3D SubSpace to a file in Wavefront (.OBJ) format"
+--->bookvol10.4.pamphlet-->Export3D(constructor): Not documented!!!!
+--->bookvol10.4.pamphlet-->Export3D(): Missing Description
=========================================================================
+typos 40230:
-bug 7111: NIL is not of type CONS.
+>compiling FFCG.spad to FFCG.nrlib
-fun:=(a:IntegralDomain):IntegralDomain +-> a**2
-
- >> System error:
- NIL is not of type CONS.
+--->bookvol10.3.pamphlet-->FiniteFieldCyclicGroup(constructor): Missing left brace
+"FiniteFieldCyclicGroup(p,n) implements a finite field extension of degee \\spad{n} over the prime field with \\spad{p} elements. Its elements are represented by powers of a primitive element, \\spadignore{i.e.} a generator of the multiplicative (cyclic) group. As primitive element we choose the root of the extension polynomial, which is created by createPrimitivePoly from \\spadtype{FiniteFieldPolynomialPackage}. The Zech logarithms are stored in a table of size half of the field size, and use \\spadtype{SingleInteger} for representing field elements, hence, there are restrictions on the size of the field."
=========================================================================
+typos 40229:
-todo 302: getdatabase information unit tests
+>compiling FFCGX.spad to FFCGX.nrlib
+
+--->bookvol10.3.pamphlet-->FiniteFieldCyclicGroupExtension(constructor): Missing left brace
+"FiniteFieldCyclicGroupExtension(GF,n) implements a extension of degree \\spad{n} over the ground field \\spad{GF.} Its elements are represented by powers of a primitive element, \\spadignore{i.e.} a generator of the multiplicative (cyclic) group. As primitive element we choose the root of the extension polynomial, which is created by createPrimitivePoly from \\spadtype{FiniteFieldPolynomialPackage}. Zech logarithms are stored in a table of size half of the field size, and use \\spadtype{SingleInteger} for representing field elements, hence, there are restrictions on the size of the field."
=========================================================================
+typos 40228:
-bug 7110: RadicalFunctionField(Integer) ramifiedAtInfinity? not implemented
+>compiling FFFG.spad to FFFG.nrlib
-ramifiedAtInfinity()$R
- The function ramifiedAtInfinity is not implemented in
- RadicalFunctionField(Integer,UnivariatePolynomial(x,Integer),
- UnivariatePolynomial(y,Fraction UnivariatePolynomial(x,Integer)),
- x*x,1) .
+--->bookvol10.4.pamphlet-->FractionFreeFastGaussian((fffg ((Matrix (SUP D)) (List D) cFunction (List (NonNegativeInteger))))): Missing left brace
+"\\spad{fffg} is the general algorithm as proposed by Beckermann and Labahn. \\blankline The first argument is the list of c_{i,i}. These are the only values of \\spad{C} explicitely needed in \\spad{fffg}. \\blankline The second argument \\spad{c,} computes c_k(M), \\spadignore{i.e.} c_k(.) is the dual basis of the vector space \\spad{V,} but also knows about the special multiplication rule as descibed in Equation (2). Note that the information about \\spad{f} is therefore encoded in \\spad{c.} \\blankline The third argument is the vector of degree bounds \\spad{n,} as introduced in Definition 2.1. In particular, the sum of the entries is the order of the Mahler system computed."
+
+--->bookvol10.4.pamphlet-->FractionFreeFastGaussian((generalCoefficient (D CoeffAction (Vector V) (NonNegativeInteger) (Vector (SUP D))))): Missing left brace
+"\\spad{generalCoefficient(action, \\spad{f,} \\spad{k,} \\spad{p)}} gives the coefficient of \\spad{x^k} in p(z)\\dot f(x), where the \\spad{action} of \\spad{z^l} on a polynomial in \\spad{x} is given by action, \\spadignore{i.e.} action(k, \\spad{l,} \\spad{f)} should return the coefficient of \\spad{x^k} in \\spad{z^l} f(x)."
+
+--->bookvol10.4.pamphlet-->FractionFreeFastGaussian((DiffAction (D (NonNegativeInteger) (NonNegativeInteger) V))): Missing left brace
+"\\spad{DiffAction(k, \\spad{l,} \\spad{g)}} gives the coefficient of \\spad{x^k} in \\spad{z^l} g(x), where z*(a+b*x+c*x^2+d*x^3+...) = (a*x+b*x^2+c*x^3+...), \\spadignore{i.e.} multiplication with \\spad{x.}"
=========================================================================
+typos 40227:
-bug 7109: RadicalFunctionField(Integer) singularAtInfinity? not implemented
+>compiling FFNB.spad to FFNB.nrlib
-singularAtInfinity?()$R
- Internal Error
- The function singularAtInfinity? with signature hashcode is missing
- from domain RadicalFunctionField(Integer)
- (UnivariatePolynomial x (Integer))
- (UnivariatePolynomial y (Fraction (UnivariatePolynomial x (Integer))))
- (((2 . 1)) (0 . 1))1
+--->bookvol10.3.pamphlet-->FiniteFieldNormalBasis(constructor): Missing left brace
+"FiniteFieldNormalBasis(p,n) implements a finite extension field of degree \\spad{n} over the prime field with \\spad{p} elements. The elements are represented by coordinate vectors with respect to a normal basis, \\spadignore{i.e.} a basis consisting of the conjugates (q-powers) of an element, in this case called normal element. This is chosen as a root of the extension polynomial created by createNormalPoly"
=========================================================================
+typos 40226:
-bug 7108: axiom crashes if draw does not include all variables
+>compiling FFNBX.spad to FFNBX.nrlib
-(1) -> draw(5*y^2+(-4*x+4)*y+8*x^2+2*x-1,x=-5..5)
-; (DEFUN %A ...) is being compiled.
-;; The variable |y| is undefined.
-;; The compiler will assume this variable is a global.
+--->bookvol10.3.pamphlet-->FiniteFieldNormalBasisExtension(constructor): Missing left brace
+"FiniteFieldNormalBasisExtensionByPolynomial(GF,n) implements a finite extension field of degree \\spad{n} over the ground field \\spad{GF.} The elements are represented by coordinate vectors with respect to a normal basis, \\spadignore{i.e.} a basis consisting of the conjugates (q-powers) of an element, in this case called normal element. This is chosen as a root of the extension polynomial, created by createNormalPoly from \\spadtype{FiniteFieldPolynomialPackage}"
=========================================================================
+typos 40225:
-bug 7107: function xRange with signature hashcode is missing from ACPLOT
+>compiling FFPOLY.spad to FFPOLY.nrlib
-m:=makeSketch(x+y,x,y,-1/2..1/2,-1/2..1/2)$ACPLOT
-xRange m
- Internal Error
- The function xRange with signature hashcode is missing from domain
- PlaneAlgebraicCurvePlot
+--->bookvol10.4.pamphlet-->FiniteFieldPolynomialPackage((primitive? ((Boolean) SUP))): Missing left brace
+"\\spad{primitive?(f)} tests whether the polynomial \\spad{f} over a finite field is primitive, \\spadignore{i.e.} all its roots are primitive."
-=========================================================================
+--->bookvol10.4.pamphlet-->FiniteFieldPolynomialPackage((normal? ((Boolean) SUP))): Missing left brace
+"\\spad{normal?(f)} tests whether the polynomial \\spad{f} over a finite field is normal, \\spadignore{i.e.} its roots are linearly independent over the field."
-wish 1006: API domain for lisp functions
+--->bookvol10.4.pamphlet-->FiniteFieldPolynomialPackage((leastAffineMultiple (SUP SUP))): Missing left brace
+"\\spad{leastAffineMultiple(f)} computes the least affine polynomial which is divisible by the polynomial \\spad{f} over the finite field \\spad{GF,} \\spadignore{i.e.} a polynomial whose exponents are 0 or a power of \\spad{q,} the size of \\spad{GF.}"
=========================================================================
+typos 40224:
-wish 1005: algebra graph
+>compiling FFSQFR.spad to FFSQFR.nrlib
+
+--->bookvol10.4.pamphlet-->FiniteFieldSquareFreeDecomposition((Musser ((Factored PolK) PolK))): Not documented!!!!
+--->bookvol10.4.pamphlet-->FiniteFieldSquareFreeDecomposition((Yun ((Factored PolK) PolK))): Not documented!!!!
=========================================================================
+typos 40223:
-wish 1004: create )example for all functions in all domains
+>compiling FGLMICPK.spad to FGLMICPK.nrlib
-construct set of all domains
+--->bookvol10.4.pamphlet-->FGLMIfCanPackage(constructor): Mismatch: left pren matches right brace
+"This is just an interface between several packages and domains. The goal is to compute lexicographical Groebner bases of sets of polynomial with type \\spadtype{Polynomial \\spad{R}} by the FGLM algorithm if this is possible (\\spadignore{i.e.} if the input system generates a zero-dimensional ideal)."
=========================================================================
+typos 40222:
-bug 7105: [print [i,i*exp(-i)*Ei(i/10.0)] for i in 20..70]
- Internal Error
- The function coerce with signature hashcode is missing from domain
- Expression(OnePointCompletion (DoubleFloat))
+>compiling FINAALG.spad to FINAALG.nrlib
-=========================================================================
+--->-->FiniteRankNonAssociativeAlgebra&((antiAssociative? ((Boolean)))): Missing left brace
+"\\spad{antiAssociative?()} tests if multiplication in algebra is anti-associative, \\spadignore{i.e.} \\spad{(a*b)*c + a*(b*c) = 0} for all \\spad{a},b,c in the algebra."
-bug 7104: integrate(%e^(a*x)/x^2,x)
+--->-->FiniteRankNonAssociativeAlgebra&((lieAdmissible? ((Boolean)))): Missing left brace
+"\\spad{lieAdmissible?()} tests if the algebra defined by the commutators is a Lie algebra, \\spadignore{i.e.} satisfies the Jacobi identity. The property of anticommutativity follows from definition."
+--->-->FiniteRankNonAssociativeAlgebra&((jordanAdmissible? ((Boolean)))): Missing left brace
+"\\spad{jordanAdmissible?()} tests if 2 is invertible in the coefficient domain and the multiplication defined by \\spad{(1/2)(a*b+b*a)} determines a Jordan algebra, \\spadignore{i.e.} satisfies the Jordan identity. The property of \\spadatt{commutative(\"*\")} follows from by definition."
- x %I a
- ++ %e
- (5) | ------ d%I
- ++ 2
- %I
- Type: Union(Expression Integer,...)
-
-should be
- ax
- e
- - --- + aEi(ax)
- x
-
-but integrate(%e^(a*x)/x,x)
+--->-->FiniteRankNonAssociativeAlgebra&((associatorDependence ((List (Vector R))))): Missing left brace
+"\\spad{associatorDependence()} looks for the associator identities, \\spadignore{i.e.} finds a basis of the solutions of the linear combinations of the six permutations of \\spad{associator(a,b,c)} which yield 0, for all \\spad{a},b,c in the algebra. The order of the permutations is \\spad{123 231 312 132 321 213}."
- (4) Ei(a x)
+--->bookvol10.2.pamphlet-->FiniteRankNonAssociativeAlgebra((antiAssociative? ((Boolean)))): Missing left brace
+"\\spad{antiAssociative?()} tests if multiplication in algebra is anti-associative, \\spadignore{i.e.} \\spad{(a*b)*c + a*(b*c) = 0} for all \\spad{a},b,c in the algebra."
+--->bookvol10.2.pamphlet-->FiniteRankNonAssociativeAlgebra((lieAdmissible? ((Boolean)))): Missing left brace
+"\\spad{lieAdmissible?()} tests if the algebra defined by the commutators is a Lie algebra, \\spadignore{i.e.} satisfies the Jacobi identity. The property of anticommutativity follows from definition."
-=========================================================================
+--->bookvol10.2.pamphlet-->FiniteRankNonAssociativeAlgebra((jordanAdmissible? ((Boolean)))): Missing left brace
+"\\spad{jordanAdmissible?()} tests if 2 is invertible in the coefficient domain and the multiplication defined by \\spad{(1/2)(a*b+b*a)} determines a Jordan algebra, \\spadignore{i.e.} satisfies the Jordan identity. The property of \\spadatt{commutative(\"*\")} follows from by definition."
-wish 1003: )help limit, integrate, etc
+--->bookvol10.2.pamphlet-->FiniteRankNonAssociativeAlgebra((associatorDependence ((List (Vector R))))): Missing left brace
+"\\spad{associatorDependence()} looks for the associator identities, \\spadignore{i.e.} finds a basis of the solutions of the linear combinations of the six permutations of \\spad{associator(a,b,c)} which yield 0, for all \\spad{a},b,c in the algebra. The order of the permutations is \\spad{123 231 312 132 321 213}."
=========================================================================
+typos 40221:
-bug 7103/47: complexForm(log(-%i))
+>compiling FFF.spad to FFF.nrlib
- %pi
- (4) --- %i
- 2
- Type: Complex Expression Integer
+--->bookvol10.4.pamphlet-->FiniteFieldFunctions((createZechTable (ARR SUP))): Missing left brace
+"\\spad{createZechTable(f)} generates a Zech logarithm table for the cyclic group representation of a extension of the ground field by the primitive polynomial f(x), \\spadignore{i.e.} \\spad{Z(i)}, defined by x**Z(i) = 1+x**i is stored at index i. This is needed in particular to perform addition of field elements in finite fields represented in this way. See \\spadtype{FFCGP}, \\spadtype{FFCGX}."
-should be
+--->bookvol10.4.pamphlet-->FiniteFieldFunctions(constructor): Missing left brace
+"FiniteFieldFunctions(GF) is a package with functions concerning finite extension fields of the finite ground field \\spad{GF,} \\spadignore{e.g.} Zech logarithms."
- %pi
- (4) - --- %i
- 2
+=========================================================================
+nonextend 40218:
+>compiling GENEEZ.spad to GENEEZ.nrlib
+
+--------(testModulus ((Boolean) R (L BP)))---------
+--->bookvol10.4.pamphlet-->GenExEuclid((testModulus ((Boolean) R (L BP)))): Missing left brace
+"\\spad{testModulus(p,lp)} returns \\spad{true} if the the prime \\spad{p} is valid for the list of polynomials \\spad{lp,} \\spadignore{i.e.} preserves the degree and they remain relatively prime."
=========================================================================
+typos 40217:
-todo 301: etags
+>compiling GALPOLYU.spad to GALPOLYU.nrlib
-etags `find . -name "*.pamphlet"`
+--->bookvol10.4.pamphlet-->GaloisGroupPolynomialUtilities((monic? ((Boolean) UP))): Mismatch: left pren matches right brace
+"\\spad{monic?(p)} tests if \\spad{p} is monic (\\spadignore{i.e.} leading coefficient equal to 1)."
+
+--->bookvol10.4.pamphlet-->GaloisGroupPolynomialUtilities((degreePartition ((Multiset N) (Factored UP)))): Mismatch: left pren matches right brace
+"\\spad{degreePartition(f)} returns the degree partition (\\spadignore{i.e.} the multiset of the degrees of the irreducible factors) of the polynomial \\spad{f.}"
=========================================================================
+typos 40216:
-fixed 7096: numeric(Ei(0.01))
-
- >> Error detected within library code:
- Can only compute the numerical value of a constant, real-valued Expression
+>compiling GB.spad to GB.nrlib
-EI(x) == -0.57721566+0.99999192*x-0.24991055*x^2+0.05519968*x^3-.00976004*x^4+0.00107857*x^5-log(x)
+--->bookvol10.4.pamphlet-->GroebnerPackage((groebner ((List Dpol) (List Dpol)))): Improper first word in comments:
+"\\indented{1}{groebner(lp) computes a groebner basis for a polynomial ideal} \\indented{1}{generated by the list of polynomials lp.} \\blankline \\spad{X} s1:DMP([w,p,z,t,s,b],FRAC(INT)):= 45*p + 35*s - 165*b - 36 \\spad{X} s2:DMP([w,p,z,t,s,b],FRAC(INT)):= 35*p + 40*z + 25*t - 27*s \\spad{X} s3:DMP([w,p,z,t,s,b],FRAC(INT)):= 15*w + 25*p*s + 30*z - 18*t - 165*b**2 \\spad{X} s4:DMP([w,p,z,t,s,b],FRAC(INT)):= -9*w + 15*p*t + 20*z*s \\spad{X} s5:DMP([w,p,z,t,s,b],FRAC(INT)):= \\spad{w*p} + 2*z*t - 11*b**3 \\spad{X} s6:DMP([w,p,z,t,s,b],FRAC(INT)):= 99*w - 11*b*s + 3*b**2 \\spad{X} s7:DMP([w,p,z,t,s,b],FRAC(INT)):= \\spad{b**2} + 33/50*b + 2673/10000 \\spad{X} sn7:=[s1,s2,s3,s4,s5,s6,s7] \\spad{X} groebner(sn7)"
-=========================================================================
+--->bookvol10.4.pamphlet-->GroebnerPackage((groebner ((List Dpol) (List Dpol) (String)))): Improper first word in comments:
+"\\indented{1}{groebner(lp, infoflag) computes a groebner basis} \\indented{1}{for a polynomial ideal} \\indented{1}{generated by the list of polynomials lp.} \\indented{1}{Argument infoflag is used to get information on the computation.} \\indented{1}{If infoflag is \"info\", then summary information} \\indented{1}{is displayed for each s-polynomial generated.} \\indented{1}{If infoflag is \"redcrit\", the reduced critical pairs are displayed.} \\indented{1}{If infoflag is any other string,} \\indented{1}{no information is printed during computation.} \\blankline \\spad{X} s1:DMP([w,p,z,t,s,b],FRAC(INT)):= 45*p + 35*s - 165*b - 36 \\spad{X} s2:DMP([w,p,z,t,s,b],FRAC(INT)):= 35*p + 40*z + 25*t - 27*s \\spad{X} s3:DMP([w,p,z,t,s,b],FRAC(INT)):= 15*w + 25*p*s + 30*z - 18*t - 165*b**2 \\spad{X} s4:DMP([w,p,z,t,s,b],FRAC(INT)):= -9*w + 15*p*t + 20*z*s \\spad{X} s5:DMP([w,p,z,t,s,b],FRAC(INT)):= \\spad{w*p} + 2*z*t - 11*b**3 \\spad{X} s6:DMP([w,p,z,t,s,b],FRAC(INT)):= 99*w - 11*b*s + 3*b**2 \\spad{X} s7:DMP([w,p,z,t,s,b],FRAC(INT)):= \\spad{b**2} + 33/50*b + 2673/10000 \\spad{X} sn7:=[s1,s2,s3,s4,s5,s6,s7] \\spad{X} groebner(sn7,\"info\") \\spad{X} groebner(sn7,\"redcrit\")"
-bug 7098: numeric(Si(0.01))
-
- >> Error detected within library code:
- Can only compute the numerical value of a constant, real-valued Expression
+--->bookvol10.4.pamphlet-->GroebnerPackage((groebner ((List Dpol) (List Dpol) (String) (String)))): Improper first word in comments:
+"\\indented{1}{groebner(lp, \"info\", \"redcrit\") computes a groebner basis} \\indented{1}{for a polynomial ideal generated by the list of polynomials lp,} \\indented{1}{displaying both a summary of the critical pairs considered (\"info\")} \\indented{1}{and the result of reducing each critical pair (\"redcrit\").} \\indented{1}{If the second or third arguments have any other string value,} \\indented{1}{the indicated information is suppressed.} \\blankline \\spad{X} s1:DMP([w,p,z,t,s,b],FRAC(INT)):= 45*p + 35*s - 165*b - 36 \\spad{X} s2:DMP([w,p,z,t,s,b],FRAC(INT)):= 35*p + 40*z + 25*t - 27*s \\spad{X} s3:DMP([w,p,z,t,s,b],FRAC(INT)):= 15*w + 25*p*s + 30*z - 18*t - 165*b**2 \\spad{X} s4:DMP([w,p,z,t,s,b],FRAC(INT)):= -9*w + 15*p*t + 20*z*s \\spad{X} s5:DMP([w,p,z,t,s,b],FRAC(INT)):= \\spad{w*p} + 2*z*t - 11*b**3 \\spad{X} s6:DMP([w,p,z,t,s,b],FRAC(INT)):= 99*w - 11*b*s + 3*b**2 \\spad{X} s7:DMP([w,p,z,t,s,b],FRAC(INT)):= \\spad{b**2} + 33/50*b + 2673/10000 \\spad{X} sn7:=[s1,s2,s3,s4,s5,s6,s7] \\spad{X} groebner(sn7,\"info\",\"redcrit\")"
=========================================================================
+typos 40215:
-bug 7097: numeric(Ci(0.01))
-
- >> Error detected within library code:
- Can only compute the numerical value of a constant, real-valued Expression
-
-=========================================================================
+>compiling GBEUCLID.spad to GBEUCLID.nrlib
-wish 1000: WHERE form
+--->bookvol10.4.pamphlet-->EuclideanGroebnerBasisPackage((euclideanGroebner ((List Dpol) (List Dpol)))): Improper first word in comments:
+"\\indented{1}{euclideanGroebner(lp) computes a groebner basis for a polynomial} \\indented{1}{ideal over a euclidean domain generated by the list of polys lp.} \\blankline \\spad{X} a1:DMP([y,x],INT):= \\spad{(9*x**2} + 5*x - 3)+ \\spad{y*(3*x**2} + 2*x + 1) \\spad{X} a2:DMP([y,x],INT):= \\spad{(6*x**3} - 2*x**2 - 3*x \\spad{+3)} + \\spad{y*(2*x**3} - \\spad{x} - 1) \\spad{X} a3:DMP([y,x],INT):= \\spad{(3*x**3} + 2*x**2) + \\spad{y*(x**3} + x**2) \\spad{X} an:=[a1,a2,a3] \\spad{X} euclideanGroebner(an)"
-a:= b+c
- where
- b = 3x
- c = 4y
+--->bookvol10.4.pamphlet-->EuclideanGroebnerBasisPackage((euclideanGroebner ((List Dpol) (List Dpol) (String)))): Improper first word in comments:
+"\\indented{1}{euclideanGroebner(lp, infoflag) computes a groebner basis} \\indented{1}{for a polynomial ideal over a euclidean domain} \\indented{1}{generated by the list of polynomials lp.} \\indented{1}{During computation, additional information is printed out} \\indented{1}{if infoflag is given as} \\indented{1}{either \"info\" (for summary information) or} \\indented{1}{\"redcrit\" (for reduced critical pairs)} \\blankline \\spad{X} a1:DMP([y,x],INT):= \\spad{(9*x**2} + 5*x - 3)+ \\spad{y*(3*x**2} + 2*x + 1) \\spad{X} a2:DMP([y,x],INT):= \\spad{(6*x**3} - 2*x**2 - 3*x \\spad{+3)} + \\spad{y*(2*x**3} - \\spad{x} - 1) \\spad{X} a3:DMP([y,x],INT):= \\spad{(3*x**3} + 2*x**2) + \\spad{y*(x**3} + x**2) \\spad{X} an:=[a1,a2,a3] \\spad{X} euclideanGroebner(an,\"redcrit\") \\spad{X} euclideanGroebner(an,\"info\")"
+--->bookvol10.4.pamphlet-->EuclideanGroebnerBasisPackage((euclideanGroebner ((List Dpol) (List Dpol) (String) (String)))): Improper first word in comments:
+"\\indented{1}{euclideanGroebner(lp, \"info\", \"redcrit\") computes a groebner basis} \\indented{1}{for a polynomial ideal generated by the list of polynomials lp.} \\indented{1}{If the second argument is \"info\",} \\indented{1}{a summary is given of the critical pairs.} \\indented{1}{If the third argument is \"redcrit\", critical pairs are printed.} \\blankline \\spad{X} a1:DMP([y,x],INT):= \\spad{(9*x**2} + 5*x - 3)+ \\spad{y*(3*x**2} + 2*x + 1) \\spad{X} a2:DMP([y,x],INT):= \\spad{(6*x**3} - 2*x**2 - 3*x \\spad{+3)} + \\spad{y*(2*x**3} - \\spad{x} - 1) \\spad{X} a3:DMP([y,x],INT):= \\spad{(3*x**3} + 2*x**2) + \\spad{y*(x**3} + x**2) \\spad{X} an:=[a1,a2,a3] \\spad{X} euclideanGroebner(an,\"info\",\"redcrit\")"
=========================================================================
+typos 40214:
-bug 7095: occasional failure of is.input
-
-)clear all
-
---S 1 of 4
- f n ==
- not empty?(u := Is(n, 2*m%)) => integer eval(m%, u)
- 3 * n + 1
-
- Type: Void
---R
---R Type: Void
---E 1
+>compiling GBF.spad to GBF.nrlib
-)set stream showall on
-
-
---S 2 of 4
-g(n:INT):STREAM(INT) == generate(f, n)
-
- Function declaration g : Integer -> Stream Integer has been added to
- workspace.
- Type: Void
---R
---R Function declaration g : Integer -> Stream Integer has been added to
---R workspace.
---R Type: Void
---E 2
+--->bookvol10.4.pamphlet-->GroebnerFactorizationPackage((groebnerFactorize ((L (L Dpol)) (L Dpol)))): Improper first word in comments:
+"\\indented{1}{groebnerFactorize(listOfPolys) returns} \\indented{1}{a list of groebner bases. The union of their solutions} \\indented{1}{is the solution of the system of equations given by listOfPolys.} \\indented{1}{At each stage the polynomial \\spad{p} under consideration (either from} \\indented{1}{the given basis or obtained from a reduction of the next S-polynomial)} \\indented{1}{is factorized. For each irreducible factors of \\spad{p,} a} \\indented{1}{new createGroebnerBasis is started} \\indented{1}{doing the usual updates with the factor} \\indented{1}{in place of \\spad{p.}} \\blankline \\spad{X} mfzn : SQMATRIX(6,DMP([x,y,z],Fraction INT)) \\spad{:=} \\spad{++X} [ [0,1,1,1,1,1], [1,0,1,8/3,x,8/3], [1,1,0,1,8/3,y], \\spad{++X} [1,8/3,1,0,1,8/3], [1,x,8/3,1,0,1], [1,8/3,y,8/3,1,0] ] \\spad{X} eq \\spad{:=} determinant mfzn \\spad{X} groebnerFactorize \\spad{++X} [eq,eval(eq, [x,y,z],[y,z,x]), eval(eq,[x,y,z],[z,x,y])]"
---S 3 of 4
-s := g 27
-
- There are 3 exposed and 0 unexposed library operations named
- generate having 2 argument(s) but none was determined to be
- applicable. Use HyperDoc Browse, or issue
- )display op generate
- to learn more about the available operations. Perhaps
- package-calling the operation or using coercions on the arguments
- will allow you to apply the operation.
- Cannot find a definition or applicable library operation named
- generate with argument type(s)
- Variable f
- Integer
-
- Perhaps you should use "@" to indicate the required return type,
- or "$" to specify which version of the function you need.
- AXIOM will attempt to step through and interpret the code.
- Compiling function g with type Integer -> Stream Integer
- There are 3 exposed and 0 unexposed library operations named
- generate having 2 argument(s) but none was determined to be
- applicable. Use HyperDoc Browse, or issue
- )display op generate
- to learn more about the available operations. Perhaps
- package-calling the operation or using coercions on the arguments
- will allow you to apply the operation.
-
-Daly Bug
- Cannot find a definition or applicable library operation named
- generate with argument type(s)
- Variable f
- Integer
-
- Perhaps you should use "@" to indicate the required return type,
- or "$" to specify which version of the function you need.
---R
---R Compiling function f with type Integer -> Integer
---R Compiling function g with type Integer -> Stream Integer
---R
---R (3) [27,82,41,124,62,31,94,47,142,71,...]
---R Type: Stream Integer
---E 3
+--->bookvol10.4.pamphlet-->GroebnerFactorizationPackage(): Spurious comments: factor reduced critpair polynomial
=========================================================================
+typos 40212:
-todo 300: pending/besselk.input.pamphlet
+>compiling GOSPER.spad to GOSPER.nrlib
-=========================================================================
+--->bookvol10.4.pamphlet-->GosperSummationMethod((coerce (% P))): Not documented!!!!
+--->bookvol10.4.pamphlet-->GosperSummationMethod((numer (P %))): Not documented!!!!
+--->bookvol10.4.pamphlet-->GosperSummationMethod((denom (P %))): Not documented!!!!
-bug 7092: .axiom.input screws up builds
+--->bookvol10.4.pamphlet-->GosperSummationMethod((GospersMethod ((Union Q failed) Q V (Mapping V)))): Missing left brace
+"\\spad{GospersMethod(b, \\spad{n,} new)} returns a rational function \\spad{rf(n)} such that \\spad{a(n) * rf(n)} is the indefinite sum of \\spad{a(n)} with respect to upward difference on \\spad{n}, \\spadignore{i.e.} \\spad{a(n+1) * rf(n+1) - a(n) * rf(n) = a(n)}, where \\spad{b(n) = a(n)/a(n-1)} is a rational function. Returns \"failed\" if no such rational function \\spad{rf(n)} exists. Note that \\spad{new} is a nullary function returning a new \\spad{V} every time. The condition on \\spad{a(n)} is that \\spad{a(n)/a(n-1)} is a rational function of \\spad{n}."
=========================================================================
+typos 40211:
-bug 7091: bootstrap bugs
+>compiling GRIMAGE.spad to GRIMAGE.nrlib
-Only in .: boo1.input
-Only in .: boo2.input
-Only in .: boo3.input
-Only in .: boo4.input
-Only in .: boo5.input
-Only in .: boo6.input
-Only in .: boo-cat.input
-Only in .: boo-dom1.input
-Only in .: boo-dom2.input
-Only in .: boo-nilcat.spad
-Only in .: boo-nildom.spad
-Only in .: boo-pack1.input
-Only in .: boo-pack2.input
-Only in .: bootstrap.spad
-Only in .: boot-sum.in
+--->bookvol10.3.pamphlet-->GraphImage((figureUnits (UNITSF (L (L P))))): Not documented!!!!
=========================================================================
+typos 40209:
-bug 7088/347:
+>compiling HEUGCD.spad to HEUGCD.nrlib
--- bug in map$Set (issue 347)
-A:Set Integer:=set [-2,-1,0]
-B:Set Integer:=set [0,1,4]
-C:=map(x +-> x^2,A)
-test(C=B)
+--->bookvol10.4.pamphlet-->HeuGcd((gcd (BP (List BP)))): Improper first word in comments:
+"\\indented{1}{gcd([f1,..,fk]) = \\spad{gcd} of the polynomials fi.} \\blankline \\spad{X} gcd([671*671*x^2-1,671*671*x^2+2*671*x+1]) \\spad{X} gcd([7*x^2+1,(7*x^2+1)^2])"
=========================================================================
+typos 40208:
-bug 7087/312:
+>compiling HTMLFORM.spad to HTMLFORM.nrlib
--- Bug in sqrt() for UnivariateTaylorSeries (issue 312)
-UTSx := UTS(FRAC INT,x,0)
-monx2 := monomial(1,2)$UTSx
-sqrt(monx2)
+--->bookvol10.3.pamphlet-->HTMLFormat((coerce (S E))): Improper first word in comments:
+"\\indented{1}{coerce(o) changes \\spad{o} in the standard output format to html format.} \\blankline \\spad{X} coerce(sqrt(3+x)::OutputForm)$HTMLFORM"
-=========================================================================
+--->bookvol10.3.pamphlet-->HTMLFormat((coerceS (S E))): Improper first word in comments:
+"\\indented{1}{coerceS(o) changes \\spad{o} in the standard output format to html} \\indented{1}{format and displays formatted result.} \\blankline \\spad{X} coerceS(sqrt(3+x)::OutputForm)$HTMLFORM"
-bug 7086/340:
+--->bookvol10.3.pamphlet-->HTMLFormat((coerceL (S E))): Improper first word in comments:
+"\\indented{1}{coerceL(o) changes \\spad{o} in the standard output format to html} \\indented{1}{format and displays result as one long string.} \\blankline \\spad{X} coerceL(sqrt(3+x)::OutputForm)$HTMLFORM"
--- issue 340 'divisors$IntegerNumberTheoryFunctions' incorrect for units,
--- i.e., 1, -1
-divisors 1
-divisors (-1)
+--->bookvol10.3.pamphlet-->HTMLFormat((exprex (S E))): Improper first word in comments:
+"\\indented{1}{exprex(o) coverts \\spadtype{OutputForm} to \\spadtype{String}} \\blankline \\spad{X} exprex(sqrt(3+x)::OutputForm)$HTMLFORM"
+
+--->bookvol10.3.pamphlet-->HTMLFormat((display ((Void) S))): Improper first word in comments:
+"\\indented{1}{display(o) prints the string returned by coerce.} \\blankline \\spad{X} display(coerce(sqrt(3+x)::OutputForm)$HTMLFORM)$HTMLFORM"
=========================================================================
+typos 40207:
-bug 7085/15:
+>compiling IMATLIN.spad to IMATLIN.nrlib
-integrate(1/(1+z^4), z=0..1)::Complex Float
+--->bookvol10.4.pamphlet-->InnerMatrixLinearAlgebraFunctions((generalizedInverse (M M))): Missing left brace
+"\\spad{generalizedInverse(m)} returns the generalized (Moore--Penrose) inverse of the matrix \\spad{m,} \\spadignore{i.e.} the matrix \\spad{h} such that m*h*m=h, h*m*h=m, \\spad{m*h} and \\spad{h*m} are both symmetric matrices."
=========================================================================
+typos 40206:
-bug 7084/293:
+>compiling INMODGCD.spad to INMODGCD.nrlib
-integrate (1/(1+x^4),x = %minusInfinity..%plusInfinity)
+--->bookvol10.4.pamphlet-->InnerModularGcd(constructor): Mismatch: left pren matches right brace
+"This file contains the functions for modular \\spad{gcd} algorithm for univariate polynomials with coefficients in a non-trivial euclidean domain (\\spadignore{i.e.} not a field). The package parametrised by the coefficient domain, the polynomial domain, a prime, and a function for choosing the next prime"
=========================================================================
+typos 40205:
-bug 7083/314:
+>compiling INTERGB.spad to INTERGB.nrlib
-integrate(2*atan(x)/(1+x^2),x)
+--->bookvol10.4.pamphlet-->InterfaceGroebnerPackage((groebner ((List R) (List R)))): Not documented!!!!
=========================================================================
+typos 40204:
-bug 7081/184:
+>compiling ISUMP.spad to ISUMP.nrlib
-argument (-%i)
+--->bookvol10.4.pamphlet-->InnerPolySum((sum ((Record (: num P) (: den Z)) P V))): Missing left brace
+"\\spad{sum(p(n), \\spad{n)}} returns \\spad{P(n)}, the indefinite sum of \\spad{p(n)} with respect to upward difference on \\spad{n,} \\spadignore{i.e.} \\spad{P(n+1) - P(n) = a(n)}."
=========================================================================
+typos 40203:
-bug 7078/114:
+>compiling LAUPOL.spad to LAUPOL.nrlib
-dom:=(INT->INT)
-g(f:dom):dom== x+->(f(x))^2
-p(x:INT):INT == x-1
-q:= g p
+--->bookvol10.3.pamphlet-->LaurentPolynomial((leadingCoefficient (R %))): Improper initial operator in comments: is
+"leadingCoefficient is not documented"
+
+--->bookvol10.3.pamphlet-->LaurentPolynomial((trailingCoefficient (R %))): Improper initial operator in comments: is
+"trailingCoefficient is not documented"
=========================================================================
+typos 40202:
-bug 7077/156:
+>compiling LISYSER.spad to LISYSER.nrlib
-)clear all
-)set function compile off
-u := operator `u;
-multidiff(expr, variable, count) == if count > 0 then D(multidiff(expr, variable, count-1), variable) else expr
-maketaylor(expr) == series( n +-> multidiff(expr, x, n), x=0)
-maketaylor(u(x))
-)set function compile on
+--->bookvol10.4.pamphlet-->LinearSystemFromPowerSeriesPackage((finiteSeries2LinSysWOVectorise ((Matrix K) (List PCS) INT))): Not documented!!!!
+--->bookvol10.4.pamphlet-->LinearSystemFromPowerSeriesPackage((finiteSeries2Vector ((List K) PCS INT))): Not documented!!!!
=========================================================================
+typos 40201:
-bug 7076/176:
+>compiling MATLIN.spad to MATLIN.nrlib
-p := -x*y^2+x*y+x^3-x^2
-D(factor(p),x)
+--->bookvol10.4.pamphlet-->MatrixLinearAlgebraFunctions((adjoint ((Record (: adjMat M) (: detMat R)) M))): Mismatch: left pren matches right brace
+"\\spad{adjoint(m)} returns the ajoint matrix of \\spad{m} (\\spadignore{i.e.} the matrix \\spad{n} such that \\spad{m*n} = determinant(m)*id) and the detrminant of \\spad{m.}"
+
+--->bookvol10.4.pamphlet-->MatrixLinearAlgebraFunctions((normalizedDivide ((Record (: quotient R) (: remainder R)) R R))): Missing left brace
+"\\spad{normalizedDivide(n,d)} returns a normalized quotient and remainder such that consistently unique representatives for the residue class are chosen, \\spadignore{e.g.} positive remainders"
=========================================================================
+typos 40200:
-bug 7075/182:
+>compiling MDDFACT.spad to MDDFACT.nrlib
-round(3.77623)
-round(-3.77623)
+--->bookvol10.4.pamphlet-->ModularDistinctDegreeFactorizer((ddFact (UDDList U I))): Missing left brace
+"\\spad{ddFact(f,p)} computes a distinct degree factorization of the polynomial \\spad{f} modulo the prime \\spad{p,} \\spadignore{i.e.} such that each factor is a product of irreducibles of the same degrees. The input polynomial \\spad{f} is assumed to be square-free modulo \\spad{p.}"
=========================================================================
+typos 40198:
-bug 7074/186:
+>compiling MLIFT.spad to MLIFT.nrlib
-)clear all
-E := Expression Integer
-F := E -> E
-compose(f:F, g:F):F == (e:E):E +-> f(g(e))
-p(e:E):E == 2*e+1
-q(e:E):E == 3*e+1
-compose(p,q)
+--->bookvol10.4.pamphlet-->MultivariateLifting(constructor): Missing left brace
+"This package provides the functions for the multivariate \"lifting\", using an algorithm of Paul Wang. This package will work for every euclidean domain \\spad{R} which has property \\spad{F,} \\spadignore{i.e.} there exists a factor operation in \\spad{R[x]}."
=========================================================================
+typos 40197:
-bug 7072/19:
+>compiling MPRFF.spad to MPRFF.nrlib
-D(0^z, z)
+--->bookvol10.4.pamphlet-->MPolyCatRationalFunctionFactorizer(constructor): Missing left brace
+"This package exports a factor operation for multivariate polynomials with coefficients which are rational functions over some ring \\spad{R} over which we can factor. It is used internally by packages such as primary decomposition which need to work with polynomials with rational function coefficients, \\spadignore{i.e.} themselves fractions of polynomials."
=========================================================================
+typos 40196:
-bug 7071/211:
+>compiling NPCOEF.spad to NPCOEF.nrlib
-)clear all
-D(product((1-q^(n-i))/(1-q^(m-i)),i=0..m-1),q)
-f:=operator `f;
-D(product(f(i,q),i=0..m),q)
+--->bookvol10.4.pamphlet-->NPCoef(constructor): Missing left brace
+"Package for the determination of the coefficients in the lifting process. Used by \\spadtype{MultivariateLifting}. This package will work for every euclidean domain \\spad{R} which has property \\spad{F,} \\spadignore{i.e.} there exists a factor operation in \\spad{R[x]}."
=========================================================================
+typos 40194:
-bug 7070/278:
+>compiling OMSERVER.spad to OMSERVER.nrlib
-simplifyLog(2*sqrt(2)*log(2))
+--->bookvol10.4.pamphlet-->OpenMathServerPackage(constructor): Missing left brace
+"\\spadtype{OpenMathServerPackage} provides the necessary operations to run AXIOM as an OpenMath server, reading/writing objects to/from a port. Please note the facilities available here are very basic. The idea is that a user calls \\spadignore{e.g.} \\axiom{Omserve(4000,60)} and then another process sends OpenMath objects to port 4000 and reads the result."
=========================================================================
+typos 40193:
-bug 7069/83:
+>compiling PARAMP.spad to PARAMP.nrlib
-1::DMP([x],FRAC INT)::POLY FRAC INT
-1::DMP([x],INT)::POLY INT
-vv := 1::DMP([x],FRAC INT)
-uu := vv ::POLY FRAC INT
-1 * uu
+--->bookvol10.4.pamphlet-->ParametrizationPackage((parametrize (PCS PolyRing (List PCS)))): Not documented!!!!
+--------(parametrize (PCS PolyRing Plc))---------
+--------(parametrize (PCS PolyRing PolyRing Plc))---------
+--------(parametrize (PCS PolyRing Plc (Integer)))---------
=========================================================================
+typos 40192:
-bug 7068/371:
+>compiling PFORP.spad to PFORP.nrlib
-iprint("Release the hounds!")$IPRNTPK
-for i in 1..10 repeat (iprint$IPRNTPK)(i::String)
+--->bookvol10.4.pamphlet-->PackageForPoly((mapExponents (PolyRing (Mapping E E) PolyRing))): Not documented!!!!
+--->bookvol10.4.pamphlet-->PackageForPoly((degree (NNI PolyRing (Integer)))): Not documented!!!!
+--->bookvol10.4.pamphlet-->PackageForPoly((univariate ((SparseUnivariatePolynomial R) PolyRing))): Not documented!!!!
+--->bookvol10.4.pamphlet-->PackageForPoly((totalDegree (NNI PolyRing))): Not documented!!!!
+--->bookvol10.4.pamphlet-->PackageForPoly((subs1stVar (PolyRing PolyRing PolyRing))): Not documented!!!!
+--->bookvol10.4.pamphlet-->PackageForPoly((subs2ndVar (PolyRing PolyRing PolyRing))): Not documented!!!!
+--->bookvol10.4.pamphlet-->PackageForPoly((subsInVar (PolyRing PolyRing PolyRing (Integer)))): Not documented!!!!
--- tracing sanity check
-)trace Integer )math
--1
-)trace Integer )off
+--->bookvol10.4.pamphlet-->PackageForPoly((listVariable ((List PolyRing)))): Not documented!!!!
+--->bookvol10.4.pamphlet-->PackageForPoly((monomials ((List PolyRing) PolyRing))): Not documented!!!!
=========================================================================
+typos 40191:
-bug 7067/102:
+>compiling PFRPAC.spad to PFRPAC.nrlib
-solve(sinh(z)=cosh(z), z)
+--->bookvol10.4.pamphlet-->PartialFractionPackage((partialFraction ((Any) FPR (Symbol)))): Improper first word in comments:
+"\\indented{1}{partialFraction(rf, var) returns the partial fraction decomposition} \\indented{1}{of the rational function \\spad{rf} with respect to the variable var.} \\blankline \\spad{X} a:=x+1/(y+1) \\spad{X} partialFraction(a,y)$PFRPAC(INT)"
=========================================================================
+typos 40190:
-bug 7066/187:
-
-(INT, INT)
-Tuple Any
+>compiling PLEQN.spad to PLEQN.nrlib
--- missing exports
-MyFD := DirectProduct(3, PrimeField(100000000000000006579))
-myv := [3, 2, 1]::MyFD
-ii := lookup(myv)
-index(ii)$MyFD
-ii := lookup([1, 1, 1]::MyFD)
-index(ii)$MyFD
-ii := lookup([1, 1, 0]::MyFD)
-index(ii)$MyFD
-ii := lookup([1, 2, 3]::MyFD)
-index(ii)$MyFD
-hash([3, 2, 1]::MyFD)
+--->bookvol10.4.pamphlet-->ParametricLinearEquations((inconsistent? ((Boolean) (L GR)))): Improper first word in comments: inconsistant?
+"inconsistant?(pl) returns \\spad{true} if the system of equations \\spad{p} = 0 for \\spad{p} in \\spad{pl} is inconsistent. It is assumed that \\spad{pl} is a groebner basis."
-MyFD:= Product(PrimeField(100000000000000006579), PrimeField(257))
-myv := makeprod(1, 1)$MyFD
-ii := lookup(myv)
-index(ii)$MyFD
-ii := lookup(makeprod(2, 1)$MyFD)
-index(ii)$MyFD
-ii := lookup(makeprod(1, 2)$MyFD)
-index(ii)$MyFD
-ii := lookup(makeprod(2, 128)$MyFD)
-index(ii)$MyFD
-hash(myv)
+--->bookvol10.4.pamphlet-->ParametricLinearEquations((inconsistent? ((Boolean) (L PR)))): Improper first word in comments: inconsistant?
+"inconsistant?(pl) returns \\spad{true} if the system of equations \\spad{p} = 0 for \\spad{p} in \\spad{pl} is inconsistent. It is assumed that \\spad{pl} is a groebner basis."
=========================================================================
+typos 40189:
-bug 7064/258:
+>compiling POLYCATQ.spad to POLYCATQ.nrlib
-R==>RectangularMatrix(2,4, PF 2)
-every?(zero?, [lookup(index(i)$R)$R - i for i in 1..2^8])
+--->bookvol10.4.pamphlet-->PolynomialCategoryQuotientFunctions((coerce (% P))): Not documented!!!!
+--->bookvol10.4.pamphlet-->PolynomialCategoryQuotientFunctions((numer (P %))): Not documented!!!!
+--->bookvol10.4.pamphlet-->PolynomialCategoryQuotientFunctions((denom (P %))): Not documented!!!!
=========================================================================
+typos 40188:
-bug 7063/198:
+>compiling POLYLIFT.spad to POLYLIFT.nrlib
-zero?(complexIntegrate(%i/2*e^(-%i*x^2),x)-_
- (sqrt %pi * sqrt(%i * log e)*erf(x*sqrt(%i*log e)))/(4*log e))
+--->bookvol10.4.pamphlet-->PolynomialCategoryLifting((+ (% % %))): Not documented!!!!
+--->bookvol10.4.pamphlet-->PolynomialCategoryLifting((* (% % %))): Not documented!!!!
+--->bookvol10.4.pamphlet-->PolynomialCategoryLifting((** (% % (NonNegativeInteger)))): Not documented!!!!
-zero?(complexIntegrate(-%i/2*e^(%i*x^2),x)-_
- (sqrt %pi * sqrt(-%i * log e)*erf(x*sqrt(-%i*log e)))/(4*log e))
+=========================================================================
+typos 40187:
-zero?(complexIntegrate(log(x)/(x-1),x)+dilog x)
+>compiling RADIX.spad to RADIX.nrlib
-zero?(complexIntegrate(2*log(x)/(x-1),x)+2*dilog x)
+--->bookvol10.3.pamphlet-->RadixExpansion((fractRadix (% (List (Integer)) (List (Integer))))): Missing left brace
+"\\spad{fractRadix(pre,cyc)} creates a fractional radix expansion from a list of prefix ragits and a list of cyclic ragits. \\spadignore{e.g.} \\spad{fractRadix([1],[6])} will return \\spad{0.16666666...}."
=========================================================================
+typos 40186:
-bug 7062/408:
+>compiling REALSOLV.spad to REALSOLV.nrlib
-abs(Gamma(1/5::EXPR INT)::EXPR DFLOAT - 4.59084) < 0.00001
-abs(digamma(1/5::EXPR INT)::EXPR DFLOAT+5.28904) < 0.000001
-abs(besselJ(1,1::EXPR INT)::EXPR DFLOAT - 0.440051) < 0.000001
--- fails, because airyAi yields complex results even for real arguments
-abs(airyAi(1/5::EXPR INT)::EXPR DFLOAT - 0.303703) < 0.00001
+--->bookvol10.4.pamphlet-->RealSolvePackage((solve ((L NF) (P RN) NF))): Improper first word in comments:
+"\\indented{1}{solve(p,eps) finds the real zeroes of a} \\indented{1}{univariate rational polynomial \\spad{p} with precision eps.} \\blankline \\spad{X} \\spad{p} \\spad{:=} 4*x^3 - 3*x^2 + 2*x - 4 \\spad{X} solve(p::POLY(FRAC(INT)),0.01)$REALSOLV"
+--->bookvol10.4.pamphlet-->RealSolvePackage((solve ((L NF) (P I) NF))): Improper first word in comments:
+"\\indented{1}{solve(p,eps) finds the real zeroes of a univariate} \\indented{1}{integer polynomial \\spad{p} with precision eps.} \\blankline \\spad{X} \\spad{p} \\spad{:=} 4*x^3 - 3*x^2 + 2*x - 4 \\spad{X} solve(p,0.01)$REALSOLV"
+
+--->bookvol10.4.pamphlet-->RealSolvePackage((realSolve ((L (L NF)) (L (P I)) (L SE) NF))): Improper first word in comments:
+"\\indented{1}{realSolve(lp,lv,eps) = compute the list of the real} \\indented{1}{solutions of the list \\spad{lp} of polynomials with integer} \\indented{1}{coefficients with respect to the variables in lv,} \\indented{1}{with precision eps.} \\blankline \\spad{X} \\spad{p1} \\spad{:=} x**2*y*z + \\spad{y*z} \\spad{X} \\spad{p2} \\spad{:=} x**2*y**2*z + \\spad{x} + \\spad{z} \\spad{X} \\spad{p3} \\spad{:=} \\spad{x**2*y**2*z**2} + \\spad{z} + 1 \\spad{X} \\spad{lp} \\spad{:=} [p1, \\spad{p2,} \\spad{p3]} \\spad{X} realSolve(lp,[x,y,z],0.01)"
=========================================================================
+typos 40185:
-bug 7061:
+>compiling RF.spad to RF.nrlib
-integrate(sqrt(z+sqrt(1+z))/(1+z)^2,z=0..%plusInfinity,"noPole")
+--->bookvol10.4.pamphlet-->RationalFunction((eval (Q Q (List V) (List Q)))): Missing left brace
+"\\spad{eval(f, [v1,...,vn], [g1,...,gn])} returns \\spad{f} with each \\spad{vi} replaced by \\spad{gi} in parallel, \\spadignore{i.e.} vi's appearing inside the gi's are not replaced."
- 3
- - 5atan(-) + 4
- 4
- (12) --------------
- 4
- Type: Union(f1: OrderedCompletion Expression Integer,...)
+--->bookvol10.4.pamphlet-->RationalFunction((eval (Q Q (List (Equation Q))))): Missing left brace
+"\\spad{eval(f, \\spad{[v1} = g1,...,vn = gn])} returns \\spad{f} with each \\spad{vi} replaced by \\spad{gi} in parallel, \\spadignore{i.e.} vi's appearing inside the gi's are not replaced. Error: if any \\spad{vi} is not a symbol."
+=========================================================================
+typos 40184:
- (3) 0.1956236140 0839451649
- Type: Expression Float
+>compiling RINTERP.spad to RINTERP.nrlib
-but MMA6/Maple11/Derive gives
+--->bookvol10.4.pamphlet-->RationalInterpolation((interpolate ((Fraction (Polynomial F)) (List F) (List F) (NonNegativeInteger) (NonNegativeInteger)))): Not documented!!!!
- 1+5*atan(1/2)/2 = 2.1591190
+=========================================================================
+typos 40183:
+
+>compiling RMATCAT.spad to RMATCAT.nrlib
+
+--->-->RectangularMatrixCategory&((square? ((Boolean) %))): Mismatch: left pren matches right brace
+"\\spad{square?(m)} returns \\spad{true} if \\spad{m} is a square matrix (\\spadignore{i.e.} if \\spad{m} has the same number of rows as columns) and \\spad{false} otherwise."
+
+--->-->RectangularMatrixCategory&((diagonal? ((Boolean) %))): Mismatch: left pren matches right brace
+"\\spad{diagonal?(m)} returns \\spad{true} if the matrix \\spad{m} is square and diagonal (\\spadignore{i.e.} all entries of \\spad{m} not on the diagonal are zero) and \\spad{false} otherwise."
+
+--->-->RectangularMatrixCategory&((symmetric? ((Boolean) %))): Mismatch: left pren matches right brace
+"\\spad{symmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and symmetric (\\spadignore{i.e.} \\spad{m[i,j] = m[j,i]} for all \\spad{i} and \\spad{j)} and \\spad{false} otherwise."
+
+--->-->RectangularMatrixCategory&((antisymmetric? ((Boolean) %))): Mismatch: left pren matches right brace
+"\\spad{antisymmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and antisymmetric (\\spadignore{i.e.} \\spad{m[i,j] = -m[j,i]} for all \\spad{i} and \\spad{j)} and \\spad{false} otherwise."
+--->bookvol10.2.pamphlet-->RectangularMatrixCategory((square? ((Boolean) %))): Mismatch: left pren matches right brace
+"\\spad{square?(m)} returns \\spad{true} if \\spad{m} is a square matrix (\\spadignore{i.e.} if \\spad{m} has the same number of rows as columns) and \\spad{false} otherwise."
+--->bookvol10.2.pamphlet-->RectangularMatrixCategory((diagonal? ((Boolean) %))): Mismatch: left pren matches right brace
+"\\spad{diagonal?(m)} returns \\spad{true} if the matrix \\spad{m} is square and diagonal (\\spadignore{i.e.} all entries of \\spad{m} not on the diagonal are zero) and \\spad{false} otherwise."
+--->bookvol10.2.pamphlet-->RectangularMatrixCategory((symmetric? ((Boolean) %))): Mismatch: left pren matches right brace
+"\\spad{symmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and symmetric (\\spadignore{i.e.} \\spad{m[i,j] = m[j,i]} for all \\spad{i} and \\spad{j)} and \\spad{false} otherwise."
+
+--->bookvol10.2.pamphlet-->RectangularMatrixCategory((antisymmetric? ((Boolean) %))): Mismatch: left pren matches right brace
+"\\spad{antisymmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and antisymmetric (\\spadignore{i.e.} \\spad{m[i,j] = -m[j,i]} for all \\spad{i} and \\spad{j)} and \\spad{false} otherwise."
=========================================================================
+typos 40182:
-bug 7060: integration bug (different answer in fricas)
+>compiling SCPKG.spad to SCPKG.nrlib
- -> ex1:=integrate(sqrt(1+sqrt(1+z))/(1+z^2),z);
+--->bookvol10.4.pamphlet-->StructuralConstantsPackage((structuralConstants ((V (M R)) (L (M R))))): Missing left brace
+"\\spad{structuralConstants(basis)} takes the \\spad{basis} of a matrix algebra, \\spadignore{e.g.} the result of \\spadfun{basisOfCentroid} and calculates the structural constants. Note, that the it is not checked, whether \\spad{basis} really is a \\spad{basis} of a matrix algebra."
- Type: Union(Expression Integer,...)
- -> ex2:=eval(ex1,z=0);
+=========================================================================
+typos 40181:
- Type: Expression Integer
- -> numeric ex2
+>compiling SMTS.spad to SMTS.nrlib
+
+--->bookvol10.3.pamphlet-->SparseMultivariateTaylorSeries((coefficient (SMP % NNI))): Improper first word in comments:
+"\\indented{1}{\\spad{coefficient(s, \\spad{n)}} gives the terms of total degree \\spad{n.}} \\blankline \\spad{X} xts:=x::TaylorSeries Fraction Integer \\spad{X} t1:=sin(xts) \\spad{X} coefficient(t1,3)"
- 1.0243175471 308082709
- Type: Float
+=========================================================================
+typos 40180:
-fricas returns:
+>compiling SOLVEFOR.spad to SOLVEFOR.nrlib
+
+--->bookvol10.4.pamphlet-->PolynomialSolveByFormulas((** (% % (Fraction (Integer))))): Not documented!!!!
- -2.5898455408 37987845
+=========================================================================
+typos 40179:
-curiously
+>compiling SPLTREE.spad to SPLTREE.nrlib
-ex3:=limit(ex1,z=%plusInfinity)
+--->bookvol10.3.pamphlet-->SplittingTree((construct (% S))): Mismatch: left pren matches right brace
+"\\axiom{construct(s)} creates a splitting tree with value (\\spadignore{i.e.} root vertex) given by \\axiom{s} and no children. Thus, if the status of \\axiom{s} is false, \\axiom{[s]} represents the starting point of the evaluation \\axiom{value(s)} under the hypothesis \\axiom{condition(s)}."
- (11) 0
- Type: Union(OrderedCompletion Expression Integer,...)
+--->bookvol10.3.pamphlet-->SplittingTree((construct (% V C (List %)))): Mismatch: left pren matches right brace
+"\\axiom{construct(v,t,la)} creates a splitting tree with value (\\spadignore{i.e.} root vertex) given by \\axiom{[v,t]$S} and with \\axiom{la} as children list."
-but fricas doesn't return???
+--->bookvol10.3.pamphlet-->SplittingTree((construct (% V C (List S)))): Mismatch: left pren matches right brace
+"\\axiom{construct(v,t,ls)} creates a splitting tree with value (\\spadignore{i.e.} root vertex) given by \\axiom{[v,t]$S} and with children list given by \\axiom{[[s]$% for \\spad{s} in ls]}."
+--->bookvol10.3.pamphlet-->SplittingTree((construct (% V C V (List C)))): Mismatch: left pren matches right brace
+"\\axiom{construct(v1,t,v2,lt)} creates a splitting tree with value (\\spadignore{i.e.} root vertex) given by \\axiom{[v,t]$S} and with children list given by \\axiom{[[[v,t]$S]$% for \\spad{s} in ls]}."
-========================================================================
+=========================================================================
+typos 40178:
-bug 7059: integration bug (different answer in fricas)
+>compiling SUMRF.spad to SUMRF.nrlib
-integrate(sqrt(1+sqrt(1+z))/(1+z^2),z=0..%plusInfinity,"noPole")::EXPR Float
+--->bookvol10.4.pamphlet-->RationalFunctionSum((sum (RF P SE))): Improper first word in comments:
+--->bookvol10.4.pamphlet-->RationalFunctionSum((sum (RF P SE))): Missing left brace
+"\\indented{1}{sum(a(n), \\spad{n)} returns \\spad{A} which} \\indented{1}{is the indefinite sum of \\spad{a} with respect to} \\indented{1}{upward difference on \\spad{n}, \\spadignore{i.e.} \\spad{A(n+1) - A(n) = a(n)}.} \\blankline \\spad{X} sum(i::Polynomial(Integer),variable(i=1..n))"
-gives the wrong answer:
+--->bookvol10.4.pamphlet-->RationalFunctionSum((sum ((Union RF FE) RF SE))): Improper first word in comments:
+--->bookvol10.4.pamphlet-->RationalFunctionSum((sum ((Union RF FE) RF SE))): Missing left brace
+"\\indented{1}{sum(a(n), \\spad{n)} returns \\spad{A} which} \\indented{1}{is the indefinite sum of \\spad{a} with respect to} \\indented{1}{upward difference on \\spad{n}, \\spadignore{i.e.} \\spad{A(n+1) - A(n) = a(n)}.} \\blankline \\spad{X} sum(i::Fraction(Polynomial(Integer)),i::Symbol)"
- (3) - 1.0243175471 308082709
- Type: Expression Float
+--->bookvol10.4.pamphlet-->RationalFunctionSum((sum (RF P (SegmentBinding P)))): Improper first word in comments:
+"\\indented{1}{sum(f(n), \\spad{n} = a..b) returns \\spad{f(a) + f(a+1) + \\spad{...} f(b)}.} \\blankline \\spad{X} sum(i,i=1..n)"
-the correct answer:
+--->bookvol10.4.pamphlet-->RationalFunctionSum((sum ((Union RF FE) RF (SegmentBinding RF)))): Improper first word in comments:
+"\\indented{1}{sum(f(n), \\spad{n} = a..b) returns \\spad{f(a) + f(a+1) + \\spad{...} f(b)}.} \\blankline \\spad{X} sum(i::Fraction(Polynomial(Integer)),i=1..n)"
-(5*atan(3)-5*atan(1/3)+4)/4
+=========================================================================
+typos 40175:
- 1
- 5atan(3) - 5atan(-) + 4
- 3
- (4) -----------------------
- 4
- Type: Expression Integer
-(5) -> numeric %
+>compiling TREE.spad to TREE.nrlib
- (5) 2.1591190225 020152905
- Type: Float
-(6) ->
+--->bookvol10.3.pamphlet-->Tree((tree (% S (List %)))): Improper first word in comments:
+"\\indented{1}{tree(nd,ls) creates a tree with value \\spad{nd,} and children ls.} \\blankline \\spad{X} t1:=tree [1,2,3,4] \\spad{X} tree(5,[t1])"
+--->bookvol10.3.pamphlet-->Tree((tree (% (List S)))): Improper first word in comments:
+"\\indented{1}{tree(ls) creates a tree from a list of elements of \\spad{s.}} \\blankline \\spad{X} tree [1,2,3,4]"
-=======================================================================
+--->bookvol10.3.pamphlet-->Tree((tree (% S))): Improper first word in comments:
+"\\indented{1}{tree(nd) creates a tree with value \\spad{nd,} and no children} \\blankline \\spad{X} tree 6"
-bug 7058: calling AXIOMsys from anywhere on the path without giving
- full path name sometimes causes a segfault
+--->bookvol10.3.pamphlet-->Tree((cyclic? ((Boolean) %))): Improper first word in comments:
+"\\indented{1}{cyclic?(t) tests if \\spad{t} is a cyclic tree.} \\blankline \\spad{X} t1:=tree [1,2,3,4] \\spad{X} cyclic? \\spad{t1}"
-which AXIOMsys
-/research2/test/mnt/fedora5/bin/AXIOMsys
-[root@localhost test]# AXIOMsys
- AXIOM Computer Algebra System
- Version: Axiom (Sept 2007)
- Timestamp: Tuesday October 16, 2007 at 09:21:36
------------------------------------------------------------------------------
- Issue )copyright to view copyright notices.
- Issue )summary for a summary of useful system commands.
- Issue )quit to leave AXIOM and return to shell.
------------------------------------------------------------------------------
-
- Re-reading compress.daase Re-reading interp.daase
- Re-reading operation.daase
- Re-reading category.daase
- Re-reading browse.daase
-(1) -> )lisp (bye)
-[root@localhost test]# echo $AXIOM
-/research2/test/mnt/fedora5
-[root@localhost test]# AXIOMsys
-Segmentation fault
-[root@localhost test]# which AXIOMsys
-/research2/test/mnt/fedora5/bin/AXIOMsys
-[root@localhost test]# AXIOMsys
-Segmentation fault
-[root@localhost test]# `which AXIOMsys`
- AXIOM Computer Algebra System
- Version: Axiom (Sept 2007)
- Timestamp: Tuesday October 16, 2007 at 09:21:36
------------------------------------------------------------------------------
- Issue )copyright to view copyright notices.
- Issue )summary for a summary of useful system commands.
- Issue )quit to leave AXIOM and return to shell.
------------------------------------------------------------------------------
-
- Re-reading compress.daase Re-reading interp.daase
- Re-reading operation.daase
- Re-reading category.daase
- Re-reading browse.daase
-(1) ->
+--->bookvol10.3.pamphlet-->Tree((cyclicCopy (% %))): Improper first word in comments:
+"\\indented{1}{cyclicCopy(l) makes a copy of a (possibly) cyclic tree \\spad{l.}} \\blankline \\spad{X} t1:=tree [1,2,3,4] \\spad{X} cyclicCopy \\spad{t1}"
+--->bookvol10.3.pamphlet-->Tree((cyclicEntries ((List %) %))): Improper first word in comments:
+"\\indented{1}{cyclicEntries(t) returns a list of top-level cycles in tree \\spad{t.}} \\blankline \\spad{X} t1:=tree [1,2,3,4] \\spad{X} cyclicEntries \\spad{t1}"
-[root@localhost test]# strace AXIOMsys
-execve("/research2/test/mnt/fedora5/bin/AXIOMsys", ["AXIOMsys"], [/* 39 vars */]) = 0
-brk(0) = 0x96a1000
-mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f73000
-access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
-open("/etc/ld.so.cache", O_RDONLY) = 3
-fstat64(3, {st_mode=S_IFREG|0644, st_size=67432, ...}) = 0
-mmap2(NULL, 67432, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f62000
-close(3) = 0
-open("/lib/libm.so.6", O_RDONLY) = 3
-read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`Cv\000"..., 512) = 512
-fstat64(3, {st_mode=S_IFREG|0755, st_size=199700, ...}) = 0
-mmap2(0x761000, 147584, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x761000
-mmap2(0x784000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x22) = 0x784000
-close(3) = 0
-open("/usr/lib/sse2/libgmp.so.3", O_RDONLY) = 3
-read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0fv\000"..., 512) = 512
-fstat64(3, {st_mode=S_IFREG|0644, st_size=842637, ...}) = 0
-mmap2(0x761000, 186848, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x110000
-mmap2(0x13d000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2c) = 0x13d000
-close(3) = 0
-open("/usr/lib/libreadline.so.5", O_RDONLY) = 3
-read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@D|\000"..., 512) = 512
-fstat64(3, {st_mode=S_IFREG|0755, st_size=197832, ...}) = 0
-mmap2(0x7b9000, 199036, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7b9000
-mmap2(0x7e5000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2c) = 0x7e5000
-mmap2(0x7e9000, 2428, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7e9000
-close(3) = 0
-open("/usr/lib/libncurses.so.5", O_RDONLY) = 3
-read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 \265\35"..., 512) = 512
-fstat64(3, {st_mode=S_IFREG|0755, st_size=304280, ...}) = 0
-mmap2(0x71cd000, 296964, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x71cd000
-mmap2(0x720d000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x40) = 0x720d000
-mmap2(0x7215000, 2052, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7215000
-close(3) = 0
-open("/lib/libc.so.6", O_RDONLY) = 3
-read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\n\31d\000"..., 512) = 512
-fstat64(3, {st_mode=S_IFREG|0755, st_size=1528292, ...}) = 0
-mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f61000
-mmap2(0x62c000, 1254780, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x62c000
-mmap2(0x758000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12b) = 0x758000
-mmap2(0x75c000, 9596, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x75c000
-close(3) = 0
-open("/lib/libdl.so.2", O_RDONLY) = 3
-read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@\214x\000"..., 512) = 512
-fstat64(3, {st_mode=S_IFREG|0755, st_size=16352, ...}) = 0
-mmap2(0x788000, 12412, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x788000
-mmap2(0x78a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0x78a000
-close(3) = 0
-mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f60000
-set_thread_area({entry_number:-1 -> 6, base_addr:0xb7f606b0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
-mprotect(0x78a000, 4096, PROT_READ) = 0
-mprotect(0x758000, 12288, PROT_READ) = 0
-mprotect(0x784000, 4096, PROT_READ) = 0
-mprotect(0x628000, 4096, PROT_READ) = 0
-munmap(0xb7f62000, 67432) = 0
-personality(0xffffffff /* PER_??? */) = 0
-personality(0x40000 /* PER_??? */) = 0
-execve("AXIOMsys", ["AXIOMsys"], [/* 39 vars */]) = -1 ENOENT (No such file or directory)
-getpid() = 25855
-stat64("/proc/25855/exe", {st_mode=S_IFREG|0755, st_size=16188532, ...}) = 0
-lstat64("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0
-lstat64("/proc/25855", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0
-lstat64("/proc/25855/exe", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0
-readlink("/proc/25855/exe", "/research2/test/mnt/fedora5/bin/AXIOMsys", 4096) = 40
-lstat64("/research2", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
-lstat64("/research2/test", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
-lstat64("/research2/test/mnt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
-lstat64("/research2/test/mnt/fedora5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
-lstat64("/research2/test/mnt/fedora5/bin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
-lstat64("/research2/test/mnt/fedora5/bin/AXIOMsys", {st_mode=S_IFREG|0755, st_size=16188532, ...}) = 0
-rt_sigaction(SIGSEGV, {0x807ae70, [SEGV], SA_RESTART}, {SIG_DFL}, 8) = 0
-getrlimit(RLIMIT_STACK, {rlim_cur=10240*1024, rlim_max=RLIM_INFINITY}) = 0
-setrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
-getrlimit(RLIMIT_DATA, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0
-mprotect(0x8403000, 10555392, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
-rt_sigaction(SIGSEGV, {0x807ae70, [SEGV], SA_RESTART}, {0x807ae70, [SEGV], SA_RESTART}, 8) = 0
-getrlimit(RLIMIT_DATA, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0
-brk(0) = 0x96a1000
-brk(0xc765000) = 0xc765000
-rt_sigaction(SIGFPE, {0x80b3740, [FPE], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0
-rt_sigaction(SIGPIPE, {0x80b37f0, [PIPE], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0
-rt_sigaction(SIGINT, {0x80b3410, [INT], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0
-rt_sigaction(SIGUSR1, {0x80b3410, [USR1], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0
-rt_sigaction(SIGIO, {0x80b3410, [IO], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0
-rt_sigaction(SIGALRM, {0x80b3410, [ALRM], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0
-ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon -echo ...}) = 0
---- SIGSEGV (Segmentation fault) @ 0 (0) ---
-rt_sigaction(SIGSEGV, {0x807ae70, [SEGV], SA_RESTART}, {0x807ae70, [SEGV], SA_RESTART}, 8) = 0
---- SIGSEGV (Segmentation fault) @ 0 (0) ---
-+++ killed by SIGSEGV +++
-Process 25855 detached
+--->bookvol10.3.pamphlet-->Tree((cyclicEqual? ((Boolean) % %))): Improper first word in comments:
+"\\indented{1}{cyclicEqual?(t1, \\spad{t2)} tests of two cyclic trees have} \\indented{1}{the same structure.} \\blankline \\spad{X} t1:=tree [1,2,3,4] \\spad{X} t2:=tree [1,2,3,4] \\spad{X} cyclicEqual?(t1,t2)"
+--->bookvol10.3.pamphlet-->Tree((cyclicParents ((List %) %))): Improper first word in comments:
+"\\indented{1}{cyclicParents(t) returns a list of cycles that are parents of \\spad{t.}} \\blankline \\spad{X} t1:=tree [1,2,3,4] \\spad{X} cyclicParents \\spad{t1}"
-[root@localhost test]# echo $AXIOM
-/research2/test/mnt/fedora5
+=========================================================================
+typos 40173:
+>compiling UPDECOMP.spad to UPDECOMP.nrlib
-[root@localhost test]# echo $PATH
-/research2/test/mnt/fedora5/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin
+--->bookvol10.4.pamphlet-->UnivariatePolynomialDecompositionPackage((monicCompleteDecompose ((List UP) UP))): Missing left bracket
+"\\spad{monicCompleteDecompose(f)} returns a list of factors of \\spad{f} for the functional decomposition \\spad{([} \\spad{f1,} ..., \\spad{fn} ] means \\spad{f} = \\spad{f1} \\spad{o} \\spad{...} \\spad{o} fn)."
-[root@localhost test]# uname -a
-Linux localhost.localdomain 2.6.18-1.2239.fc5 #1 Fri Nov 10 13:04:06 EST 2006 i686 i686 i386 GNU/Linux
+=========================================================================
+typos 40172:
-============================================================================
+>compiling UPSQFREE.spad to UPSQFREE.nrlib
-bug 7056: )browse has a bug
+--->bookvol10.4.pamphlet-->UnivariatePolynomialSquareFree(constructor): Missing left brace
+"This package provides for square-free decomposition of univariate polynomials over arbitrary rings, \\spadignore{i.e.} a partial factorization such that each factor is a product of irreducibles with multiplicity one and the factors are pairwise relatively prime. If the ring has characteristic zero, the result is guaranteed to satisfy this condition. If the ring is an infinite ring of finite characteristic, then it may not be possible to decide when polynomials contain factors which are \\spad{p}th powers. In this case, the flag associated with that polynomial is set to \"nil\" (meaning that that polynomials are not guaranteed to be square-free)."
-)browse
- Your argument list is not valid.
+=========================================================================
+typos 40171:
-============================================================================
+>compiling VIEWDEF.spad to VIEWDEF.nrlib
-bug 7055: cd doesn't start from the current location
+--->bookvol10.4.pamphlet-->ViewDefaultsPackage((var1StepsDefault (PI))): Mismatch: left pren matches right brace
+"\\spad{var1StepsDefault()} is the current setting for the number of steps to take when creating a 3D mesh in the direction of the first defined free variable (a free variable is considered defined when its range is specified (\\spadignore{e.g.} x=0..10))."
-)cd pending
-
- >> System error:
- Can't change the current directory to "/usr/local/axiom/mnt/fedora5/NIL/".
+--->bookvol10.4.pamphlet-->ViewDefaultsPackage((var2StepsDefault (PI))): Mismatch: left pren matches right brace
+"\\spad{var2StepsDefault()} is the current setting for the number of steps to take when creating a 3D mesh in the direction of the first defined free variable (a free variable is considered defined when its range is specified (\\spadignore{e.g.} x=0..10))."
-============================================================================
+--->bookvol10.4.pamphlet-->ViewDefaultsPackage((var1StepsDefault (PI PI))): Mismatch: left pren matches right brace
+"\\spad{var1StepsDefault(i)} sets the number of steps to take when creating a 3D mesh in the direction of the first defined free variable to \\spad{i} (a free variable is considered defined when its range is specified (\\spadignore{e.g.} x=0..10))."
-bug 7053: close(viewport) dumps core
+--->bookvol10.4.pamphlet-->ViewDefaultsPackage((var2StepsDefault (PI PI))): Mismatch: left pren matches right brace
+"\\spad{var2StepsDefault(i)} sets the number of steps to take when creating a 3D mesh in the direction of the first defined free variable to \\spad{i} (a free variable is considered defined when its range is specified (\\spadignore{e.g.} x=0..10))."
-============================================================================
+=========================================================================
+typos 40170:
-bug 7051: is.input intermittent failures
+>compiling VIEW2D.spad to VIEW2D.nrlib
-)set message test on
-
-)set message auto off
-
-)clear all
-
---S 1 of 4
- f n == ( not empty?(u := Is(n, 2*m%)) => integer eval(m%, u) ; 3 * n + 1 )
-
- Type: Void
---R
---R Type: Void
---E 1
+--->bookvol10.3.pamphlet-->TwoDimensionalViewport((getPickedPoints ((L POINT) $))): Missing left brace
+"\\spad{getPickedPoints(x)} returns a list of small floats for the points the user interactively picked on the viewport for full integration into the system, some design issues need to be addressed: \\spadignore{e.g.} how to go through the GraphImage interface, how to default to graphs, etc."
-)set stream showall on
-
-
---S 2 of 4
-g(n:INT):STREAM(INT) == generate(f, n)
-
- Function declaration g : Integer -> Stream Integer has been added to
- workspace.
- Type: Void
---R
---R Function declaration g : Integer -> Stream Integer has been added to
---R workspace.
---R Type: Void
---E 2
+=========================================================================
+typos 40169:
---S 3 of 4
-s := g 27
-
- There are 3 exposed and 0 unexposed library operations named
- generate having 2 argument(s) but none was determined to be
- applicable. Use HyperDoc Browse, or issue
- )display op generate
- to learn more about the available operations. Perhaps
- package-calling the operation or using coercions on the arguments
- will allow you to apply the operation.
- Cannot find a definition or applicable library operation named
- generate with argument type(s)
- Variable f
- Integer
-
- Perhaps you should use "@" to indicate the required return type,
- or "$" to specify which version of the function you need.
- AXIOM will attempt to step through and interpret the code.
- Compiling function g with type Integer -> Stream Integer
- There are 3 exposed and 0 unexposed library operations named
- generate having 2 argument(s) but none was determined to be
- applicable. Use HyperDoc Browse, or issue
- )display op generate
- to learn more about the available operations. Perhaps
- package-calling the operation or using coercions on the arguments
- will allow you to apply the operation.
-
-Daly Bug
- Cannot find a definition or applicable library operation named
- generate with argument type(s)
- Variable f
- Integer
-
- Perhaps you should use "@" to indicate the required return type,
- or "$" to specify which version of the function you need.
---R
---R Compiling function f with type Integer -> Integer
---R Compiling function g with type Integer -> Stream Integer
---R
---R (3) [27,82,41,124,62,31,94,47,142,71,...]
---R Type: Stream Integer
---E 3
+>compiling VOID.spad to VOID.nrlib
---S 4 of 4
-extend(s, 150)
-
- There are 11 exposed and 0 unexposed library operations named extend
- having 2 argument(s) but none was determined to be applicable.
- Use HyperDoc Browse, or issue
- )display op extend
- to learn more about the available operations. Perhaps
- package-calling the operation or using coercions on the arguments
- will allow you to apply the operation.
-
-Daly Bug
- Cannot find a definition or applicable library operation named
- extend with argument type(s)
- Variable s
- PositiveInteger
-
- Perhaps you should use "@" to indicate the required return type,
- or "$" to specify which version of the function you need.
---R
---R
---R (4)
---R [27, 82, 41, 124, 62, 31, 94, 47, 142, 71, 214, 107, 322, 161, 484, 242,
---R 121, 364, 182, 91, 274, 137, 412, 206, 103, 310, 155, 466, 233, 700, 350,
---R 175, 526, 263, 790, 395, 1186, 593, 1780, 890, 445, 1336, 668, 334, 167,
---R 502, 251, 754, 377, 1132, 566, 283, 850, 425, 1276, 638, 319, 958, 479,
---R 1438, 719, 2158, 1079, 3238, 1619, 4858, 2429, 7288, 3644, 1822, 911, 2734,
---R 1367, 4102, 2051, 6154, 3077, 9232, 4616, 2308, 1154, 577, 1732, 866, 433,
---R 1300, 650, 325, 976, 488, 244, 122, 61, 184, 92, 46, 23, 70, 35, 106, 53,
---R 160, 80, 40, 20, 10, 5, 16, 8, 4, 2, 7, 22, 11, 34, 17, 52, 26, 13, 40, 20,
---R 10, 5, 16, 8, 4, 2, 7, 22, 11, 34, 17, 52, 26, 13, 40, 20, 10, 5, 16, 8, 4,
---R 2, 7, 22, 11, 34, 17, 52, 26, ...]
---R Type: Stream Integer
---E 4
+--->bookvol10.3.pamphlet-->Void(constructor): Missing left brace
+"This type is used when no value is needed, \\spadignore{e.g.} in the \\spad{then} part of a one armed \\spad{if}. All values can be coerced to type Void. Once a value has been coerced to Void, it cannot be recovered."
+=========================================================================
+typos 40168:
-============================================================================
+>compiling WP.spad to WP.nrlib
-bug 7050: DFLOAT ignores outputFixed
+--->bookvol10.3.pamphlet-->WeightedPolynomials((coerce (P $))): Improper first word in comments: convert
+"convert back into a \"P\", ignoring weights"
-outputFixed()
-(11) -> 0.0004
+=========================================================================
+typos 40167:
- (11) 0.0004
- Type: Float
-(12) -> 0.0004::DFLOAT
+>compiling EXPUPXS.spad to EXPUPXS.nrlib
- (12) 4.0000000000000002E-4
- Type: DoubleFloat
-(13) ->
+--->bookvol10.3.pamphlet-->ExponentialOfUnivariatePuiseuxSeries(constructor): Missing left brace
+"ExponentialOfUnivariatePuiseuxSeries is a domain used to represent essential singularities of functions. An object in this domain is a function of the form \\spad{exp(f(x))}, where \\spad{f(x)} is a Puiseux series with no terms of non-negative degree. Objects are ordered according to order of singularity, with functions which tend more rapidly to zero or infinity considered to be larger. Thus, if \\spad{order(f(x)) < order(g(x))}, \\spadignore{i.e.} the first non-zero term of \\spad{f(x)} has lower degree than the first non-zero term of \\spad{g(x)}, then \\spad{exp(f(x)) > exp(g(x))}. If \\spad{order(f(x)) = order(g(x))}, then the ordering is essentially random. This domain is used in computing limits involving functions with essential singularities."
-============================================================================
+=========================================================================
+typos 40166:
-bug 7049: Ei isn't computing correctly
+>compiling FACTRN.spad to FACTRN.nrlib
-integrate(e^u/u,u=%minusInfinity..-1,"noPole")
+--->bookvol10.4.pamphlet-->FactorisationOverPseudoAlgebraicClosureOfRationalNumber((factor ((Factored UP) UP K))): Not documented!!!!
+--->bookvol10.4.pamphlet-->FactorisationOverPseudoAlgebraicClosureOfRationalNumber((factorSqFree ((Factored UP) UP K))): Not documented!!!!
- (19) potentialPole
- Type: Union(pole: potentialPole,...)
-(20) -> integrate(e^u/u,u=%minusInfinity..-1,"noPole")
- Loading /usr/local/axiom/mnt/fedora5/algebra/RDETR.o for package
- TranscendentalRischDE
+=========================================================================
+typos 40165:
- (20) "failed"
- Type: Union(fail: failed,...)
-(21) -> integrate(e^u/u,u)
+>compiling FFFACTSE.spad to FFFACTSE.nrlib
- (21) Ei(u log(e))
- Type: Union(Expression Integer,...)
-(22) -> Ei(13)
+--->bookvol10.4.pamphlet-->FiniteFieldFactorizationWithSizeParseBySideEffect((factorSquareFree ((List PolK) PolK))): Not documented!!!!
+--->bookvol10.4.pamphlet-->FiniteFieldFactorizationWithSizeParseBySideEffect((factorCantorZassenhaus ((List PolK) PolK (NonNegativeInteger)))): Not documented!!!!
+--->bookvol10.4.pamphlet-->FiniteFieldFactorizationWithSizeParseBySideEffect((factor ((Factored PolK) PolK))): Not documented!!!!
+--->bookvol10.4.pamphlet-->FiniteFieldFactorizationWithSizeParseBySideEffect((factorUsingYun ((Factored PolK) PolK))): Not documented!!!!
+--->bookvol10.4.pamphlet-->FiniteFieldFactorizationWithSizeParseBySideEffect((factorUsingMusser ((Factored PolK) PolK))): Not documented!!!!
+--->bookvol10.4.pamphlet-->FiniteFieldFactorizationWithSizeParseBySideEffect((irreducible? ((Boolean) PolK))): Not documented!!!!
- (22) Ei(13)
- Type: Expression Integer
-(23) ->
+=========================================================================
+typos 40164:
-============================================================================
+>compiling FRAMALG.spad to FRAMALG.nrlib
-bug 7048: cannot simplify expression using e^(x log e)
+--->-->FramedAlgebra&((traceMatrix ((Matrix R)))): Missing right pren
+"\\spad{traceMatrix()} is the n-by-n matrix ( \\spad{Tr(vi * vj)} \\spad{),} where \\spad{v1,} ..., \\spad{vn} are the elements of the fixed basis."
-integrate(e^x,x)
+--->bookvol10.2.pamphlet-->FramedAlgebra((traceMatrix ((Matrix R)))): Missing right pren
+"\\spad{traceMatrix()} is the n-by-n matrix ( \\spad{Tr(vi * vj)} \\spad{),} where \\spad{v1,} ..., \\spad{vn} are the elements of the fixed basis."
- x log(e)
- %e
- (18) ----------
- log(e)
- Type: Union(Expression Integer,...)
+=========================================================================
+typos 40163:
-============================================================================
+>compiling INTFRSP.spad to INTFRSP.nrlib
-bug 7047: Gamma returns a random garbage value
+--->bookvol10.4.pamphlet-->InterpolateFormsPackage((basisOfInterpolateForms ((List (Vector K)) DIVISOR (List PolyRing)))): Not documented!!!!
+--->bookvol10.4.pamphlet-->InterpolateFormsPackage((basisOfInterpolateFormsForFact ((List (Vector K)) DIVISOR (List PolyRing)))): Not documented!!!!
+--->bookvol10.4.pamphlet-->InterpolateFormsPackage((interpolateFormsForFact ((List PolyRing) DIVISOR (List PolyRing)))): Not documented!!!!
-Gamma 1000/1000
+=========================================================================
+typos 40162:
- (7) i.nfE+0
- Type: DoubleFloat
+>compiling LPARSPT.spad to LPARSPT.nrlib
-============================================================================
+--->bookvol10.4.pamphlet-->LocalParametrizationOfSimplePointPackage((printInfo ((Boolean)))): Improper first word in comments: returns
+"returns the value of the \\spad{printInfo} flag."
-bug 7046: radix has wrong ragits
-;;; radix(5/24,39) ==> 0 . 8 4 34
-;;;
-;;; _
-;;; radix(5/24,40) ==> 0 . 8 D
-;;;
-;;; ____
-;;; radix(5/24,43) ==> 0 . 8 41
-;;;
-;;; radix(35,36) ==> Z
-;;;
-;;; radix(36,37) ==> Error ... index out of range
-;;;
-;;; radix(10,16) ==> A
-;;;
+=========================================================================
+typos 40161:
-============================================================================
+>compiling NPOLYGON.spad to NPOLYGON.nrlib
-idea: )example command taken from regression test chunks
+--->bookvol10.4.pamphlet-->NewtonPolygon((newtonPolygon ((List (List PolyRing)) PolyRing (Integer) (Integer) (Union left center right vertical horizontal)))): Not documented!!!!
+--->bookvol10.4.pamphlet-->NewtonPolygon((multiplicity ((NonNegativeInteger) (List (List PolyRing))))): Not documented!!!!
+--->bookvol10.4.pamphlet-->NewtonPolygon((negAndPosEdge ((List (List PolyRing)) PolyRing (List (List PolyRing))))): Not documented!!!!
+--->bookvol10.4.pamphlet-->NewtonPolygon((slope (recSlope PolyRing PolyRing))): Not documented!!!!
+--->bookvol10.4.pamphlet-->NewtonPolygon((slope (recSlope (List PolyRing)))): Not documented!!!!
-1) identify (using --S comment tags) the functions being demonstrated
-2) move the regression chunks near the example function in the algebra
-3) dynamically pull the chunks from the sources
-4) remove the regression test comment prefix
+=========================================================================
+typos 40160:
-============================================================================
+>compiling PLOT.spad to PLOT.nrlib
-bug 7044: why?
-generic 16 making /research2/test/int/input/iprntpk.input from /research2/test/src/input/iprntpk.input.pamphlet
+--->bookvol10.3.pamphlet-->Plot((plot (% (Mapping F F) R))): Improper first word in comments:
+"\\indented{1}{plot(f,a..b) plots the function \\spad{f(x)}} \\indented{1}{on the interval \\spad{[a,b]}.} \\blankline \\spad{X} fp:=(t:DFLOAT):DFLOAT \\spad{+->} sin(t) \\spad{X} plot(fp,-1.0..1.0)$PLOT"
-============================================================================
+=========================================================================
+typos 40159:
-bug 7043: FAILED 1 of 139 stanzas file kamke3
-MISMATCH
-expected:" (9216a - 7168a )b - 2048a + 2048a"
- got:" (18432a - 57344a )b - 2048a + 8192a"
-MISMATCH
-expected:" 8 6 9 7"
- got:" 8 6 9 7"
-MISMATCH
-expected:" (- 20736a + 34048a - 6400a )b + (4608a - 22016a + 9728a )b"
- got:" (- 41472a + 272384a - 204800a )b + (4608a - 88064a + 155648a )b"
-MISMATCH
-expected:" 8 6 4 3 9 7 5 2"
- got:" 8 6 4 3 9 7 5 2"
-MISMATCH
-expected:" (- 3072a + 45312a - 35840a + 2048a )b"
- got:" (- 3072a + 181248a - 573440a + 131072a )b"
-MISMATCH
-expected:" 9 7 5 3 4"
- got:" 9 7 5 3 4"
-MISMATCH
-expected:" (13824a - 61824a + 25984a - 256a )b"
- got:" (27648a - 494592a + 831488a - 32768a )b"
-MISMATCH
-expected:" 8 6 4 2 5"
- got:" 8 6 4 2 5"
-MISMATCH
-expected:" (512a - 28416a + 56736a - 12800a )b"
- got:" (512a - 113664a + 907776a - 819200a )b"
-MISMATCH
-expected:" 9 7 5 3 6"
- got:" 9 7 5 3 6"
-MISMATCH
-expected:" (- 2304a + 34944a - 35664a + 4096a )b"
- got:" (- 4608a + 279552a - 1141248a + 524288a )b"
-MISMATCH
-expected:" 8 6 4 2 7"
- got:" 8 6 4 2 7"
-MISMATCH
-expected:" (4608a - 28224a + 15168a - 768a)b"
- got:" (18432a - 451584a + 970752a - 196608a)b"
-MISMATCH
-expected:" 7 5 3 8"
- got:" 7 5 3 8"
-MISMATCH
-expected:" (- 5376a + 15456a - 4176a + 64)b"
- got:" (- 43008a + 494592a - 534528a + 32768)b"
-MISMATCH
-expected:" 6 4 2 9"
- got:" 6 4 2 9"
-MISMATCH
-expected:" (- 2016a + 1368a - 48)b + (4032a - 5712a + 672a)b"
- got:" (- 64512a + 175104a - 24576)b + (64512a - 365568a + 172032a)b"
-MISMATCH
-expected:" 4 2 11 5 3 10"
- got:" 4 2 11 5 3 10"
-MISMATCH
-expected:" - b + 18a b + (- 144a + 12)b + (672a - 192a)b"
- got:" - 512b + 4608a b + (- 18432a + 6144)b + (43008a - 49152a)b"
-MISMATCH
-expected:" 15 14 2 13 3 12"
- got:" 15 14 2 13 3 12"
-MISMATCH
-expected:" (82944a - 50176a - 10240a )b - 18432a + 14336a + 4096a"
- got:" (165888a - 401408a - 327680a )b - 18432a + 57344a + 65536a"
-MISMATCH
-expected:" 9 7 5 10 8 6"
- got:" 9 7 5 10 8 6"
-MISMATCH
-expected:" (24576a - 196608a + 82432a + 9216a )b"
- got:" (24576a - 786432a + 1318912a + 589824a )b"
-MISMATCH
-expected:" 10 8 6 4 2"
- got:" 10 8 6 4 2"
-MISMATCH
-expected:" (- 110592a + 301056a - 80640a - 3584a )b"
- got:" (- 221184a + 2408448a - 2580480a - 458752a )b"
-MISMATCH
-expected:" 9 7 5 3 3"
- got:" 9 7 5 3 3"
-MISMATCH
-expected:" (- 6144a + 230400a - 309888a + 49664a + 512a )b"
- got:" (- 6144a + 921600a - 4958208a + 3178496a + 131072a )b"
-MISMATCH
-expected:" 10 8 6 4 2 4"
- got:" 10 8 6 4 2 4"
-MISMATCH
-expected:" (27648a - 290304a + 215616a - 18944a )b"
- got:" (55296a - 2322432a + 6899712a - 2424832a )b"
-MISMATCH
-expected:" 9 7 5 3 5"
- got:" 9 7 5 3 5"
-MISMATCH
-expected:" (- 55296a + 241920a - 100032a + 4096a )b"
- got:" (- 221184a + 3870720a - 6402048a + 1048576a )b"
-MISMATCH
-expected:" 8 6 4 2 6"
- got:" 8 6 4 2 6"
-MISMATCH
-expected:" (64512a - 137088a + 29664a - 384a)b"
- got:" (516096a - 4386816a + 3796992a - 196608a)b"
-MISMATCH
-expected:" 7 5 3 7"
- got:" 7 5 3 7"
-MISMATCH
-expected:" (24192a - 12960a + 384a)b + (- 48384a + 52416a - 5088a )b"
- got:" (- 774144a + 3354624a - 1302528a )b"
-MISMATCH
-expected:" 5 3 9 6 4 2 8"
+>compiling ROIRC.spad to ROIRC.nrlib
+
+--->-->RightOpenIntervalRootCharacterization((size (TheField $))): Improper first word in comments: The
+"The size of the isolating interval"
+
+=========================================================================
+typos 40158:
+
+>compiling AFALGGRO.spad to AFALGGRO.nrlib
+
+--->bookvol10.4.pamphlet-->AffineAlgebraicSetComputeWithGroebnerBasis((affineAlgSet ((Union (List ProjPt) failed Infinite (Integer)) (List PolyRing)))): Not documented!!!!
+--->bookvol10.4.pamphlet-->AffineAlgebraicSetComputeWithGroebnerBasis((affineSingularPoints ((Union (List ProjPt) failed Infinite (Integer)) PolyRing))): Not documented!!!!
+
+=========================================================================
+typos 40157:
+
+>compiling AFALGRES.spad to AFALGRES.nrlib
+
+--->bookvol10.4.pamphlet-->AffineAlgebraicSetComputeWithResultant((affineSingularPoints ((Union (List ProjPt) failed Infinite (Integer)) PolyRing))): Not documented!!!!
+--->bookvol10.4.pamphlet-->AffineAlgebraicSetComputeWithResultant((affineSingularPoints ((Union (List ProjPt) failed Infinite (Integer)) UPUP))): Not documented!!!!
+--->bookvol10.4.pamphlet-->AffineAlgebraicSetComputeWithResultant((affineAlgSetLocal ((Union (List ProjPt) failed Infinite (Integer)) (List UPUP)))): Not documented!!!!
+--->bookvol10.4.pamphlet-->AffineAlgebraicSetComputeWithResultant((affineAlgSet ((Union (List ProjPt) failed Infinite (Integer)) (List PolyRing)))): Not documented!!!!
+--->bookvol10.4.pamphlet-->AffineAlgebraicSetComputeWithResultant((polyRing2UPUP (UPUP PolyRing))): Not documented!!!!
+--->bookvol10.4.pamphlet-->AffineAlgebraicSetComputeWithResultant((allPairsAmong ((List (List UPUP)) (List UPUP)))): Not documented!!!!
+--->bookvol10.4.pamphlet-->AffineAlgebraicSetComputeWithResultant((affineRationalPoints ((Union (List ProjPt) failed Infinite (Integer)) PolyRing (PositiveInteger)))): Not documented!!!!
+
+=========================================================================
+typos 40156:
+
+>compiling FFINTBAS.spad to FFINTBAS.nrlib
+
+--->bookvol10.4.pamphlet-->FunctionFieldIntegralBasis((integralBasis ((Record (: basis Mat) (: basisDen R) (: basisInv Mat))))): Missing left brace
+"\\spad{integralBasis()} returns a record \\spad{[basis,basisDen,basisInv]} containing information regarding the integral closure of \\spad{R} in the quotient field of \\spad{F,} where \\spad{F} is a framed algebra with R-module basis \\spad{w1,w2,...,wn}. If \\spad{basis} is the matrix \\spad{(aij, \\spad{i} = 1..n, \\spad{j} = 1..n)}, then the \\spad{i}th element of the integral basis is \\spad{vi = (1/basisDen) * sum(aij * \\spad{wj,} \\spad{j} = 1..n)}, \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly, the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, \\spad{i} = 1..n, \\spad{j} = 1..n)}, then \\spad{wi = sum(bij * \\spad{vj,} \\spad{j} = 1..n)}."
+
+--->bookvol10.4.pamphlet-->FunctionFieldIntegralBasis((localIntegralBasis ((Record (: basis Mat) (: basisDen R) (: basisInv Mat)) R))): Missing left brace
+"\\spad{integralBasis(p)} returns a record \\spad{[basis,basisDen,basisInv]} containing information regarding the local integral closure of \\spad{R} at the prime \\spad{p} in the quotient field of \\spad{F,} where \\spad{F} is a framed algebra with R-module basis \\spad{w1,w2,...,wn}. If \\spad{basis} is the matrix \\spad{(aij, \\spad{i} = 1..n, \\spad{j} = 1..n)}, then the \\spad{i}th element of the local integral basis is \\spad{vi = (1/basisDen) * sum(aij * \\spad{wj,} \\spad{j} = 1..n)}, \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly, the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, \\spad{i} = 1..n, \\spad{j} = 1..n)}, then \\spad{wi = sum(bij * \\spad{vj,} \\spad{j} = 1..n)}."
+
+=========================================================================
+typos 40155:
+
+>compiling FSAGG.spad to FSAGG.nrlib
+
+--->-->FiniteSetAggregate&((complement (% %))): Missing left brace
+"\\spad{complement(u)} returns the complement of the set u, \\spadignore{i.e.} the set of all values not in u."
+
+--->bookvol10.2.pamphlet-->FiniteSetAggregate((complement (% %))): Missing left brace
+"\\spad{complement(u)} returns the complement of the set u, \\spadignore{i.e.} the set of all values not in u."
+
+=========================================================================
+typos 40154:
+
+>compiling IBATOOL.spad to IBATOOL.nrlib
+
+--->bookvol10.4.pamphlet-->IntegralBasisTools((moduleSum (Ans Ans Ans))): Missing left brace
+"\\spad{moduleSum(m1,m2)} returns the sum of two modules in the framed algebra \\spad{F}. Each module \\spad{mi} is represented as follows: \\spad{F} is a framed algebra with R-module basis \\spad{w1,w2,...,wn} and \\spad{mi} is a record \\spad{[basis,basisDen,basisInv]}. If \\spad{basis} is the matrix \\spad{(aij, \\spad{i} = 1..n, \\spad{j} = 1..n)}, then a basis \\spad{v1,...,vn} for \\spad{mi} is given by \\spad{vi = (1/basisDen) * sum(aij * \\spad{wj,} \\spad{j} = 1..n)}, \\spadignore{i.e.} the \\spad{i}th row of 'basis' contains the coordinates of the \\spad{i}th basis vector. Similarly, the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, \\spad{i} = 1..n, \\spad{j} = 1..n)}, then \\spad{wi = sum(bij * \\spad{vj,} \\spad{j} = 1..n)}."
+
+=========================================================================
+typos 40153:
+
+>compiling NFINTBAS.spad to NFINTBAS.nrlib
+
+--->bookvol10.4.pamphlet-->NumberFieldIntegralBasis((integralBasis ((Record (: basis Mat) (: basisDen I) (: basisInv Mat))))): Missing left brace
+"\\spad{integralBasis()} returns a record \\spad{[basis,basisDen,basisInv]} containing information regarding the integral closure of \\spad{Z} in the quotient field of \\spad{F,} where \\spad{F} is a framed algebra with Z-module basis \\spad{w1,w2,...,wn}. If \\spad{basis} is the matrix \\spad{(aij, \\spad{i} = 1..n, \\spad{j} = 1..n)}, then the \\spad{i}th element of the integral basis is \\spad{vi = (1/basisDen) * sum(aij * \\spad{wj,} \\spad{j} = 1..n)}, \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly, the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, \\spad{i} = 1..n, \\spad{j} = 1..n)}, then \\spad{wi = sum(bij * \\spad{vj,} \\spad{j} = 1..n)}."
+
+--->bookvol10.4.pamphlet-->NumberFieldIntegralBasis((localIntegralBasis ((Record (: basis Mat) (: basisDen I) (: basisInv Mat)) I))): Missing left brace
+"\\spad{integralBasis(p)} returns a record \\spad{[basis,basisDen,basisInv]} containing information regarding the local integral closure of \\spad{Z} at the prime \\spad{p} in the quotient field of \\spad{F,} where \\spad{F} is a framed algebra with Z-module basis \\spad{w1,w2,...,wn}. If \\spad{basis} is the matrix \\spad{(aij, \\spad{i} = 1..n, \\spad{j} = 1..n)}, then the \\spad{i}th element of the integral basis is \\spad{vi = (1/basisDen) * sum(aij * \\spad{wj,} \\spad{j} = 1..n)}, \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly, the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, \\spad{i} = 1..n, \\spad{j} = 1..n)}, then \\spad{wi = sum(bij * \\spad{vj,} \\spad{j} = 1..n)}."
+
+=========================================================================
+typos 40152:
+
+>compiling BSD.spad to BSD.nrlib
+
+--->Makefile.pamphlet-->BasicStochasticDifferential((introduce! ((Union % failed) (Symbol) (Symbol)))): Improper first word in comments:
+"\\indented{1}{introduce!(X,dX) returns \\axiom{dX} as \\axiom{BSD} if it} \\indented{1}{isn't already in \\axiom{BSD}} \\blankline \\spad{X} introduce!(t,dt) \\spad{--} \\spad{dt} is a new stochastic differential \\spad{X} copyBSD()"
+
+--->Makefile.pamphlet-->BasicStochasticDifferential((copyBSD ((List %)))): Improper first word in comments:
+"\\indented{1}{copyBSD() returns \\axiom{setBSD} as a list of \\axiom{BSD}.} \\blankline \\spad{X} introduce!(t,dt) \\spad{--} \\spad{dt} is a new stochastic differential \\spad{X} copyBSD()"
+
+--->Makefile.pamphlet-->BasicStochasticDifferential((copyIto ((Table (Symbol) %)))): Improper first word in comments:
+"\\indented{1}{copyIto() returns the table relating semimartingales} \\indented{1}{to basic stochastic differentials.} \\blankline \\spad{X} introduce!(t,dt) \\spad{--} \\spad{dt} is a new stochastic differential \\spad{X} copyIto()"
+
+--->Makefile.pamphlet-->BasicStochasticDifferential((getSmgl ((Union (Symbol) failed) %))): Improper first word in comments:
+"\\indented{1}{getSmgl(bsd) returns the semimartingale \\axiom{S} related} \\indented{1}{to the basic stochastic differential \\axiom{bsd} \\spad{by}} \\indented{1}{\\axiom{introduce!}} \\blankline \\spad{X} introduce!(t,dt) \\spad{--} \\spad{dt} is a new stochastic differential \\spad{X} getSmgl(dt::BSD)"
+
+=========================================================================
+typos 40151:
+
+>compiling FSAGG2.spad to FSAGG2.nrlib
+
+--->bookvol10.4.pamphlet-->FiniteSetAggregateFunctions2((scan (B (Mapping R S R) A R))): Missing right brace for \spad
+"\\spad{scan(f,a,r)} successively applies \\spad{reduce(f,x,r)} to more and more leading sub-aggregates \\spad{x} of aggregate \\spad{a}. More precisely, if \\spad{a} is \\spad{[a1,a2,...]}, then \\spad{scan(f,a,r)} returns \\spad {[reduce(f,[a1],r),reduce(f,[a1,a2],r),...]}."
+--->bookvol10.4.pamphlet-->FiniteSetAggregateFunctions2((scan (B (Mapping R S R) A R))): Missing right brace for \spad
+
+=========================================================================
+typos 40150:
+
+>compiling GALFACT.spad to GALFACT.nrlib
+
+--->bookvol10.4.pamphlet-->GaloisGroupFactorizer((modularFactor (MFact UP))): Mismatch: left pren matches right brace
+--->bookvol10.4.pamphlet-->GaloisGroupFactorizer((modularFactor (MFact UP))): Mismatch: left pren matches right brace
+--->bookvol10.4.pamphlet-->GaloisGroupFactorizer((modularFactor (MFact UP))): Mismatch: left pren matches right brace
+"\\spad{modularFactor(f)} chooses a \"good\" prime and returns the factorization of \\spad{f} modulo this prime in a form that may be used by completeHensel. If prime is zero it means that \\spad{f} has been proved to be irreducible over the integers or that \\spad{f} is a unit (\\spadignore{i.e.} 1 or -1). \\spad{f} shall be primitive (\\spadignore{i.e.} content(p)=1) and square free (\\spadignore{i.e.} without repeated factors)."
+
+--->bookvol10.4.pamphlet-->GaloisGroupFactorizer((factorOfDegree ((Union UP failed) P UP (List N) N (Boolean)))): Mismatch: left pren matches right brace
+"\\spad{factorOfDegree(d,p,listOfDegrees,r,sqf)} returns a factor of \\spad{p} of degree \\spad{d} knowing that \\spad{p} has for possible splitting of its degree listOfDegrees, and that \\spad{p} has at least \\spad{r} factors. If \\spad{sqf=true} the polynomial is assumed to be square free (\\spadignore{i.e.} without repeated factors)."
+
+--->bookvol10.4.pamphlet-->GaloisGroupFactorizer((henselFact (FinalFact UP (Boolean)))): Mismatch: left pren matches right brace
+"\\spad{henselFact(p,sqf)} returns the factorization of \\spad{p,} the result is a Record such that \\spad{contp=}content \\spad{p,} \\spad{factors=}List of irreducible factors of \\spad{p} with exponent. If \\spad{sqf=true} the polynomial is assumed to be square free (\\spadignore{i.e.} without repeated factors)."
+
+--->bookvol10.4.pamphlet-->GaloisGroupFactorizer((btwFact (FinalFact UP (Boolean) (Set N) N))): Mismatch: left pren matches right brace
+"\\spad{btwFact(p,sqf,pd,r)} returns the factorization of \\spad{p,} the result is a Record such that \\spad{contp=}content \\spad{p,} \\spad{factors=}List of irreducible factors of \\spad{p} with exponent. If \\spad{sqf=true} the polynomial is assumed to be square free (\\spadignore{i.e.} without repeated factors). \\spad{pd} is the \\spadtype{Set} of possible degrees. \\spad{r} is a lower bound for the number of factors of \\spad{p.} Please do not use this function in your code because its design may change."
+
+=========================================================================
+typos 40149:
+
+>compiling MMLFORM.spad to MMLFORM.nrlib
+
+--->bookvol10.3.pamphlet-->MathMLFormat((coerce (S E))): Improper first word in comments: coerceS
+"coerceS(o) changes \\spad{o} in the standard output format to MathML format."
+
+--->bookvol10.3.pamphlet-->MathMLFormat((coerceL (S E))): Improper first word in comments: coerceS
+"coerceS(o) changes \\spad{o} in the standard output format to MathML format and displays result as one long string."
+
+--->bookvol10.3.pamphlet-->MathMLFormat((exprex (S E))): Improper first word in comments: coverts
+"coverts \\spadtype{OutputForm} to \\spadtype{String} with the structure preserved with braces. Actually this is not quite accurate. The function \\spadfun{precondition} is first applied to the \\spadtype{OutputForm} expression before \\spadfun{exprex}. The raw \\spadtype{OutputForm} and the nature of the \\spadfun{precondition} function is still obscure to me at the time of this writing (2007-02-14)."
+
+--->bookvol10.3.pamphlet-->MathMLFormat((display ((Void) S))): Improper first word in comments: prints
+"prints the string returned by coerce, adding