diff --git a/books/bookvol10.2.pamphlet b/books/bookvol10.2.pamphlet index 5eadd68..f13d453 100644 --- a/books/bookvol10.2.pamphlet +++ b/books/bookvol10.2.pamphlet @@ -54337,7 +54337,7 @@ FramedAlgebra(R:CommutativeRing, UP:UnivariatePolynomialCategory R): characteristicPolynomial x == mat00 := (regularRepresentation x) - mat0 := map(#1 :: UP,mat00)$MatrixCategoryFunctions2(R, Vector R, + mat0 := map(y+->y::UP,mat00)$MatrixCategoryFunctions2(R, Vector R, Vector R, Matrix R, UP, Vector UP,Vector UP, Matrix UP) mat1 : Matrix UP := scalarMatrix(rank(),monomial(1,1)$UP) determinant(mat1 - mat0) diff --git a/changelog b/changelog index ec07526..ace76b9 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,5 @@ +20090511 tpd src/axiom-website/patches.html 20090511.09.tpd.patch +20090511 tpd books/bookvol10.2 FRAMALG +-> conversion 20090511 tpd src/axiom-website/patches.html 20090511.08.tpd.patch 20090511 tpd books/bookvol10.3 FRIDEAL +-> conversion 20090511 tpd src/axiom-website/patches.html 20090511.07.tpd.patch diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html index 7e0a27a..633c904 100644 --- a/src/axiom-website/patches.html +++ b/src/axiom-website/patches.html @@ -1230,5 +1230,7 @@ bookvol10.4 CPIMA +-> conversion
bookvol10.2 UPOLYC +-> conversion
20090511.08.tpd.patch bookvol10.3 FRIDEAL +-> conversion
+20090511.09.tpd.patch +bookvol10.2 FRAMALG +-> conversion