From ce5e07334c6b97d9616a6ba5124e08e3359348c3 Mon Sep 17 00:00:00 2001 From: Jens Vollinga Date: Tue, 19 Apr 2005 17:27:31 +0000 Subject: [PATCH] Fixed misprint in the delta tensor example. --- doc/tutorial/ginac.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial/ginac.texi b/doc/tutorial/ginac.texi index 86ca84a5..b65e71e1 100644 --- a/doc/tutorial/ginac.texi +++ b/doc/tutorial/ginac.texi @@ -2658,7 +2658,7 @@ representation @code{diag(1, 1, 1, ...)}. It is constructed by the function k(symbol("k"), 3), l(symbol("l"), 3); ex e = indexed(A, i, j) * indexed(B, k, l) - * delta_tensor(i, k) * delta_tensor(j, l) << endl; + * delta_tensor(i, k) * delta_tensor(j, l); cout << e.simplify_indexed() << endl; // -> B.i.j*A.i.j -- 2.44.0