Re: Re: Constructing Expressions from List Elements
- To: mathgroup at smc.vnet.net
- Subject: [mg2253] Re: [mg2227] Re: [mg2143] Constructing Expressions from List Elements
- From: Lou Talman <me at talmanl.mscd.edu>
- Date: Thu, 19 Oct 1995 01:31:33 -0400
Dave Wagner wrote: > > What Lou is doing is taking a List and turning it into a Sequence. > There's a more direct way to do this: > > Integrate[f[x, y, z], Sequence @@ limits] > Yes, Dave is right: His code is more direct. But the "Sequence" operator isn't documented by WRI (for reasons also undocumented), and I was chastised by a friend for using it just a few days before I made the post that Dave refers to. My use of the pure function ##& stays within what's in The Book, and so should work even if WRI decides to change the nature of Sequence in a future release. --Lou