MathGroup Archive 2012

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

Search the Archive

Re: Parenthesis reduction

  • To: mathgroup at smc.vnet.net
  • Subject: [mg126941] Re: Parenthesis reduction
  • From: "Nasser M. Abbasi" <nma at 12000.org>
  • Date: Tue, 19 Jun 2012 03:14:11 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <jrlfoa$c2s$1@smc.vnet.net> <jrmthi$h6o$1@smc.vnet.net>
  • Reply-to: nma at 12000.org

On 6/18/2012 4:48 AM, Yves Klett wrote:
> Try
>
> Sequence@@{{a, b, c}, {d, e, f}, {g, h, i}}
>
> Cheers,
> Yves
>
>

using V 8.04, this does nothing?

In[1]:= Sequence@@{{a,b,c},{d,e,f},{g,h,i}}
Out[1]= Sequence[{a,b,c},{d,e,f},{g,h,i}]


--Nasser



  • Prev by Date: Re: Structure of "identical" data not equal in size
  • Next by Date: Re: FrameLabel and Style
  • Previous by thread: Re: Parenthesis reduction
  • Next by thread: Re: Parenthesis reduction