MathGroup Archive 2006

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

Search the Archive

Re: Sequence@@List

  • To: mathgroup at smc.vnet.net
  • Subject: [mg64766] Re: Sequence@@List
  • From: Martin Schoenecker <ms_usenet at gmx.de>
  • Date: Thu, 2 Mar 2006 06:48:30 -0500 (EST)
  • Organization: Technische Universitaet Darmstadt
  • References: <dtp535$ef6$1@smc.vnet.net> <du3p0g$j4a$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hello Brian, Bob and Peter,

thank you for your advice!  I did not check the properties (HoldAll) of 
Table.

> Outer[Times, Sequence @@ (vl^(Range /@ dims - 1))]
> -->
> {{{1, z}, {y, y*z}, {y^2, y^2*z}}, {{x, x*z}, {x*y, x*y*z}, {x*y^2, x*y^2*z}}}

This one is indeed a very elegant solution to the problem.  Thanks a lot!

Martin


  • Prev by Date: No mesh with Graphics3D
  • Next by Date: Fourier Transforms
  • Previous by thread: Re: Sequence@@List
  • Next by thread: Re: Re: General--Making the DisplayFormula style in ArticleModern look like Traditional