Re: Re: Seemingly simple gridbox question
- To: mathgroup at smc.vnet.net
- Subject: [mg37574] Re: [mg37536] Re: Seemingly simple gridbox question
- From: Murray Eisenberg <murraye at attbi.com>
- Date: Tue, 5 Nov 2002 05:01:17 -0500 (EST)
- Organization: Mathematics & Statistics, Univ. of Mass./Amherst
- References: <200211040743.CAA28825@smc.vnet.net>
- Reply-to: murray at math.umass.edu
- Sender: owner-wri-mathgroup at wolfram.com
You can do this directly from Mathematica's Input > Create
Table/Matrix/Palette menu choice: Create the larger matrix. Then
select the placeholder in the spot where the smaller matrix is to go and
use that menu choice again.
Mike wrote:
> 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
>
>
>
>
--
Murray Eisenberg murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower phone 413 549-1020 (H)
University of Massachusetts 413 545-2859 (W)
710 North Pleasant Street
Amherst, MA 01375
- References:
- Re: Seemingly simple gridbox question
- From: Mike <mikeh1980@optusnet.com.au>
- Re: Seemingly simple gridbox question