>>>>> "Harvey" == Harvey J Stein <HJSTEIN@bloomberg.com> writes:
Harvey> I found a display bug in maxima version 5.6. If nobody's touched the
Harvey> display code it may still be in the current version. The problem is
Harvey> that the numerator and denominator of a fraction display offset from
Harvey> the bar that's supposed to be between them:
Harvey> [blinky hjstein]$ maxima
Harvey> GCL (GNU Common Lisp) Version(2.4.0) Tue Sep 4 14:44:53 EDT 2001
Harvey> Licensed under GNU Library General Public License
Harvey> Contains Enhancements by W. Schelter
Harvey> Maxima 5.6 Tue Sep 4 14:44:44 EDT 2001 (with enhancements by W. Schelter).
Harvey> Licensed under the GNU Public License (see file COPYING)
Harvey> (C1) powerseries(1/sqrt(1+x), x, 0);
This doesn't even work with the latest CVS sources:
(C1) powerseries(1/sqrt(1+x), x, 0);
*** - CAR: MEXPT is not a list
Yet more work....
Ray