MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Re: newbie question

  • To: mathgroup at smc.vnet.net
  • Subject: [mg60720] Re: [mg60704] Re: [mg60690] newbie question
  • From: <bsyehuda at gmail.com>
  • Date: Sun, 25 Sep 2005 04:58:15 -0400 (EDT)
  • References: <200509250636.CAA13541@smc.vnet.net>
  • Reply-to: bsyehuda at gmail.com
  • Sender: owner-wri-mathgroup at wolfram.com

David,
I wonder who will need to look at MatrixForm for such large matrices but
your conclusion this is not correct in general
try 100% magnification with
Table[j,{i,20},{j,200}]//MatrixForm
by using the horizontal scroll bar you may scroll only to the 138'th column
with 75% magnification you may scroll to the 155'th column

if you stay on the 100% (only for reference), you may notice that the number
of observeable columns depends on the font size , say with font size 18, the
number of rows is only 96 and with font size 7 (worthless, I know) you may
"see" all the columns
yehuda

On 9/25/05, David Park <djmp at earthlink.net> wrote:
>
> Dt[x, t] // TraditionalForm
>
> testmat = Table[{i + j}, {i, 1, 6}, {j, 1, 50}];
> testmat // MatrixForm
>
> Has no trouble in showing the entire matrix, if I actually use the
> horizontal scroll bar. (Version 5.2 on Windows98).
>
> David Park
> djmp at earthlink.net
> http://home.earthlink.net/~djmp/
>
>
>
>
>
> From: mjt [mailto:mtattar1 at hotmail.com]
To: mathgroup at smc.vnet.net
>
>
> Hi,
>
> (1) How can I get Mathematica to output using Leibniz derivative
> notation?
>
> (2) A long expression using MatrixForm has been cut off on the far
> right side of my notebook (scroll bar to the right shows the cutoff).
> How can I see the whole expression?
>
> Thanks in advance,
> MJT
>
>
>


  • Prev by Date: Re: MathLink for Python?
  • Next by Date: Changing Ticks to Rationals
  • Previous by thread: Re: newbie question
  • Next by thread: Mathematica 5.2 too slow...