Array construction
- To: mathgroup at smc.vnet.net
- Subject: [mg50913] Array construction
- From: zhoukm at hotmail.com
- Date: Mon, 27 Sep 2004 00:42:33 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
With Array[a,{2,2}] I can get
| a[1,1] a[1,2]|
| a[2,1] a[2,2]|
but sometimes I prefer the expression as
| a11 a12|
| a21 a22|
. Is there anyway to produce this?
Regards
- Follow-Ups:
- Re: Array construction
- From: "Maxim A. Dubinnyi" <maxim@nmr.ru>
- Re: Array construction