output in plain text one line
- Subject: output in plain text one line
- From: Antonio Lapira
- Date: Tue, 12 Feb 2013 08:33:52 +0000 (GMT)
in maxima if I write for example
(%i2) a+b/2;
I get:
b
(%o2) - + a
2
Could I get the output in one line form like b/2+a ?