Re: Seemingly simple gridbox question
- To: mathgroup at smc.vnet.net
- Subject: [mg37566] Re: Seemingly simple gridbox question
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Tue, 5 Nov 2002 05:00:19 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <aq2l13$g01$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi, something like RowBox[{"(", GridBox[{{RowBox[{"(", GridBox[{{a, b}, {c, d}}], ")"}], GridBox[{{e}, {f}}]}, {GridBox[{{g, h}}], d}}], ")"}] // DisplayForm Regards Jens Mike 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