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
- Follow-Ups:
- Re: Re: Seemingly simple gridbox question
- From: Murray Eisenberg <murraye@attbi.com>
- Re: Re: Seemingly simple gridbox question