[Maxima] Empty Set Symbol

Stavros Macrakis macrakis at alum.mit.edu
Sun Nov 29 11:10:46 CST 2009


On Sun, Nov 29, 2009 at 6:13 AM, Leo Butler <l.butler at ed.ac.uk> wrote:

> (%i2) tellsimpafter({},ES);

This is a bad idea -- set operations and simplifications will not work
with ES.  Better to have a custom print function, e.g.

      printset(s):=print(subst('ES,{},s))$

        -s


More information about the Maxima mailing list