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