MathGroup Archive 2002

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

Search the Archive

Re: help with mathematica problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg34583] Re: [mg34557] help with mathematica problem
  • From: BobHanlon at aol.com
  • Date: Wed, 29 May 2002 02:44:31 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

In a message dated 5/27/02 2:08:55 AM, nshah at uiuc.edu writes:

>I'm having trouble solving the following problem:
>
>Plot the circle parallel to the yz plane of radius 1.5 centred at (2,3,2).
>
>the problem is here:
>
>Evaluate[{2,3,2} + 1.5 {Cos[t], Sin[t], 0}]
>
>I don't know what to put above.
>

ParametricPlot3D[
    Evaluate[{2, 3, 2} + 1.5 {0, Cos[t], Sin[t]}],
 
    {t, 0, 2Pi},
 
    AxesLabel -> {"x", "y", "z"}];


Bob Hanlon
Chantilly, VA  USA


  • Prev by Date: kernel density estimation
  • Next by Date: Re: help with mathematica problem
  • Previous by thread: Re: help with mathematica problem
  • Next by thread: Re: help with mathematica problem