MathGroup Archive 2001

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

Search the Archive

Preserve subscripts like integers using N

  • To: mathgroup at smc.vnet.net
  • Subject: [mg31932] Preserve subscripts like integers using N
  • From: guillerm at usal.es
  • Date: Thu, 13 Dec 2001 01:08:35 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

I would like to preserve in the Outs the subscripts like integers using N in 
expression like this. How can I do? 

In[1]:=Thread[Table[Subscript[x, i], {i, 1, 3}]->{Pi,2 Pi, 3 Pi}]//N

Out[1]:={Subscript[x, 1.] -> 3.141592653589793, Subscript[x, 2.] -> 
   6.283185307179586, Subscript[x, 3.] ->
9.42477796076938}

---------------------------------------------
This message was sent using Endymion MailMan.
http://www.endymion.com/products/mailman/




  • Prev by Date: problem with mathematica 4.0 and office XP
  • Next by Date: Re: Very simple limit, why doesn't it evaluate?
  • Previous by thread: problem with mathematica 4.0 and office XP
  • Next by thread: Re: Preserve subscripts like integers using N