]> www.ginac.de Git - ginac.git/commitdiff
Synced to HEAD:
authorJens Vollinga <vollinga@thep.physik.uni-mainz.de>
Tue, 31 Jul 2007 16:58:39 +0000 (16:58 +0000)
committerJens Vollinga <vollinga@thep.physik.uni-mainz.de>
Tue, 31 Jul 2007 16:58:39 +0000 (16:58 +0000)
Fixed error in examples for match.

doc/tutorial/ginac.texi

index 7c8f69b90745ad8aafad0fb0067929ee9bf91ad5..106ce5ff10afb29d57c7a8ab058ed24df5780326 100644 (file)
@@ -4361,7 +4361,7 @@ FAIL
 > match((a+b)*(a+c),($1+b)*($1+c));
 @{$1==a@}
 > match((a+b)*(a+c),(a+$1)*(a+$2));
-@{$1==c,$2==b@}
+@{$1==b,$2==c@}
   (Unpredictable. The result might also be [$1==c,$2==b].)
 > match((a+b)*(a+c),($1+$2)*($1+$3));
   (The result is undefined. Due to the sequential nature of the algorithm