On Äet, 2005-02-24 at 17:55 -0500, Stavros Macrakis wrote:
> wxMaxima is very nice!
>
> Where do we send bug reports?
Report them here:
http://sourceforge.net/tracker/?group_id=126731&atid=707628
> matrix([taylor(e,e,0,1)]) displays as though it were matrix(["+"],[e+"..."])
Hmm, which version are you using? This is what I get
(%i1) matrix([taylor(e,e,0,1)]);
(%o1) matrix([e+...])
I don't think I changed this after the release.
Andrej