MathGroup Archive 2004

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

Search the Archive

Re: please HELP!!!!

  • To: mathgroup at smc.vnet.net
  • Subject: [mg46310] Re: please HELP!!!!
  • From: "AngleWyrm" <no_spam_anglewyrm at hotmail.com>
  • Date: Fri, 13 Feb 2004 21:57:55 -0500 (EST)
  • References: <c0fhe3$9n2$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

"sabrina" <sabrinacasagrande at hotmail.com> wrote in message
news:c0fhe3$9n2$1 at smc.vnet.net...

>[clip]... Transpose I can obtain a singular value, but it remains in the
brackets: for
> example {4.5567} and I can't use it to do, for example, 4.5567+2.
> Mathematica gives me 2+{4.5567}. How can I eliminate the brackets??

Use a function called Part[] to get part of a list. Like this:

myList = {123, 345};
Part[myList, 1]


  • Prev by Date: C Code
  • Next by Date: A zillion times slower in version 5
  • Previous by thread: Re: C Code
  • Next by thread: A zillion times slower in version 5