X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=NEWS;h=be5fbe7fea7ed7d26359fd3296a4ec53fa45ed7a;hp=40f636381fa7d913f42cec429e865c7ed840959c;hb=60bf193198b0f50df0c237b5c0480d1afeff57f4;hpb=eb36a2fcd5f2c121a249f6d54bd18b2138bf6c3c;ds=sidebyside diff --git a/NEWS b/NEWS index 40f63638..be5fbe7f 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,11 @@ This file records noteworthy changes. strings. * Powers with negative numeric exponents are printed as fractions in the LaTeX output. +* Added symbolic_matrix() for the convenient creation of matrices filled + with symbols. +* Added collect_common_factors() which collects common factors from the + terms of sums. +* simplify_indexed() converts "gamma~mu*p.mu" to "p\". 1.0.12 (30 October 2002) * Fixed a bug in power::expand() that could produce invalid expressions.