How to stop (x)maxima from autowrapping long lines?
- Subject: How to stop (x)maxima from autowrapping long lines?
- From: Kingsley G. Morse Jr.
- Date: Fri, 11 Mar 2011 15:31:27 -0800
Hello,
Does anyone here happen to know how to output long
lines, without wrapping at word breaks?
Here's an example of wrapped output...
$ maxima
Maxima 5.22.1 http://maxima.sourceforge.net
using Lisp GNU Common Lisp (GCL) GCL 2.6.7 (a.k.a. GCL)
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
The function bug_report() provides bug reporting information.
(%i1) -147.290396009325 - 1248.09045065048 * x1 + ((x2 * x3 - x4/x2 - (x3 + x5)/(54.12364270278 * (x1 - (x6 - x6 - x3)) * ((1721.55606461374 + x2) * x1/(x2 - x7) * x1)) - (x7 - x1 - (1311.78000784658 + x4) - (x5 - x4)/(x2 - x3)) + ((x1 + x5) * (x4 * x1) + 1174.80162968000 * x6 - 1673.30672571545 * (x3 * x1 - (x2 - (x1 - x7 * x3/(x4 - x6) + x1)))))/(1354.57589944100 - x6 + x3/x7 - (-422.991700166543 - x5 - (x2 - x6)) + (x4 + -442.170624039503 + (x2 - x6)) * ((x5 - x4) * (x4 - -20.6778428817466)) + ((x5 - -854.88695081961/820.286253119727) * x6 + (x4 - x6 * x5 - x7 * x2/(1210.91655557564/x2)))) - 1155.31388363267) * x6 + ((x2/x5/(x1/x1) + (x4 + x5)/(413.678785140003 * x1))/((x1 * x6 + 1060.51162252673/x3) * (x5/1455.61480307574 * x7/(x4/587.483244396782 * x3))) - (x1/-1449.25329679940 - (x4 - x3) - (2708.01225368258 - x3)/(x2/613.088918575835))/((-1150.11248510372/x4 + (x6 - 795.42339229826))/(x5 + x5 - 189.107286324547 * x7)))/x6;
x3 x7
(%o1) x6 ((- 1673.30672571545 (- ------- + x1 x3 - x2 + 2 x1) - x7
x4 - x6
0.018476213906952 (- x5 - x3) (x2 - x7)
+ --------------------------------------- + 1174.80162968 x6 + x1 x4 (x5 + x1)
2
x1 (x2 + 1721.55606461374) (x3 + x1)
x4 - x5 x4
- ------- - -- + x4 + x2 x3 + x1 + 1311.78000784658)
x2 - x3 x2
2 x3
/(- 8.2582073504199852E-4 x2 x7 + -- + (x5 + 1.042181247787939) x6 - x5 x6
x7
- 2 x6 + (x4 + 20.6778428817466) (x5 - x4) (- x6 + x4 + x2 - 442.170624039503)
+ x5 + x4 + x2 + 1777.567599607543) - 1155.31388363267)
0.0024173345018444 (x5 + x4) x2
2.477712882807987 x3 x4 (---------------------------- + --)
x1 x5
+ (-----------------------------------------------------------
1060.51162252673
x5 (x1 x6 + ----------------) x7
x3
613.088918575835 (x3 - 2708.01225368258)
- ((- x4 + x3 + ----------------------------------------
x2
- 6.9001050555375491E-4 x1) (2 x5 - 189.107286324547 x7))
1150.11248510372
/(x6 - ---------------- - 795.42339229826))/x6 - 1248.09045065048 x1
x4
- 147.290396009325
(%i2)
Do you happen to know how to disable autowrapping,
so the pretty printed math expression is revealed
as a whole?
Thanks,
Kingsley