On Thu, 2008-01-24 at 19:15 +0100, maxima-list at ssteiner.com wrote:
> if I let Maxima solve an equation like "0=3*x^2-4" it returns a result
> which occupies several lines.
> Screenshot of an example:
> http://www.braunsen.net/sst/maximaergebnis.png
> How to make Maxima output the result (e.g. result of a
> solve(...)-operation) as a single-line expression like
> "[x=-2/sqrt(3),x=2/sqrt(3)]"?
display2d:false$
solve(3*x^2-4);
Cheers,
Jaime