diff --git a/books/bookvol10.3.pamphlet b/books/bookvol10.3.pamphlet index 3d7682a..19b49be 100644 --- a/books/bookvol10.3.pamphlet +++ b/books/bookvol10.3.pamphlet @@ -23513,7 +23513,7 @@ d01TransformFunctionType():NumericalIntegrationCategory == Result add Afn := subst(Afn,VarEqn)$EFI -- substitute into function Var2:EFI := Var**2 Afn:= simplify(Afn/Var2)$TranscendentalManipulations(FI,EFI) - Args.fn:= map(convert(#1)$FI,Afn)$EF2(FI,DF) + Args.fn:= map(x+->convert(x)$FI,Afn)$EF2(FI,DF) Args doit(seg:SOCDF,args:NIA):MS == diff --git a/changelog b/changelog index a07a4a3..0405002 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,5 @@ +20090510 tpd src/axiom-website/patches.html 20090510.26.tpd.patch +20090510 tpd books/bookvol10.3 D01TRNS +-> conversion 20090510 tpd src/axiom-website/patches.html 20090510.25.tpd.patch 20090510 tpd books/bookvol10.2 DPOLCAT +-> conversion 20090510 tpd src/axiom-website/patches.html 20090510.24.tpd.patch diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html index ce42f78..3a10128 100644 --- a/src/axiom-website/patches.html +++ b/src/axiom-website/patches.html @@ -1210,5 +1210,7 @@ bookvol10.2 PSCAT +-> conversion
bookvol10.3 D01GBFA +-> conversion
20090510.25.tpd.patch bookvol10.2 DPOLCAT +-> conversion
+20090510.26.tpd.patch +bookvol10.3 D01TRNS +-> conversion