MathGroup Archive 2005

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

Search the Archive

Re: newbie question

  • To: mathgroup at smc.vnet.net
  • Subject: [mg60717] Re: [mg60690] newbie question
  • From: Chris Chiasson <chris.chiasson at gmail.com>
  • Date: Sun, 25 Sep 2005 02:36:30 -0400 (EDT)
  • References: <200509240655.CAA13393@smc.vnet.net>
  • Reply-to: Chris Chiasson <chris.chiasson at gmail.com>
  • Sender: owner-wri-mathgroup at wolfram.com

(1) ??
(2)
You can show the columns that are further to the right using Part.

mymatrix=whatever;
MatrixForm[mymatrix]

Hrm, too many columns are cut off.

MatrixForm[mymatrix[[All,{246,500}]]]
ahh, here are columns 246 through 500!

On 9/24/05, mjt <mtattar1 at hotmail.com> wrote:
> 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
>
>


--
Chris Chiasson
http://chrischiasson.com/contact/chris_chiasson


  • Prev by Date: Re: Mathematica 5.2 too slow...
  • Next by Date: Re: newbie question
  • Previous by thread: newbie question
  • Next by thread: Re: newbie question