MathGroup Archive 2004

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

Search the Archive

Re: Re: 3D Pascal's Triangle (Cone?)

  • To: mathgroup at smc.vnet.net
  • Subject: [mg49642] Re: [mg49625] Re: 3D Pascal's Triangle (Cone?)
  • From: DrBob <drbob at bigfoot.com>
  • Date: Mon, 26 Jul 2004 04:01:46 -0400 (EDT)
  • References: <200407211814.i6LIELN23030@proapp.mathforum.org> <cdnq13$l3v$1@smc.vnet.net> <200407231001.GAA20526@smc.vnet.net> <cdt5gl$6du$1@smc.vnet.net> <200407250655.CAA07524@smc.vnet.net>
  • Reply-to: drbob at bigfoot.com
  • Sender: owner-wri-mathgroup at wolfram.com

By George, I think you've got it!

Bobby

On Sun, 25 Jul 2004 02:55:27 -0400 (EDT), Erich Neuwirth <erich.neuwirth at univie.ac.at> wrote:

>> g = Flatten[Table[If[Mod[Multinomial[x, y,
>>           x], 2] == 1, Cuboid[1.2*{x, y, -z}], {}], {x, 0, 15}, {y, 0, 15}, {z,
>>           0, 15}]]
>> Show[Graphics3D[g]]



-- 
DrBob at bigfoot.com
www.eclecticdreams.net


  • Prev by Date: Q: extract all k-tuple from a list of n elements
  • Next by Date: Re: graphs and top most nodes
  • Previous by thread: Re: 3D Pascal's Triangle (Cone?)
  • Next by thread: AW: Plotting a contour plot with cylindrical co-ordinates