MathGroup Archive 2005

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

Search the Archive

Re: Help Mathematica

  • To: mathgroup at smc.vnet.net
  • Subject: [mg54909] Re: Help Mathematica
  • From: David Bailey <dave at Remove_Thisdbailey.co.uk>
  • Date: Sun, 6 Mar 2005 00:55:58 -0500 (EST)
  • References: <d09cvc$d35$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Awgn78 wrote:
> How i can obtain a list {x1_,x2_,x3_} from a list {x1, x2, x3}...
> thank you for help and sorry for my bad english...i'm italian
> 
Hi,

The clue is to look at x1_//Fullform - if you do that, it is obvious 
that what you need is:

Map[Pattern[#, Blank[]] &, {x1, x2, x3}]

David Bailey
dbaileyconsultancy.co.uk


  • Prev by Date: Re: Help Mathematica
  • Next by Date: HDF5 Data Format
  • Previous by thread: Re: Help Mathematica
  • Next by thread: Re: Re: Help Mathematica