From: Christian Bauer Date: Fri, 18 May 2001 00:52:12 +0000 (+0000) Subject: corrected typo X-Git-Tag: release_0-9-0~51 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=fdc2e4b26ca57e4260d05cbf67a50d89999596f9 corrected typo --- diff --git a/doc/tutorial/ginac.texi b/doc/tutorial/ginac.texi index 3cb6607c..52a2429d 100644 --- a/doc/tutorial/ginac.texi +++ b/doc/tutorial/ginac.texi @@ -1643,7 +1643,7 @@ taken, and the expression to replace it with. After @code{sp.add(A, B, 0)}, @code{simplify_indexed()} will replace all scalar products of indexed objects that have the symbols @code{A} and @code{B} as base expressions with the single value 0. The number, type and dimension of the indices -doesn't matter; @samp{A~mu~nu*B.mu.nu} would also be replaced by 0. +don't matter; @samp{A~mu~nu*B.mu.nu} would also be replaced by 0. @cindex @code{expand()} The example above also illustrates a feature of the @code{expand()} method: @@ -1783,7 +1783,7 @@ It is output as @samp{eps}: @} @end example -The matrix representation of the spinor metric is @code{[[ [[ 0, 1 ]], [[ -1, 0 ]]}. +The matrix representation of the spinor metric is @code{[[ [[ 0, 1 ]], [[ -1, 0 ]] ]]}. @cindex @code{epsilon_tensor()} @cindex @code{lorentz_eps()}