MathGroup Archive 2012

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

Search the Archive

Re: How can I make a sequence that includes lists?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg125477] Re: How can I make a sequence that includes lists?
  • From: Jason Ebaugh <ebaughjason at gmail.com>
  • Date: Thu, 15 Mar 2012 00:29:13 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <jjpbbn$p9r$1@smc.vnet.net>

>From email:


One option is to use Apply:

IndexedVariable[f, ##] & @@ {{1, x1}, {2, x2}, {3, x3}}

Regards,
       Sseziwa



  • Prev by Date: partial transpose
  • Next by Date: Re: Textures with AlphaChannel not working on OS X
  • Previous by thread: Re: How can I make a sequence that includes lists?
  • Next by thread: Re: How can I make a sequence that includes lists?