MathGroup Archive 2001

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

Search the Archive

Re: Can I make this shape?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg26535] Re: Can I make this shape?
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Wed, 3 Jan 2001 04:08:50 -0500 (EST)
  • Organization: Universitaet Leipzig
  • References: <92es7f$jj0@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

Show[Graphics[Polygon[Table[{Cos[phi], Sin[phi]}, {phi, 0, 2Pi,
2Pi/5}]],
    AspectRatio -> Automatic]]

???

Regards
  Jens
Nitehawk wrote:
>
> I was wondering if It was possible to make a perfect pentagon in
> mathematica??
> any help would be appreciated...
>
> thanks
>
> Nitehawk


  • Prev by Date: Re: Automatic Numbering
  • Next by Date: Re: How can I transform the number of 123.456 into "123.456"?
  • Previous by thread: Re: FW: Symbolic Fourier Transform
  • Next by thread: Re: How to add a vector to a list of vectors?