|
[Date Index]
[Thread Index]
[Author Index]
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
Prev by Date:
Re: Arg[z] that works with zero argument?
Next by Date:
FindRoot for an oscillating function
Previous by thread:
Re: A list element replacement.
Next by thread:
Re: Array construction
|