|
[Date Index]
[Thread Index]
[Author Index]
Re: lists of variables
- To: mathgroup at smc.vnet.net
- Subject: [mg58173] Re: lists of variables
- From: "dkr" <dkrjeg at adelphia.net>
- Date: Tue, 21 Jun 2005 06:02:46 -0400 (EDT)
- References: <d9630u$q1t$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
In[14]:=
Array[t,3]/.t[i_]:>(ToExpression["t"<>ToString[i]])
Out[14]=
{t1,t2,t3}
In[15]:=
ToExpression[Map["t"<>ToString[#]&,Range[3]]]
Out[15]=
{t1,t2,t3}
Prev by Date:
Re: plot command
Next by Date:
mathematica bench mark and hp c8000?
Previous by thread:
Re: Weird Graphics Behaviour-Mathematica 4.2
Next by thread:
Re: lists of variables
|