Re: Mathematica 5.0: small change in fundamental behaviour.
- To: mathgroup at smc.vnet.net
- Subject: [mg43063] Re: Mathematica 5.0: small change in fundamental behaviour.
- From: "Kevin J. McCann" <kjm@KevinMcCann>
- Date: Sun, 10 Aug 2003 01:46:51 -0400 (EDT)
- References: <bh278r$hsm$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
try y = Table[Subscript[x, k], {k, 3}] and it works fine. I am not sure that this is a fundamental change, but then any change causes someone problems. Kevin "Bern" <bgress at mail.DOTucr.DOT.edu> wrote in message news:bh278r$hsm$1 at smc.vnet.net... > Hello everyone, > > Has anyone noticed that in 4.2 one can define > > x = Table[x_k,{k,3}] > > (where "_" means subscript) , for example, > > with no problem, > > but, in 5.0 one gets a recursion error? > > I think this will require me to rewrite more than one software now! > > Bernard >