          Easy things to code in Mathomatic that might be good ideas
          ----------------------------------------------------------

Add fractional integration to the integrate command.  When "order" is negative,
it will naturally do fractional differentiation.

Simplify nested radicals like ((9 + 4*(2^.5))^.5) to (1 + 2*(2^.5)).  This may
be difficult, I have no idea how this is done.  Heuristics are not acceptable
for this.
