On Mon, Jan 19, 2009 at 11:02 AM, Mate Kosor <[email protected]> wrote:
>
> I am using Sage workbook 3.2.3. in Mozilla Firefox 3.0.5 I have a
> problem with matrix output.
>
> Line:
> matrix([[diff(v_r(r, z), r), 0, diff(v_z(r, z), r)/2], [0, 0, 0],[diff
> (v_z(r, z), r,)/2, 0, 0]])
>
> produces output where one matrix row spans 2 rows on web browser
> worksheet, like this
> [ diff(v_r(r, z), r, 1) 0 diff(v_z(r, z), r,
> 1)/2]
> [ 0 0
> 0]
> [diff(v_z(r, z), r, 1)/2 0
> 0]
>
> I have tried zooming out, which changes to smaller font, without
> success.
>
> How can I get a matrix row in one line only?
>
Use
show(foo)
to typeset an output line, which won't word wrap.
Or, after getting output as you do above, just click to the left of
the output to toggle through:
word wrap --> no word wrap --> hide
William
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---