MathGroup Archive 2004

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Array construction

  • To: mathgroup at smc.vnet.net
  • Subject: [mg50926] Re: Array construction
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Tue, 28 Sep 2004 00:58:37 -0400 (EDT)
  • Organization: Universitaet Leipzig
  • References: <cj86n1$78e$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,


Array[Subscript[a, ##] &, {2, 2}]

??

Regards
  Jens

zhoukm at hotmail.com wrote:
> 
> 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: Array construction
  • Next by Date: Re: Array construction
  • Previous by thread: Re: Array construction
  • Next by thread: FindRoot for an oscillating function