MathGroup Archive 2002

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

Search the Archive

Re: Seemingly simple gridbox question

  • To: mathgroup at smc.vnet.net
  • Subject: [mg37536] Re: Seemingly simple gridbox question
  • From: Mike <mikeh1980 at optusnet.com.au>
  • Date: Mon, 4 Nov 2002 02:43:53 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

On 3/11/02 9:25 AM, "Mike" <mikeh1980 at optusnet.com.au> wrote:

> I have a 3x3 gridbox and I would like to enclose a 2x2 block within in
> parenthesis to indicate to a reader that I am operating only on that part of
> the matrix (gridbox).
> 
> I can only seem to get parethesis added to individual elements. Any ideas?
> 
> Thanks
> 
> Mike

Actually it was simple:


Cell[TextData[Cell[BoxData[
    RowBox[{"(", GridBox[{
          {
            RowBox[{"(", GridBox[{
                  {"0", "0"},
                  {"0", "0"}
                  }], ")"}], GridBox[{
                {"0"},
                {"0"}
                }]},
          {GridBox[{
                {"0", "0"}
                }], "0"}
          }], ")"}]]]], "Text"]

Mike



  • Prev by Date: Re: Calculating the Sun's position on a point on Earth sougth
  • Next by Date: Java Photo Editor 2002
  • Previous by thread: Seemingly simple gridbox question
  • Next by thread: Re: Re: Seemingly simple gridbox question