|
[Date Index]
[Thread Index]
[Author Index]
Wordwrapping in matrices
- To: mathgroup at yoda.physics.unc.edu
- Subject: Wordwrapping in matrices
- From: prange%ironwood at yoda.physics.unc.edu (Michael Prange)
- Date: Wed, 22 Jan 92 07:49:09 EST
I am using Mathematica 2.0 on a Macintosh II and I have not discovered
how to alter the wrapping within matrices given by MatrixForm.
Matrices with not-very-long rows come out wrapped so that is difficult
to read them. If it is possible to lengthen the rows in the output,
then I suppose that it must be in the bible or the User's Guide but I
haven't found it yet.
hubert%kstad2.dnet at epix (Hubert Shutrick-Mathematics-Karlstad University)
In my init file I define the following two functions which turn off
and turn on wrapping.
wide := SetOptions[$Output,PageWidth->Infinity];
narrow := SetOptions[$Output,PageWidth->78];
You can, or course, change 78 to any width you like.
Michael
prange at sdr.slb.com
Prev by Date:
Wordwrapping in matrices
Next by Date:
Three-ay Hands-On Mathematica Workshop at MIT
Previous by thread:
Wordwrapping in matrices
Next by thread:
Re:Wordwrapping in matrices
|