diff --git a/books/bookvol10.3.pamphlet b/books/bookvol10.3.pamphlet index 3dc2d2b..a06ff49 100644 --- a/books/bookvol10.3.pamphlet +++ b/books/bookvol10.3.pamphlet @@ -12558,7 +12558,7 @@ CartesianTensor(minix, dim, R): Exports == Implementation where "*": (%, %) -> % ++ s*t is the inner product of the tensors s and t which contracts - ++ the last index of s with the first index of t, i.e. + ++ the last index of s with the first index of t, that is, ++ \spad{t*s = contract(t,rank t, s, 1)} ++ \spad{t*s = sum(k=1..N, t[i1,..,iN,k]*s[k,j1,..,jM])} ++ This is compatible with the use of \spad{M*v} to denote diff --git a/changelog b/changelog index 2590c21..7b1a402 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,5 @@ +20091108 tpd src/axiom-website/patches.html 20091108.01.tpd.patch +20091108 tpd books/bookvol10.3 fix comment typo 20091106 tpd src/axiom-website/patches.html 20091106.01.tpd.patch 20091106 tpd src/input/Makefile add tuplebug.input 20091106 tpd src/input/tuplebug.input test Tuple parsing error diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html index 0446115..09badc2 100644 --- a/src/axiom-website/patches.html +++ b/src/axiom-website/patches.html @@ -2239,5 +2239,7 @@ fix Tuple in compiles
src/Makefile create util.ht during interp build
20091106.01.tpd.patch src/input/tuplebug.input test Tuple parsing error
+20091108.01.tpd.patch +books/bookvol10.3 fix comment typo