MathGroup Archive 2002

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

Search the Archive

Re: help with mathematica problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg34605] Re: [mg34557] help with mathematica problem
  • From: Hugh Walker <hwalker at gvtc.com>
  • Date: Wed, 29 May 2002 02:46:37 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

On Monday, May 27, 2002, at 12:17 AM, Nilkamal wrote:

> Hi, 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*{Cos[t], Sin[t], 0}], {t, 0, 2*Pi}]

============
   Hugh Walker
    Gnarly Oaks



  • Prev by Date: Re: help with mathematica problem
  • Next by Date: Can Mathematica use 2 CPU?
  • Previous by thread: Re: help with mathematica problem
  • Next by thread: RE: help with mathematica problem